/* ------------------------------------------------------ Header */

/* 
.header .navbar {
  -webkit-box-shadow: 1px 1px #d1cdc2;
  box-shadow: 1px 1px #d1cdc2;
}

.header .navbar-dark .navbar-nav .nav-link {
  line-height: 28px;
  border-radius: 50px;
}

.header .navbar-dark .navbar-nav > .active .nav-link {
  color: #fff !important;
}

.header .header-info-logo-img img {
  width: 186px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
  border-width: 0 !important;
}*/

.header .header-info {
  padding-top: 0;
  padding-bottom: 0;
}
/*.header .header-info .container {
  margin-top: -1.5rem;
}*/

/*.header a.header-business-phone {
  vertical-align: middle;
  color: #bac2a6;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .header .header-info-logo-img {
    position: fixed;
    top: 46px;
    z-index: 1039;
    padding: 0;
  }

  nav.navbar .container {
    position: relative;
    height: 135px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
  }

  .cw-header-info {
    position: fixed;
    z-index: 1039;
    top: 0;
    width: 100%;
  }
} */

/* ------------------------------------------------------ Hero */

.cw-hero {
  padding: 1em;
}

.cw-heroText {
  z-index: 2;
  padding: 6em 0;
}

.cw-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cw-heroText h1 {
  font-size: 2.3rem;
}

#hero-divider {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .cw-heroText {
    padding: 21em 0 16em;
  }

  .cw-heroText h1 {
    font-size: 4rem;
  }

  .cw-heroText .lead {
    font-size: 1.75rem;
  }
}

/* !!! Background !!! */

body > .page-home {
  /* background-color: #eec551; */
  background-color: #fa8a23;
  background-image: url("https://apihoard.webit.com/api/v1/Image/7CC61DB8ACD8BE03279DEDE0338DA61C/7CC61DB8ACD8BE03279DEDE0338DA61C.png?size=1920x1440");
}

body > section:not(.page-home) {
  /* background-color: #b9b9b9; */
  background-color: #fdf3ae;
  background-image: url("https://apihoard.webit.com/api/v1/Image/7CC61DB8ACD8BE03279DEDE0338DA61C/7CC61DB8ACD8BE03279DEDE0338DA61C.png?size=1920x1440");
}

/*---- Pop-Up ----*/
.modal-dialog {
  max-width: 650px;
}

.modal-footer {
  border-top: 0;
}

.modal-content {
  background: #4f0000;
  color: #fff;
  border-color: #2d2d2d;
}

.header-container {
  background-image: url("https://apihoard.webit.com/api/v1/Image/75DB37FB23ED9103C57DD3FE4BBBC5FE/75DB37FB23ED9103C57DD3FE4BBBC5FE.png?size=1920x1440");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-home .detailedlist {
  padding-top: 3em;
  padding-bottom: 3em;
  background-image: url("https://apihoard.webit.com/api/v1/Image/75DB37FB23ED9103C57DD3FE4BBBC5FE/75DB37FB23ED9103C57DD3FE4BBBC5FE.png?size=1920x1440");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .header-container {
    background-position: 0px -40px;
  }

  .page-home .detailedlist {
    background-position: 0 -65px;
  }
}

@media (min-width: 1401px) {
  .header-container {
    background-position: 0px -60px;
  }

  .page-home .detailedlist {
    background-position: 0 -85px;
  }
}

@media (min-width: 1800px) {
  .header-container {
    background-position: 0px -90px;
  }

  .page-home .detailedlist {
    background-position: 0 -95px;
  }
}
