@import url("../blockmagazine/style-mobile.css");

@media handheld, only screen and (orientation: portrait) and (max-width: 740px){
    #header h1{
        float: none;
        /*margin: 30px 30% 0 10%;*/
        text-align: left;
        width: 60%;
    }
    #header p{
        top: 60%;
        right: 28.5%
    }
    #header p#presents {
        font-size: 16px;
    }
    .bottom-menu li.lang-item{
        float: none;
    }
    #menu-language-menu-fr, #menu-language-menu-nl, #menu-language-menu-en{
        top: initial;
        bottom: 10px;
    }
}
@media handheld, only screen and (orientation: landscape) and (max-width: 740px){
    #header h1{
        float: none;
        /*margin: 30px 30% 0 10%;*/
        text-align: left;
        width: 60%;
    }
    #header p{
        top: 65%;
        right: 28.5%;
        text-align: right;
    }
    #header p#presents {
        font-size: 16px;
    }
}