header {height: 300px; background: white;}
header .logo {width: 436px; height: 330px; display: block; background: url(../img/catp_logo_black_small_trim.png) no-repeat center;}
header .logo span {position: absolute; left: 60px; bottom: 14px; display: none;}
header a {color: black;}
@media screen and (max-width: 600px) {
    header > .container {
        flex-direction: column;
        padding-bottom: 10px;
        width: 100%;
        overflow-x: hidden;
    }
}