#top-header {
  margin-top: 20px;
}

#header {
  height: 270px;
}
#header .header-inner {
  position: relative !important;
}

.breakpoint-xl {
  background-color: #b5663717;
}

h1 {
  color: #635348;
}

h2 {
  color: #635348;
}

.top-menu .call-div {
  color: white;
  max-width: 50%;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.top-menu a {
  color: white;
}
.top-menu a:hover {
  color: white !important;
  font-weight: bold;
}

.social-div {
  text-align: right;
}
.social-div a {
  font-size: 16px;
  margin-right: 15px;
  color: #635348;
}
.social-div .fa-instagram:hover {
  color: red;
}

.logodiv {
  text-align: center;
}

.lines-button {
  float: left;
}

#mainMenu li a {
  font-size: 16px !important;
}

.container-slide {
  margin-top: 30px;
  max-height: 600px;
  padding-left: 8px !important;
}

.slidetext {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.slidetext p {
  color: white;
  font-size: 60px;
  text-shadow: 2px 2px 2px #635348;
}

.owl-dots {
  display: none;
}

.owl-nav {
  display: none;
}

.about-us-container {
  margin-top: 150px;
}

.gallery-container {
  margin-top: 150px;
}
.gallery-container .section-title {
  margin-bottom: 50px;
}

.grid-image {
  max-height: 240px;
}
.grid-image img {
  max-height: 100%;
}

.grid-item-wrap .btn {
  width: 100%;
  height: 200px;
  border: none !important;
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pre-footer-container {
  margin-bottom: 100px;
}

.pre-footer-col {
  border: 1px solid #635348;
  min-height: 200px;
}
.pre-footer-col h3 {
  margin-top: 30px;
  margin-left: 15px;
  color: #635348;
}
.pre-footer-col p {
  margin-top: 30px;
  margin-left: 15px;
  color: #635348;
  font-size: 16px;
}

.about-us-first {
  margin-top: 150px;
}

.left-text-main {
  margin-bottom: 250px;
}

.left-text {
  position: absolute;
  left: 30%;
  top: 20%;
}
.left-text p {
  max-width: 85%;
  font-size: 18px;
}

.about-us-left {
  margin-top: 150px;
}

.about-us-right {
  padding-left: 10%;
  margin-top: 100px;
}
.about-us-right p {
  font-size: 18px;
}

.banner-container {
  margin-top: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.banner-container .btn {
  background-color: #635348 !important;
  border-color: #635348 !important;
}

.grid-item:hover .img-desc {
  color: white !important;
  text-shadow: 1px 1px 1px #635348;
  font-size: 20px !important;
}

#footer {
  background-color: transparent !important;
}

.menu-container {
  margin-top: 150px;
  margin-bottom: 150px;
}

.contact-button {
  background-color: #635348 !important;
}

.contactbutton-div {
  display: flex;
  justify-content: flex-end;
}

.form-control {
  border: 2px solid #635348 !important;
}

.contact-info-div h5 {
  font-size: 22px !important;
}
.contact-info-div p {
  font-size: 18px;
}

.footer-logo-div {
  text-align: center;
}
.footer-logo-div img {
  max-height: 150px;
}

.footer-social-div {
  text-align: center;
  margin-top: 20px;
}
.footer-social-div a {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  color: #635348 !important;
}
.footer-social-div a:hover {
  opacity: 50%;
}

a:hover {
  color: #635348 !important;
}

@media screen and (max-width: 990px) and (min-width: 767px) {
  .pre-footer-col p {
    font-size: 14px;
  }
}
@media screen and (min-width: 990px) {
  .gallery-col {
    width: 300px;
    min-height: 200px;
    margin-bottom: 50px;
  }

  .grid-image {
    max-height: 200px;
  }
  .grid-image img {
    height: 100%;
  }
}