/* --------------------------------------------------------------------------------------- */
/* NAVIGATION BAR                                                                          */
/* --------------------------------------------------------------------------------------- */

#mainNav {
    border-color: black;
    background-blend-mode: overlay;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 500;
    font-size: 20px;
    padding-top: 50px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
}

#mainNav .navbar-brand {
    color: white;
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: white;
}

#mainNav .navbar-toggler {
    font-size: 16px;
    padding: 8px 10px;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-nav>li>a {
    font-size: 18px;
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mainNav .navbar-nav>li>a.active {
    color: white !important;
    background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: white;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
    color: white;
}


/* force right align for collapse menu */
.nav-item {
    text-align: right;
}

.dropdown-menu {
    letter-spacing: 1px !important;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        color: fade(white, 100%);
    }

    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }

    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: rgba(255, 255, 255, 1);
    }

    #mainNav .navbar-nav>li>a:hover,
    #mainNav .navbar-nav>li>a:focus:hover {
        color: white;
    }

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: white;
    }

    #mainNav.navbar-shrink .navbar-brand:hover,
    #mainNav.navbar-shrink .navbar-brand:focus {
        color: white;
    }

    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: white;
    }

    #mainNav.navbar-shrink .navbar-nav>li>a:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
        color: white;
    }
}

.padding-10 {
    padding-left: 10px;
}

/* --------------------------------------------------------------------------------------- */
/* HEADER                                                                                  */
/* --------------------------------------------------------------------------------------- */

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
    
    background-size: 0 100%;
    background-repeat: no-repeat;

    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear;

}

.header-product.active {
    background-size: 100% 100%;
}

.header-product {
    max-height: 100%;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear;
}


.headerTitle {
    font-weight: 600;
    text-transform: uppercase;
}

.headerSubtitle {
    font-size: 30px;
    font-weight: 400;
}

.headerSubtitle img {
    height: 50px;
}

.headerButton {
    font-size: 30px;
}

header.masthead {
    /* height: 100vh; */
    padding-top: 0px;
    padding-bottom: 0px;
}

header.masthead .header-content {
    margin-bottom: 0px;
    text-align: left;
}

.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

@media (max-width: 768px) {
    #navbarResponsive {
        padding: 10px 20px 0px 0px;
        color: black;
        border-radius: 5px;
        border: 1px solid white;
        background-color: rgba(255, 255, 255, 1);
    }

    #mainNav .navbar-nav>li>a {
        font-size: 15px;
    }

    #mainNav .navbar-nav>li>a.active {
        color: black !important;
        background-color: transparent;
    }


    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: black;
    }

    #mainNav .navbar-nav>li>a:hover,
    #mainNav .navbar-nav>li>a:focus:hover {
        color: black;
    }

    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, .15);
        padding: 0;
        margin: 0;
        text-align: right;
    }
}

@media (min-width: 300px) {

    .header-product-image>img {
        padding-top:200px;
        float: right;
    }

    .header-card {
        padding-top: 10px;
        padding-left: 10px;
    }

    #mainNav {
        padding-top: 20px;
    }

    .header-content {
        padding-bottom: 0.5rem;
    }

    .headerTitle {
        font-size: 28px;
        line-height: 1.1;
    }

    .headerSubtitle {
        font-size: 15px;
    }

    .headerButton {
        z-index: 2;
        font-size: 18px;
    }

    .headerButton > a {
        font-size: 16px;
    }

    .mx-top {
        margin-top: 1.5rem !important;
    }

    .mx-bottom {
        margin-bottom: 1.5rem !important;
    }
}



@media (min-width:576px) {

    .header-card {
        padding-top: 140px;
        padding-left: 0px;
    }

    .header-product-image>img {
        padding-top: 0px; 
        height: 100vh;
        float: right;
    }

    .headerTitle {
        font-size: 45px;
    }

    .headerSubtitle {
        font-size: 22px;
    }

    .headerButton > a {
        font-size: 16px;
    }

    .mx-top {
        margin-top: 2rem !important;
    }

}

@media screen and (orientation:portrait) and (min-width:768px) {

    #mainNav .navbar-nav>li>a {
        font-size: 15px;
    }

    .header-product-image > img {
        height: 50vh;
    }

    #mainNav {
        padding-top: 40px;
    }

    .headerTitle {
        font-size: 40px;
        line-height: 1.1;
    }

    .headerSubtitle {
        font-size: 25px;
    }

    .headerButton {
        font-size: 18px;
        padding-top: 10px;
    }

    .headerButton > a {
        font-size: 16px;
    }

    .mx-top {
        margin-top: 1.5rem !important;
    }

    .mx-bottom {
        margin-bottom: 2.5rem !important;
    }
}

@media (min-width: 992px) {

    .mastheadcard {
        width: 345px;
    }

    #mainNav .navbar-nav>li>a {
        font-size: 18px;
    }

    .header-product-image > img {
        height: 70vh;
        left: 20px;
    }

    .headerTitle {
        font-size: 45px;
        line-height: 1.1;
        padding-bottom: 1.5rem;
    }

    .headerSubtitle {
        font-size: 25px;
        font-weight: lighter;
    }

    .headerButton {
        font-size: 25px;
        padding-top: 0px;
    }

    .mx-top {
        margin-top: 3rem !important;
    }

    .mx-bottom {
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1200px) {

    .mastheadcard {
        width: 370px;
    }

    #mainNav .navbar-nav>li>a {
        font-size: 20px;
    }

    .header-product-image>img {
        height: 75vh;
        left: 50px;
    }

    .headerTitle {
        font-weight: 600;
        font-size: 50px;
        line-height: 1.1;
    }

    .headerSubtitle p {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.1;
    }

    .headerButton {
        font-size: 25px;
    }

    .mx-top {
        margin-top: 3rem !important;
    }
}

@media (min-width: 1440px) {

    .header-product-image>img {
        float: initial;
        height: 80vh;
    }

    .headerTitle {
        font-size: 60px;
        line-height: 1.1;
    }

    .headerSubtitle {
        font-size: 30px;
    }
}

@media (min-width: 1600px) {

    .mastheadcard {
        margin-left:20px
    }

    .header-product-image>img {
        float: initial;
        height: 80vh;
    }

    .headerTitle {
        font-size: 60px;
        line-height: 1.1;
    }

    .headerSubtitle {
        font-size: 30px;
    }
}