@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  margin: 0;
  color: #585858;
  background: url("../images/background.jpg") repeat;
}

/*--Nav Scrolling Offset--*/
.offset:before {
  height: 62px;
  margin-top: -62px;
  content: "";
  display: block;
}
/*-- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

html > body .homepage {
  height: auto;
}

h1 {
  color: black;
  font-weight: 700;
}

.profile a:hover h4 {
  color: black !important;
}

.profile a h4 {
  color: black !important;
}

.homepage {
  height: 100%;
  min-height: 100%; /*for mozilla*/
}

/*====================== PROFILE SECTION ===================*/
.profile-page h3 {
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.profile-page .jumbotron {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  border-radius: 0;
}

.profile-page {
  height: 100%;
  min-height: 100%; /*for mozilla*/
}

img.profile {
  height: 25rem;
  width: auto;
  max-height: 25rem;
}

html > body .profile-page {
  height: auto;
}

/*====================== NAVIGATION ===================*/

.navbar {
  padding: 0.1rem 1rem;
  background-color: #a7a7a7 !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.navbar-brand img {
  height: 3rem;
}
.navbar-nav .nav-link {
  color: black;
  padding-top: 0.5rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: white;
}
.svg-inline--fa.fa-w-14 {
  color: black;
  font-size: 1.6rem;
}
.navbar-nav li {
  padding-right: 0.8rem;
}

/*====================== LANDING PAGE ===================*/
.home-inner {
  background-image: url("../images/Elephant Bull.jpg");
}
.caption {
  width: 30rem;
  max-width: 30rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
  color: white;
  background: rgba(127, 127, 127, 0.7);
}

/*====================== ABOUT SECTION ===================*/
#about .jumbotron {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  border-radius: 0;
  padding: 2rem 0 2rem;
}
.narrow {
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.heading-underline {
  width: 4rem;
  height: 0.2rem;
  background-color: black;
  margin: 0 auto 2rem;
}

.about p {
  margin-top: -2rem;
}

img.profile {
  height: 20rem;
}

/*====================== TEAM SECTION ===================*/
#team .jumbotron {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  border-radius: 0;
  padding: 2rem 0 2rem;
}
.card {
  margin: 0 1rem;
  border-radius: 0;
  width: auto;
  height: auto;
}

.card-img-top {
  border-radius: 0;
  height: 22rem;
  object-fit: scale-down;
}

.card h4 {
  font-weight: 700;
}

.card h5 {
  font-weight: 500;
}

.card p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.stars {
  margin-left: 0.5rem;
  margin-bottom: 0;
}

/*====================== FOOTER SECTION ===================*/
#custom-footer .footer {
  background-color: white;
  color: black;
  position: relative;
  margin-top: -1.5rem;
  /* negative value of footer height */
  height: 1.5rem;
  clear: both;
}

hr.socket {
  width: 100%;
  border-top: 0.2rem solid #666b71;
  margin-bottom: 1rem;
}

/*====================== CONTACT SECTION ===================*/
.contact h3 {
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.contact .jumbotron {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  border-radius: 0;
}

.btn {
  border-width: medium;
  border-radius: 0;
  padding: 0.5rem 1.1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.alternative-contacts {
  margin-left: 2rem;
}

input.btn {
  cursor: pointer;
}

.contact {
  height: 100%;
  min-height: 100%; /*for mozilla*/
}

html > body .contact {
  height: auto;
}

/*====================== GALLERY SECTION ===================*/
.gallery {
  height: 100%;
  min-height: 100%; /*for mozilla*/
}

html > body .gallery {
  height: auto;
  padding-top: 54px;
}

.gallery h1 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .gallery {
    padding-top: 56px;
  }
}

.gallery .jumbotron {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  border-radius: 0;
  padding: 2rem 0 2rem;
}

.gallery img:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}

.gallery img {
  transition: transform 0.4s ease;
}

.gallery-item {
  overflow: hidden;
}

/*====================== BLOG SECTION ===================*/
.blog {
  height: 100%;
  min-height: 100%; /*for mozilla*/
}
.blog .jumbotron {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  border-radius: 0;
  padding: 2rem 0 2rem;
}

.blog h1 {
  font-weight: 700;
}

html > body .blog {
  height: auto;
  padding-top: 54px;
}

@media (min-width: 992px) {
  .blog {
    padding-top: 56px;
  }
}

/*====================== REVIEWS ===================*/

.reviews {
  margin: 4%;
  height: 98vh;
}

.review-jumbo {
  height: 100vh;
}

.review-card {
  min-height: 10rem;
}

/*====================== MEDIA QUEIRES ===================*/
@media (max-width: 768px) {
  .contact h3 {
    margin-top: 3rem;
  }

  .card {
    height: auto;
  }
}

@media (max-width: 600px) {
  .caption {
    display: none;
  }
}

.center {
  margin: 0 auto;
}

.villas {
  text-align: left !important;
}

.bs-example {
  margin: 20px;
  width: 80%;
}
.modal-dialog iframe {
  margin: 0 auto;
  display: block;
}

.myModal {
  width: 50rem !important;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
