@font-face {
    font-family: MuseoSans;
    src: url('//static.squarespace.com/static/536b92d8e4b0750dff7e241c/t/53ad65d0e4b09552858733c0/1403872720081/MuseoSans_300-webfont.eot'); /* IE9 Compat Modes */
    src: url('//static.squarespace.com/static/536b92d8e4b0750dff7e241c/t/53ad65d0e4b09552858733c0/1403872720081/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//static.squarespace.com/static/536b92d8e4b0750dff7e241c/t/53ad6a4de4b0575415cd6dde/1403873869800/MuseoSans_300-webfont.woff') format('woff'), /* Modern Browsers */ url('//static.squarespace.com/static/536b92d8e4b0750dff7e241c/t/53ad65ace4b06e52f1ceced3/1403872684343/MuseoSans_300-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}

body {
    font-family: MuseoSans, sans-serif;
}

header {
    padding: 3em;
    text-transform: uppercase;
}

header a.site-heading {
    text-decoration: none;
}

.site-heading .site-title {
    font-size: 2em;
    font-weight: bold;
    color: #0d2e70;
    display: inline;
    vertical-align: middle;
    padding-left: 0.5em;
}

#logo {
    max-height: 80px;
}

h1 {
    font-weight: 600;
    font-size: 60px;
}

h1, h2 {
    margin-bottom: 1rem;
}

footer a {
    color: #fff;
}

.navbar a {
    color: #000;
}

main {
    padding-bottom: 2em;
}

main h1 {
    color: #000;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
}

main section {
    min-height: 50vh;
}

main section h2 {
    margin-bottom: 1em;
}

footer {
    text-align: center;
    background-color: #171717;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#consent-widget {
    width: 100%;
    height: 100vh;
    border: 1px solid #ccc;
}
