/* === RESPONSIVE === */
@media only screen and (max-width:40em){

    .scrollable header {
        height: 100%;
        min-height: 100%;
    }
    .button.top:hover{
        margin-top: 0 !important;
    }
    .headerbox {
        padding-top: 6rem;
    }
    .title{
        margin-top: 30px;
        font-size: 80px;
    }
    .subtitle{
        font-size: 40px;
        line-height: 1.4;
    }
    .sclh{
        font-size: 30px !important;
        float: left;
        width: 100%;
    }
    #navmenu .menu-title {
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .sub-nav{
        width: 100%;
    }
    .sub-nav dd{
        border-top: 1px solid #262626;
        float: left;
        padding: 8px 0;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    #map{
        height: 200px;
    }
    .fancybox-title-inside-wrap span{
        width: 90% !important;
    }
}