body{margin:0;height:100vh;font-size:16px;font-family:'Source Sans Pro', sans-serif;font-weight:400;color:#222}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:300}h1{font-weight:600;font-size:2.5em}h2{font-size:2.2em}h3{font-size:1.8em}h4{font-size:1.3em}h5{font-size:1em;font-weight:400}h6{font-size:0.9em;font-weight:600}.thin{font-weight:200}.light{font-weight:300}.medium{font-weight:600}.bold{font-weight:700}.bolder{font-weight:900}h3.big{font-size:2em}#grid-container{display:-ms-grid;display:grid;height:100vh;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:1fr 6fr 1fr;grid-template-rows:1fr 6fr 1fr;grid-template-areas:"header header header" "hours1 hours2 hours3" "footer footer footer"}header{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:header;font-weight:300;background:#00a0e3;color:#fff}.logo{grid-area:logo;background:#00a0e3}.hours1{-ms-grid-row:2;-ms-grid-column:1;grid-area:hours1}.hours2{-ms-grid-row:2;-ms-grid-column:2;grid-area:hours2}.hours3{-ms-grid-row:2;-ms-grid-column:3;grid-area:hours3}footer{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:footer;font-size:.9em;background:#d9dada;color:#444}.grid-item{padding:2em}@media (prefers-color-scheme: dark){body{background:#333;color:#a2a2a2}header{background:#3c4f57;color:#d9d9d9}footer{background:#0d0e0e;color:#b7b7b7}}
/*# sourceMappingURL=style.css.map */