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

#mainNav {
    border-color: black;
    background-color: white;
    position: absolute;
    right: 0;
    left: 0;
}

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

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

#mainNav .navbar-toggler {
    color: black;
    border: 2px solid black;
}

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

@media (max-width: 768px) {
    #navbarResponsive {
        border: 1px solid black;
        background-color: rgba(255, 255, 255, 1);
    }
}

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

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

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

.header-product.active {
}

.header-product {
display: flex;
    align-items: center;
    justify-content: center
}

.header-content {
    padding-left: 100px;
    padding-right: 50px;
    /*z-index: 2;
    position: relative;*/
}

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

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

.headerSubtitle img {
    height: 50px;
}

.headerButton {
    font-size: 30px;
}

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

.masthead-100 {
    height: 100vh !important;
}

.masthead img {
}
.masthead picture {

}

.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

@media (min-width: 300px) {

    header.masthead {
    }

    .header-text {

    }

    .header-product {

    }

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

    #mainNav {
        padding-top: 40px;
    }

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

    .headerTitle {
        font-size: 46px;
        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 {
    }

    .header-text {

    }

    .header-product {
    }

    .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:300px) {
    .header-product {

    }
}

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

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

    header.masthead {
    }

    .header-text {

    }

    .header-product {

    }

    .header-product > picture {
    }

    #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 screen and (orientation:portrait) and (min-width:992px) {
    .header-product {

    }
}

@media (min-width: 992px) {

    header.masthead {
    }

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

    .header-text {
    }

    .header-product {

    }


    .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 {

    }

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

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