.carousel-caption {
  background-color: rgba(0,0,0,0.6);
  left: 0px;
  right: 0%;
  bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.carousel-caption h3 {
  color: white;
}

.carousel-caption p {
  color: white;
}

#contact-us-button {
  padding: 20px;
}

body {
  font-family: "Lora";
  background: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65));
  background-attachment: fixed;
  background: linear-gradient(rgba(0,0,0,0.65) 0%, rgb(0,38,2) 100%), url("../../assets/img/bg.jpg") no-repeat;
  background-size: auto, auto;
}

@media (min-width: 1400px) {
  body {
    background: linear-gradient(rgba(0,0,0,0.65) 0%, rgb(0,38,2) 100%), url("../../assets/img/bg.jpg") no-repeat;
    background-attachment: fixed;
    background-position: initial;
    background-size: cover;
  }
}

