body {
  padding: 0;
  margin: 0;
  background: #f0f0f0;
}
/*--- navigation bar ---*/
.sticky-top {
  z-index: 3;
  background:#808080;
  width: 100%;
  position: auto;
  margin: auto;

}

.nav-link {
  color: #E3E3E3;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #e50707;
}

.navbar-collapse {
  justify-content: center;
  margin: auto;
}

.navbar {
  background:#808080;
  width: 100%;
  justify-content: center;
  margin: auto;

}
.nav-link,
.navbar-brand {
  color: #E3E3E3;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
  margin: auto;
}
.nav-link:hover {
  color: #e50707;
}
.navbar-collapse {
  justify-content: center;
  margin: auto;
}

.page {
  background-color: #ffffff;
  position: auto;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.top-image {
background-image: url("images/main-image.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 500px;
min-width: 100%;}

.header {
  background-image: url("images/header1.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0;
  max-height: 192px;
  z-index: 3;
}

.btn button {
  border:1px solid #fff;
  background:#808080;
  border-radius: 1;
  color:#fff;
  position: relative;
  margin-bottom: 20px;
}
.btn button:hover {
  border:1px solid #fff;
  background:#e50707;
  color:#000;
}

.btn-secondary:hover {
  background:#e50707;
}

.features {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  justify-content: center;
}
.feature-title-cottage {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
.our-cottage {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  background-color: #ffffff;
  justify-content: center;
}
.feature-title-glance {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
.glance {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  justify-content: center;
  background-color: #ffffff;
}

.feature-title-contact {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  justify-content: center;
}

.feature-title-location {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 15px;
}

.feature-title-directions {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  background-color: #ffffff;
  text-align: center;
}

.cottage-title {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: #ffffff;
  text-align: center;
}
.cottage-room {
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  text-align: center;
}

.amenities {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  background-color: #ffffff;
justify-content: center;
}

.transport {
  color: #e50707;
  font-size: 1rem;
  font-weight: 700;
  background-color: #ffffff;
text-align: left;
}

.ext-link {
  color: #e50707;
}

.ext-link:hover {
  color: #000;
}

.btn {
  justify-content: center;
  margin-bottom: 20px;
}

.label {
    color: #333;
}

.btn-send {
  border: 1px solid #fff;
  background-color: #808080;
  border-radius: 1;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px;
  justify-content: center;
}

.btn-send:hover {
  background:#e50707;
  color:#000;
}

.btn-success.disabled, .btn-success:disabled {
  border: 1px solid #fff;
  background-color: #808080;
  border-radius: 1;
  color: #fff;
  justify-content: center;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background: #e50707;
  color:#000;
  justify-content: center;
}

.help-block.with-errors {
    color: #e50707;
    margin-top: 5px;
}

.g-recaptcha > div:first-of-type {
    margin: 0 auto;
}

.footer {
  width: 100%;
  background-color: #222;
  color: #ccc;
  padding: 10px 0 30px;
  position: absolute;
  right: 0;
  left: 0;
  justify-content: center;
  text-align: center;
}
.footer-copyright {
  color: #666;
  padding: 0 0;
  position: absolute;
  right: 0;
  left: 0;
}

.review-heading {
  color: #e50707;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0px;
  padding-top: 20px;
}
/* Style the container with a rounded border, grey background and some padding and margin */
.container-review-odd {
  border: 2px solid #808080;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
  margin-left: 20px;
  margin-right: 20px;
}

/* Clear floats after containers */
.container-review-odd::after {
  content: "";
  clear: both;
  display: table;
}
/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container-review-odd img {
  float: left;
  margin-right: 30px;
  border-radius: 20%;
  padding: 10px;
}

/* Increase the font-size of a span element */
.container-review-odd span {
  font-size: 20px;
  margin-right: 15px;
}


  .container-review-odd img {
    margin: auto;
    float: left;
    display: block;
  }

  .container-review-even {
    border: 2px solid #e50707;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* Clear floats after containers */
  .container-review-even::after {
    content: "";
    clear: both;
    display: table;
  }

  /* Float images inside the container to the left. Add a right margin, and style the image as a circle */
  .container-review-even img {
    float: left;
    margin-right: 30px;
    border-radius: 20%;
    padding: 10px;
  }

  /* Increase the font-size of a span element */
  .container-review-even span {
    font-size: 20px;
    margin-right: 15px;
  }



    .container-review-even img {
      margin: auto;
      float: left;
      display: block;
    }
    .guest-name {
      color: #e50707;
    }
.reviews {
  background-color: #ffffff;
  top: 0px;
  margin-bottom: 0px;
}
.container-cottage1 {
  background-color: #ffffff;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.container-cottage2 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: -10px;
  padding-right: -10px;
  padding-bottom: 20px;
}
.container-cottage3 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: -10px;
  padding-right: -10px;
  padding-bottom: 20px;
}
.container-cottage4 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: -10px;
  padding-right: -10px;
  padding-bottom: 20px;
}
.container-cottage5 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: -10px;
  padding-right: -10px;
  padding-bottom: 20px;
}
.container-cottage6 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: -10px;
  padding-right: -10px;
  padding-bottom: 20px;
}
.container-cottage7 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: -10px;
  padding-right: -10px;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  .description {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 10%;
    transform: none;
    text-align: center;
  }

  .description h1 {
    font-size: 1em;
  }

  .description p {
    font-size: 0.8rem;
  }

  .features {
    margin: 0;
    background-color: #ffffff;
  }

  .header {
    background-image: url("images/header2.jpg");
  }

.container-grid {
  background-color: #ffffff;
}

}
.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #ffffff;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 40px;
    text-align: center;
    background-color: #ffffff;
}

.gallery-block.grid-gallery .heading h2{
  color: #e50707;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  background-color: #ffffff;
  text-align: center;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

.top-image {
background-image: url("images/main-image.jpg");
}
.cottage-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    border: 15px solid #ffffff;
    background-color: #ffffff;
}
.iframe-container *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
}
