body {
    margin: 0;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
}
a {
    display: block;
    text-decoration: none;
}
button {
    display: block;
}
h1 {
    margin: 0 0 32px 0;
    padding: 0 16px;
    font-family: 'Estado Headline';
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    color: #fff;
}
@media (max-width: 960px) {
    h1 {
        font-size: 64px;
    }
}
@media (max-width: 720px) {
    h1 {
        font-size: 56px;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 48px;
    }
}
@media (max-width: 320px) {
    h1 {
        font-size: 40px;
    }
}
.lead {
    width: calc( 100% - 32px );
    max-width: 496px;
    margin: 0 0 16px 0;
    padding: 0 16px;
    font-family: 'Flama';
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}
.author {
    margin: 0 0 32px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.page {
    /*margin-bottom: 48px;*/
}
/* */
.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc( 100% - 48px );
    opacity: 0;
    pointer-events: none;
    background: #fff;
    z-index: 2;
}
.overlay.visible {
    opacity: 1;
    pointer-events: all;
}
.overlay nav {
    width: 100%;
}
.overlay nav ol {
    width: 100%;
}
.overlay nav ol li a {
    padding: 16px;
    font-family: 'Estado Headline';
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #006194;
    transition: background ease .3s;
}
.overlay nav ol li a:hover {
    background: #f5f5f5;
}
@media (max-width:496px) {
    .overlay nav ol li a {
        font-size: 24px;
    }
}
/* */
.jumbotron {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 48px;
    background-size: cover;
    background-position: center;
}
.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.content {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}
p {
    width: calc(100% - 32px);
    max-width: 496px;
    margin: 0 auto 32px auto;
    font-family: 'Freight Text';
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
}

p a {
    display: inline;
    font-weight: bold;
    color: #006194;
}
