body {
    /*background: #2e3131;*/
    background: #1E2020;
}

footer {
    border-top: 2px solid #bdc3c7;
    border-bottom: 2px solid #876E1D;
    background-color: #282A2A;
}

footer #footer-note {
    padding-bottom: 53px;
}

footer #footer-note h5 {
    border-top: 2px dotted #bdc3c7;
    margin: 0;
    padding: 10px 0 10px 0;
    max-width: 400px;
    font-size: 1rem;
}

#main-nav {
    /*background: rgba(52, 58, 64, 0.85);*/
    background: rgba(18, 20, 22, 0.85);
    border-bottom: 2px solid #876E1D;
}

#main-nav ul.dropdown-menu a {
    color: #bdc3c7;
}

#main-nav h5 {
    position: relative;
    top: 6px;
    color: #bdc3c7;
}

#contact-bar {
    /*background: rgba(47, 52, 58, 0.92);*/
    background: rgba(18, 20, 22, 0.88);
    border-top: 2px solid #876E1D;
    padding: 0 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 2.2rem;
}

#contact-bar a {
    color: white;
}

#contact-bar div:first-of-type {
    font-size: 1.6rem;
}

#home {
    min-height: 650px;
    background: url(../img/home4.png) no-repeat 0 8px;
    background-size: cover;
}

#home .dark-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 650px;
}

#home .container {
    padding-top: 120px;
    height: 650px;
    position: relative;
}

#home #home-bottom {
    max-width: 320px;
    padding: 0 18px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(60, 96, 155, 0.4);
}

#home #home-bottom h1 {
    font-size: 2.2rem;
    font-weight: 600;
}

#home #home-bottom h4 {
    color: #bdc3c7;
}

#home #home-bottom span {
    color: #9CA5AB;
}

#home #logo-container {
    /*background-color: #cfcfcf;*/
    background-color: black;
    padding: 25px;
    border-radius: 20px;
    /*border: 5px solid #3c609b;*/
    border: 3px solid #876E1D;
    width: 330px;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.5);
}

#home #telephone {
    font-size: 40px;
    color: #d9d7d6;
}

#email-display a {
    color: #9CA5AB;
}

#home #whatsapp-button {
    margin-bottom: 25px;
}

#home i {
    font-size: 40px;
}

#about {
    border-top: 2px solid #876E1D;
    padding-top: 20px;
}

#services .header {
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom: 2px solid #bdc3c7;
    border-top: 2px solid #bdc3c7;
    margin-bottom: 15px;
}

#services .slick-carousel {
    margin-top: -42px;
    height: 240px;
}

#services .slick-carousel img {
    border: 2px solid #bdc3c7;
    border-radius: 5%;
}

#reviews {
    display: flex;
    min-width: 100%;
    overflow-x: auto;
}

#reviews .card {
    min-width: 250px;
    margin: 0.5rem;
}

#reviews .card-text {
    font-size: 0.85em;
}

#reviews .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

#reviews h5 {
    font-size: 1.1em;
}

#terms .modal-dialog {
    max-width: 1050px;
    padding: 10px;
}

#quote form {
  max-width: 700px; }
#quote .header {
  border-top: 2px solid #bdc3c7;
  border-bottom: 2px solid #bdc3c7; }
#quote #quote-result {
  height: 50px; }

.logo-font {
  font-family: 'Titillium Web', sans-serif; }

#about .header {
    border-top: 2px solid #bdc3c7;
    border-bottom: 2px solid #bdc3c7;
}

#gallery .header {
    border-top: 2px solid #bdc3c7;
    border-bottom: 2px solid #bdc3c7;
}

#gallery img {
    border: 1px solid #876E1D;
    max-height: 180px;
    border-radius: 7px;
    margin: 0.6rem 0.7rem;
    cursor: pointer;
}

#photo-modal {
    opacity: 0;
    position: fixed;
    top: 0;
    margin: 1rem;
    z-index: 1050;
    transition: opacity 0.25s ease-out;
    justify-self: center;
    top: 50vh;
    transform: translateY(-51%);
}

#photo-modal img {
    border-radius: 8px;
    max-width: 93vw;
    max-height: 100vh;
}

#photo-modal div {
    position: absolute;
    right: 0;
}

#photo-modal div i {
    color: #3c609b;
    font-size: 2.5rem;
    margin: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

#photo-modal div i:hover {
    color: #876E1D;
    transform: scale(1.2);
}

#overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0;
    z-index: 1040;
    transition: opacity 0.25s ease-out;
}

@media (max-width: 768px) {
  #services .slick-carousel {
    margin-top: 0;
    height: 260px;
    margin-bottom: 15px;
  }
  #home {
    text-align: center;
  }
  #home #info {
      text-align: center !important;
      margin-top: 30px; }
    #home #brand .display-3 {
      font-size: 2.5rem !important; }
    #home #brand .display-4 {
      font-size: 3rem !important; }
    #home #brand-text {
      margin-top: 20px; }
      #home #brand-text img {
        width: 350px; }
    #home #telephone {
      font-size: 35px;
      margin-top: 20px !important;
      color: #d9d7d6; }
    #home #logo-container {
      margin: auto;
      width: 280px;
      padding: 20px; }
    #home #home-bottom {
      width: 100%;
      margin: auto;
      margin-bottom: 20px; }
    #home .container {
      padding-top: 90px; } }
@media (max-width: 992px) {
  #home #telephone {
    font-size: 35px;
    margin-top: 20px !important;
    color: #d9d7d6; }
  #home #logo-container {
    margin: auto;
    width: 270px;
    padding: 20px; } }