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

#mainNav {
    border-color: black;
    background-color: white;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    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-toggler {
    font-size: 18px;
    padding: 8px 10px;
    color: black;
    border: 1px solid black;
}

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

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


@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: black;
    }

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

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

    #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;
}

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

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

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

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

.header-product {
    max-height: 100%;
    padding-top: 100px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.header-content {
    padding-left: 100px;
    padding-right: 50px;
}

.headerTitle {
    font-weight: 600;
}

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

.headerSubtitle img {
    height: 50px;
}

.headerButton {
    font-size: 30px;
}

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

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


.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

@media (min-width: 300px) {

    header.masthead {
        height: 160vh;
    }


    .header-text {
        height: 100vh;
        padding-top: 140px;
    }

    .header-product {
        height: 60vh;
        padding: 1.5rem;
    }

    .header-product > img {
        height: 100%;
        float: right;
    }

    #mainNav {
        padding-top: 40px;
    }

    .header-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }

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

    .headerSubtitle {
        font-size: 18px;
    }

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

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

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

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



@media (min-width:576px) {

    header.masthead {
        height: 120vh;
    }

    .header-text {
        height: 60vh;
        padding-top: 140px;
    }

    .header-product {
        height: 60vh;
    }

    .header-product>img {
        height: 95%;
        float: right;
    }

    .headerTitle {
        font-size: 45px;
    }

    .headerSubtitle {
        font-size: 18px;
    }

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

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

}

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

    header.masthead {
        height: 100vh;
    }

    .header-text {
        height: 40vh;
        padding-top: 150px;
    }

    .header-product {
        height: 60vh;
        padding-top: 20px;
    }

    .header-product > img {
        height: 100%;
    }

    #mainNav {
        padding-top: 40px;
    }

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

    .headerSubtitle {
        font-size: 18px;
    }

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

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

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

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

@media (min-width: 992px) {

    header.masthead {
        height: 100vh;
    }

    .header-text {
        height: 100vh;
        padding-top: 180px;
    }

    .header-product {
        height: 100vh;
        padding-top: 150px;
    }

    .header-product > img {
        height: 70%;
        position: absolute;
        left: 20px;
    }

    .header-content {
        padding-left: 3em;
        padding-right: 3em;
    }

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

    .headerSubtitle {
        font-size: 23px;
    }

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

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

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

@media (min-width: 1200px) {

    .header-product>img {
        height: 80%;
        position: absolute;
        left: 50px;
    }

    .header-content {
        padding-left: 50px;
        padding-right: 50px;
    }

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

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

    .headerButton {
        font-size: 25px;
    }

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

@media (min-width: 1440px) {

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

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