a { color: var(--secondary);}
.head { background-color: var(--light);}body { overflow: hidden;}
@media screen and (max-width: 768px) { 	
    body {overflow: auto;}
    figure {display: none;}
    section header img { height: 20vh;}
    section { max-width: 100%;}

}


/* body { font-family: scandia-web,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;} */