header.mythemes-miss-header-image nav{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
}

/* MYTHEMES TOPPER */
nav.mythemes-topper{
    text-align: center;
    line-height: inherit;
    height: auto;
}
nav.mythemes-topper div.mythemes-blog-identity{
    padding-top: 30px;
    padding-bottom: 30px;

    border-bottom: 3px double rgba( 0, 0, 0, 0.1 );
}
nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-logo,
nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-title,
nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-description{
    display: block;
}
nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-logo img{
    display: block;
    margin: 0px auto;
}

nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-title{
    font-family: "Poiret One", sans-serif, Arial, serif;
    color: #666666;
    font-size: 24px;
    line-height: 36px;

    text-transform: uppercase;
}
nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-title:hover{
    color: #000000;
}

nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-description{
    font-family: Raleway, sans-serif, Arial, serif;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;

    letter-spacing: 2px;
}
nav.mythemes-topper div.mythemes-blog-identity a.mythemes-blog-description:hover{
    color: #333333;
}

@media only screen and (max-width : 992px) {
    nav.mythemes-topper a.button-collapse,
    nav.mythemes-topper a.button-collapse i,
    nav.mythemes-topper a.button-collapse i:before{
        color: #999999;
        display: inline-block;
        font-size: 24px;

        width: 22px;

        -webkit-transition: all .3s ease-out;
           -moz-transition: all .3s ease-out;
             -o-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
                transition: all .3s ease-out;
    }
    nav.mythemes-topper a.button-collapse:hover,
    nav.mythemes-topper a.button-collapse:hover i,
    nav.mythemes-topper a.button-collapse:hover i:before{
        color: #333333;
    }

    nav.mythemes-topper div.mythemes-blog-identity{
        display: inline-block;
        width: -webkit-calc( 100% - 88px );
        width: calc( 100% - 88px );
        border-bottom: none;
    }
}



.parallax img {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

/* HEADER IMAGE */
div.mythemes-header{
}
div.mythemes-header div.valign-cell-wrapper{
	background: rgba( 0, 0, 0, 0.8 );
	z-index: 1;
    box-shadow: inset 0 0px 3px 3px rgba( 0, 0, 0, 0.08 );
}

div.mythemes-header a,
div.mythemes-header a:hover{
    text-decoration: none;
}

div.mythemes-header a.header-headline{
    color: #e53935;
    font-family: "Poiret One", sans-serif, Arial, serif;
}
div.mythemes-header a.header-headline,
div.mythemes-header a.header-description{
	display: block;

	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}
div.mythemes-header a.header-description{
    color: rgba( 0, 0, 0, 0.55 );
    font-family: "Open Sans", Helvetica, Arial, sans-serif, serif;
    margin-top: 15px;
}
div.mythemes-header a.header-description:hover{
    color: rgba( 0, 0, 0, 1.0 );
}


@media (min-width: 1200px ){
    .mythemes-header a.header-headline{
        font-size: 48px;
        line-height: 60px;
    }
    .mythemes-header a.header-description{
        font-size: 24px;
        line-height: 32px;
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){
    .mythemes-header a.header-headline{
        font-size: 42px;
        line-height: 48px;
    }
    .mythemes-header a.header-description{
        font-size: 22px;
        line-height: 30px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    .mythemes-header a.header-headline{
        font-size: 36px;
        line-height: 42px;
    }
    .mythemes-header a.header-description{
        font-size: 20px;
        line-height: 28px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .mythemes-header a.header-headline{
        font-size: 30px;
        line-height: 36px;
    }
    .mythemes-header a.header-description{
        font-size: 18px;
        line-height: 26px;
    }
}
@media ( max-width:480px ){
    .mythemes-header a.header-headline{
        font-size: 26px;
        line-height: 32px;
    }
    .mythemes-header a.header-description{
        font-size: 16px;
        line-height: 24px;
    }
}

.mythemes-header-buttons{
    margin-top: 50px;
}

.mythemes-first-button,
.mythemes-second-button{
    color: #ffffff;
    margin: 10px;
}
.mythemes-first-button:hover,
.mythemes-second-button:hover{
    color: #ffffff;
}

@media ( max-width:480px ){
    .mythemes-first-button,
    .mythemes-second-button{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
