/*
* Small devices e.g phone landscape
*/
@media (min-width: 576px) {

    /*
    * Header
    */
    header 
    {
        padding-top:40px;
    }

    /*
    * Nav
    */
    nav .btn-header a
    {
        display:inline-block;
    }
}