.site_rubrik {color:#000000 !important;font-family:"Libre Franklin" !important;font-size:20px !important;font-style:normal !important;font-weight:700 !important;line-height:normal !important;text-align:start !important;}.site_paragraph {color:#000000 !important;font-family:"Libre Franklin" !important;font-size:16px !important;font-style:normal !important;font-weight:400 !important;line-height:26px !important;text-align:start !important;}.site_mrubrik {color:#000000 !important;font-family:"Libre Franklin" !important;font-size:15.60000038px !important;font-style:normal !important;font-weight:700 !important;line-height:normal !important;text-align:start !important;}#canvas {display:grid;grid-template-rows:100px auto 200px;grid-template-areas:"header" "main" "footer";min-height:100vh;font-family:Mitga, "Helvetica Neue", Sans-serif;font-weight:200;}header {grid-area:"header";background-color:#1b3e6f;color:white;}header nav {max-width:1200px;margin:0 auto;height:100px;display:flex;flex-flow:row;align-items:center;justify-content:space-between;box-sizing:border-box;gap:4rem;}header nav h1 {margin:0 auto 0 0;font-weight:400;font-size:1.1rem;}main {grid-area:"main";width:1200px;justify-self:center;}main #basepage {margin:0 auto;}footer {grid-area:"footer";background-color:#1b3e6f;color:white;font-size:1rem;line-height:1.8rem;text-align:left;padding:2rem;}footer div {max-width:1200px;margin:0 auto;}footer a,footer a:visited {color:white;text-decoration:underline;}@media screen and (max-width:600px) {#canvas {display:block;}header nav {height:auto;flex-flow:column;gap:1rem;text-align:center;}header nav img {width:100%;height:auto;}}