/*
Element Styles: Page Header
*/

.ae-header-img-box {
    margin-top: 80px;
}

.ae-header-img-box h1 {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    margin-bottom: 3px;
    color: #e8403f;
    font-size: 30px;
    display: inline-block;
}

.ae-header-img-box .ae-imgbox img {
    max-width: 120px;
}

.ae-header-img-box .ae-under-border {
    border-bottom: 2px solid #eee;
    height: 22px;
}

/* Media Queries
----------------------------------------------------------------------------- */
@media (min-width:768px) {
    .ae-header-img-box .container {
        border-bottom: 2px solid #eee;
    }
    
    .ae-header-img-box .ae-under-border {
        display: none;
    }
    
    .ae-header-img-box .ae-imgbox img {
        float: right;
    }
}
