@import url("style.css");

.header {
    height: 45px;
}


@media screen and (min-width: 1024px) {
    .cars iframe {
        top: -50px;
    }
}

@media screen and (min-width: 768px) {
    
    .header {
        height: 50px;
    }
    
    .logo img {
        width: 60px;
        height: 60px;
    }
    
    .nav-top-button {
        font-size: 30px;
        padding-top: 4px;
        padding-right: 35px;
    }
    
    .nav-overlay .closebtn {
        position: absolute;
        top: 2px;
        right: 20px;
        font-size: 60px;
        line-height: 1em;
    }
    
}