/*
 Theme Name:   Twenty Nineteen Child
 Template:     twentynineteen
*/

.site-logo{
    position: static;
    top: 0;
    left: 0;
    right: 0;
}

.site-logo .custom-logo-link{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 80px;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    .page-header {
        margin: 0 calc(10% + 60px) calc(3 * 1rem);
    }
}