/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 60%;
  }
}


/* Carousel */
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 80px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

/* Blockquote   */
  blockquote {
    position: relative;
    padding: 10px 45px;
  }
  blockquote:before,
  blockquote:after {
    color: #d4b700;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 8px;
    display: block;
  }

/********** Count Down **************/
.countdown p {
  font-size: 24px;
  font-family: "lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
ul.countdown {
  list-style: none;
  display: block;
  margin-bottom: 0;
  padding: 1em 0 0;
}
ul.countdown li {
  display: inline-block;
  padding-right: 50px;
}
ul.countdown li:last-child {
  padding-right: 0;
}
ul.countdown li span {
  font-size: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #d4b700;
}
ul.countdown li p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 999px) {
  ul.countdown li {
    display: inline-block;
    text-align: center;
    padding-right: 50px;
    margin-bottom: 30px;
  }
  ul.countdown li:last-child {
    padding-right: 0;
  }
  ul.countdown li span {
    font-size: 70px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
}
@media (max-height: 560px) {
  ul.countdown li {
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
  }
  ul.countdown li:last-child {
    padding-right: 0;
  }
  ul.countdown li span {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  ul.countdown li p {
    font-size: 8px;
    margin-bottom: 0;
  }

  #nextblock .countdown p {
    font-size: 8px;
    color: #5d5d5d;
  }
  #nextblock ul.countdown li {
    display: inline-block;
    padding-right: 40px;
  }
}
@media (max-width: 560px) {
  ul.countdown li {
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
  }
  ul.countdown li:last-child {
    padding-right: 0;
  }
  ul.countdown li span {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  ul.countdown li p {
    font-size: 8px;
    margin-bottom: 0;
  }
}



  .btn-primary {
    color: #fff;
    background-color: #d4b700;
    border-color: #d4b700;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #f24516;
    border-color: #ee3e0d;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #d4b700;
    border-color: #d4b700;
  }

  .btn-outline-primary {
    color: #d4b700;
    border-color: #d4b700;
  }
  
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #d4b700;
    border-color: #d4b700;
  }
  
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.5);
  }
  
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #d4b700;
    background-color: transparent;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #d4b700;
    border-color: #d4b700;
  }

  .btn-link {
    font-weight: 400;
    color: #d4b700;
    text-decoration: none;
  }
  
  .btn-link:hover {
    color: #7F6D00;
    text-decoration: underline;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d4b700;
  }


  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #d4b700;
    background-color: #d4b700;
  }



  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #d4b700;
    background-color: #d4b700;
  }



  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #d4b700;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
  }



  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #d4b700;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
  }


  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #d4b700;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }


  .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #d4b700;
}


.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #d4b700;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #7F6D00;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #d4b700;
  border-color: #d4b700;
}



.badge-primary {
  color: #fff;
  background-color: #d4b700;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #ee3e0d;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.5);
}


.bg-primary {
  background-color: #d4b700 !important;
}


.border-primary {
  border-color: #d4b700 !important;
}

.text-primary {
  color: #d4b700 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #7F6D00 !important;
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #d4b700;
}




header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/bg-pult.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead h1 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 72px;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}

#portfolio .container-fluid {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box {
  position: relative;
  display: block;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(212,183,0, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}


