@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400");

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
}
#mainNav a:hover {
  color: #4ba0b5;
  text-align: center;
}
.fa {
    color: #4ba0b5 !important;
}

.fa a:hover {
  color: #4ba0b5;
}


#topNav {
  background: white;
}

#topHeader {
  height: 200px;
  background-color: white;
}
.navbar {
  background: #2F4454;
  color: white;
}
.navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-light .navbar-brand {
  color: white;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  text-align: center;
}
.navbar-toggler-icon {
  fill: white;
}
#icon {
  margin-top: 13px;
  margin-left: 40px;
}
#danLogo {
  height: 200px;
  float: center;
  margin-bottom: 30px;
  padding-bottom: 20px;

}
#covidBan {
  padding-top: 25px;
  padding-bottom: 40px;
  height: 230px;
  background: red;
  color: white;
  text-align: center;
}

#logo {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-timing-function: ease-in;
  animation-duration: 2.5s;
}
#infoText {
  color: black;
  
}
#infoText2 {
  text-shadow: 2px 2px black;
}
#infoText3 {
  text-shadow: 2px 2px black;
  font-size: 60px;
  margin-top: -20px;

}
#infoText4 {
  text-shadow: 2px 2px black;
  font-size: 90px;
  
}

#infoText5 {
  text-shadow: 2px 2px black;
  font-size: 40px;
  
}

#myInfo li {
  font-size: 24px;

}
#bigText {
  font-size: 60px;
  color: #4ba0b5;
}
#cottageText {
  margin-top: 35px;
  color: #4ba0b5 !important;
}
#icon {
  color: #4ba0b5 !important;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.btn-success.disabled {
  color: white;
  background: green;
}
#bookBtn {
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#aboutBtn {
  margin-left: 240px;
}


.fa {
  color: grey;
}
a {
  color: grey;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn:focus, .btn:active, button:focus, button:active {
outline: none !important;
box-shadow: none !important;
}
#image-gallery .modal-footer{
display: block;
}
.thumb{
margin-top: 15px;
margin-bottom: 15px;
}

.social-icons li {
  display: inline-block;
  padding-right: 30px; }
.social-icons li:last-child {
  padding-right: 30; }
.social-icons li a {
  font-size: 14px;
  color: #a0a8ab; }
  .social-icons li a:hover {
  color: #cca772 !important; 
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.card:hover {
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.thumb {
overflow: hidden;
}
.thumb .img-thumbnail {
transition: transform 0.3s ease-in-out;
}
.thumb:hover .img-thumbnail {
transform: scale(1.1);
}


header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead7.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead2 {
  position: relative;
  background-color: #343a40;
  background: url("../img/banners/banner3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}



header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}


@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }

  #infoText4 {
    font-size: 60px !important;
  }

  #infoText5 {
    font-size: 40px !important;
  }

}


@media screen and (max-width: 450px) {
  body {
    background-color: white;
  }
  
  #infoText3 {
    font-size: 40px !important;

  }

  #infoText4 {
    font-size: 60px !important;
  }
  #infoText5 {
    font-size: 30px !important;
    padding-bottom: 28px !important
  }
  #logo {
    width: 190px !important;
  }
}


.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/banners/banner3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
   .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .gallery-item img {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-radius: 10px;
    }
    .gallery-item:hover img {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .gallery-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      text-align: center;
      display: none;
      border-radius: 0 0 10px 10px;
    }
    .gallery-item:hover .gallery-caption {
      display: block;
    }




footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.gallery-item {
overflow: hidden;
position: relative;
}
.gallery-item img {
transition: transform 0.3s ease;
}
.gallery-item:hover img {
transform: scale(1.1);


