@font-face {
    font-family: 'HankenBook';
    src: url('/font/Hanken-Light.ttf') format('truetype');
  }

  @font-face {
    font-family: 'MontserratLight';
    src: url('/font/Montserrat-Light.ttf') format('truetype');
  }


body {
	font-family: 'MontserratLight' !important; 
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'MontserratLight' !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'MontserratLight' !important;
}

img.masthead{
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}

nav {
   background-color: rgb(238,235,234, 0.75) !important;
}

#about {
    background-color: #fff !important;
}
#about h2 {
    color: #747378 !important;
}
#about p {
    color: #747378 !important;
    text-align: left;
}

.carousel-caption {
    top: 40%;
  }
.carousel-item h5 {
    font-size: 57px;
    line-height: 67px;
    font-weight: 700;
    padding-bottom: 10px;
    font-weight: 300;
}
.carousel-item p {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0 50px;
    font-weight: 300;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 70px;
    height: 70px;
}
.arrow-image {
    width: 50px;
    height: 80px;
}

.social-icons {
    display: flex;
    justify-content: center;
}
/* scroll to top */
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* call button */
#call-button {
    cursor: pointer;
    display: none;
    border-radius: 50%;
    text-align: center;
    color: #747378;
}

@media (max-width: 768px) {
    #call-button {
        display: block;
    }
    .navbar-toggler-icon {
        color: white !important;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        color: #747378 !important;
        text-align: right;
    }
    
    .modal-body .form-group .btn-primary {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .modal-body .form-group .btn-primary {
        width: 45%;
    }

}

@media (max-width: 426px) {
    .carousel-item h5 {
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 10px;
        font-weight: 150;
    }
    .carousel-item p {
        font-size: 15px;
        line-height: 20px;
        padding: 20px 0 50px;
        font-weight: 150;
    }
    .arrow-image {
        width: 25px;
        height: 40px;
    }
    img.masthead {
        height: 75vh;
    }
}

/* subscribe form */
#subscribe {
    padding: 10rem;
}
.subscribe-title {
    text-align: center;
    color: #13a4d0;
}
.subscribe-form {
    justify-content: center;
}
.subscribe-info {
    text-align: center;
}

.subscribe-form .form-email {
    width: 250px;
}

.subscribe-form .form-button {
    margin-left: 20px;
}

@media (max-width: 768px) {
    #subscribe {
        padding: 5rem;
    }
    .subscribe-title h3 {
        font-size: 1.2rem;
    }
}

.sticky-button {
    position: fixed;
    top: 50%;
    right: -85px;
    transform: rotate(270deg);
    z-index: 10;
    background-color: #13a4d0;
    color: white;
    opacity: 0.6;
    border: 0px;
}
.sticky-button:hover {
    background-color: #0c5368;
    color: white;
    opacity: 1;
}

/* modal subscribe */
.modal-content {
    background-color: rgb(238,235,234);
    color: #13a4d0;
    opacity: 0.95;
}
.modal-header {
    background-color: rgb(238,235,234) !important;
    border-bottom: 0px;
    display: block;
}

.modal-header .close {
    opacity: 1;
    color: #13a4d0;
}

.modal-body .row {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.modal-body .form-group .btn-primary {
    background-color: #13a4d0;
    color: rgb(238,235,234);
    border: 0px;
    border-radius: 0px;
}

.subscribe-note {
    font-size: 10px;
}

.modal-body .form .input-group .email {
    background-color: rgb(238,235,234);
    color: #13a4d0;
    border-radius: 0px;
    width: 100%;
    border-color: #13a4d0;
}

.modal-body .form {
    width: -moz-available;
    width: -webkit-fill-available; 
    text-align: -webkit-center;
    text-align: -moz-center;
}

.modalCenter {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.subscribe-section-form {
    width: 100%;
    max-width: 500px;
}
#subscribe {
    padding-bottom: 1rem;
    padding-top: 4rem;
    background-color: rgb(238,235,234)!important;
}

.footerColor {
    background-color: rgb(238,235,234)!important;
}

.close {
    font-weight: 1 !important;
}

.subscribe-section-body {
    justify-content: center;
    align-items: center;
}

.wrap {
    display: inline-block;
    position: relative;
    padding: 1em;
    /* background: #fff; */
  }
  .productsText {
    background: rgba(16,155,197,0.8);
    color: #fff;
    transition: opacity .5s;
    opacity: 0;
    position: absolute;
    top: 1em; bottom: 1em; left: 1em; right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrap:hover .productsText {
    opacity: 1;
  }
  .products {
    max-width: 100%;
    display: block;
  }
  #carouselLink {
      color: #fff;
  }
  
  #pageTitle {
      padding-bottom: 25px;
  }

  #pageImg {
      margin: 10px 0px 20px 0px;
  }
  .headerImage {
      max-width: 100%;
      height: auto;
  }
  .table td, th {
    text-align: center;   
 }

.sectionHeaderTitle {
    padding-top: 5px;
    color: #13a4d0;
    margin-bottom: 15px;
}
.productsHeaderHomePage {
    margin-top: 30px;
}
.products-section {
    padding: 3rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
}

.gallery .row {
    margin: 15px;
  }

.ekko-lightbox .modal-dialog .modal-content {
    opacity: 1;
    background-color: transparent;
    border: 0px;
}

.container-gallery h1{
    margin-left: 25px;
}

@media (min-width: 768px) {
    #pageImg {
        margin: 10px 0px 20px 0px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {

    .container-gallery h1{
        margin-left: 35px;
    }

    .container-gallery .img-fluid{
        padding: 10px;
    }

    .headerImage {
        max-width: 100%;
        height: auto;
        margin-top: 100px;
        margin-bottom: -35px;
    }

    .wrap .productsText {
        opacity: 1;
        background: transparent;
        font-size: 30px;
    }
    .wrap .productsTextMobileGray {
        color:#747378 !important;
    } 

    .ekko-lightbox-nav-overlay a span {
        margin: -20px;
    }

    .wrap .productsText:hover {
        background: rgba(19,164,208, 0.5);
        font-size: 30px;
        top: 16px;
        bottom: 16px;
        right: 16px;
        left: 16px;
    }
}

.products-section {
    background-color: rgb(238,235,234, 0.6) !important;
}

.solutionsHeader {
    margin-top: -20px;
    margin-bottom: 80px;
}

#headerTitleHomePage {
    font-size: 50px;
}

#outdoorShadingTitleHomePage {
    font-size: 35px;
}

.specImg {
    width: 100%;
}

.zipMoney {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zipMoneySite{
    width: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.textColorGray {
    color: #747378 !important;
}

.pageText {
    padding-bottom: 25px;
    text-align: justify;
    padding-right: 5%;
    padding-left: 5%;
}

.subscribe-logo {
    width: 71px;
    height: 59px;
}

.font-color-blue {
    color: #13a4d0;
}