@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:wght@100..900&display=swap');

a {
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    line-height: 1em;
    outline: none;
    text-decoration: none;
    transition: 0.1s;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

body {
    font-size: 0;
    margin: 0;
}

body.unscrollable {
  height: 100%;
  overflow: hidden;
}

button {
    background: none;
    border: none;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0;
    line-height: 1em;
    outline: none;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div {
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
}

h1, h2, h3  {
    box-sizing: border-box;
    font-size: 0;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
}

hr {
    display: block;
    margin: 0;
    border: 0;
}

hr.anchor {
    position: relative;
    top: -64px;
}

img {
    box-sizing: border-box;
    vertical-align: bottom;
    width: 100%;
}

p {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
}

.body-background {
    _background: url('res/background-v.png') center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.body-container {
    _background: rgb(239,239,239);
    color: rgb(15,15,15);
    _color: rgb(31,31,31);
    _color: rgb(47,47,47);
    font-family: 'Roboto Slab';
    _min-height: 100vh;
    padding: 64px 0 0;
}

/* Headline */
#headline {

}

.headline {

}

.headline-body {
    background: rgb(255,255,255);
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.headline-body-container {
    align-items: center;
    display: flex;
    height: 64px;
}

.headline-body-container-left {
    position: absolute;
    display: inline-block;
    left: 0;
}

.headline-body-container-center {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
}

.headline-body-container-right {
    display: inline-block;
    position: absolute;
    right: 0;
}

.headline-logo {
    align-items: center;
    display: flex;
    height: 64px;
    padding: 4px;
}

.headline-logo-image {
    display: inline-block;
    padding: 12px;
}

.headline-logo-image img {
    _height: 48px;
    width: 32px;
}

.headline-logo-text {
    display: inline-block;
    _font-family: 'Oswald';
    font-size: 20px;
    font-weight: 400;
    _letter-spacing: 0.1em;
    line-height: 1.1em;
    max-height: 56px;
    padding: 4px;
    _text-transform: uppercase;
}

.headline-buttons {
    padding: 4px;
}

.headline-button {
    _border: 1.5px solid rgba(0,0,0,0.1);
    font-size: 32px;
    font-weight: 600;
    height: 48px;
    margin: 4px;
    width: 48px;
}

.headline-menu {
    align-items: center;
    background: rgb(255,255,255);
    display: flex;
    justify-content: center;
    position: fixed;
    height: calc(100vh - 64px);
    opacity: 0; /* default state */
    top: calc(-100vh + 64px); /* default state */
    transition: 0.25s;
    width: 100%;
    z-index: 1;
}

.headline-menu-container {

}

.headline-menu a {
    display: block;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
}

.headline-menu a i {
    border-right: 2px solid rgb(127,127,127);
    _border-right: 2px solid rgb(191,191,191);
    color: rgb(63,143,129);
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    text-align: right;
    width: 24px;
}

@media(min-width: 720px) {
    .headline-buttons {
        display: none;
    }

    .headline-menu {
        display: none;
    }
}

.headline-menu-desktop {
    display: none;
    padding: 8px;
}

.headline-menu-desktop a {
    display: inline-block;
    font-size: 20px;
    padding: 8px;
}

.headline-menu-desktop a i {
    padding: 0 8px 0 0;
}

@media(min-width: 720px) {
    .headline-menu-desktop {
        display: block;
    }
}

/* Article */
section.article {
    _background: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(151,199,175,0.25) 100%);
    padding: 48px 16px;
}

section.article header {
    padding: 8px;
}

section.article header div.icon {
    padding: 8px;
}

section.article header div.icon i {
    color: rgb(63,143,129);
    font-size: 48px;
}

section.article header div.icon img {

}

section.article header div.article-separator {
    color: rgb(63,143,129);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25em;
    padding: 8px;
}

section.article header div.article-separator::before {
    content: '◆◆◆';
}

section.article header h2 {
    font-size: 32px;
    padding: 8px;
}

section.article header p {
    padding: 8px;
}

section.article div.article-content {
    padding: 8px;
}

section.article div.article-list {
    padding: 20px 4px 4px;
}

section.article div.article-list:first-child {
    padding: 4px;
}

section.article div.article-list-key {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 4px;
}

section.article div.article-list-value {
    font-size: 20px;
    line-height: 1.5em;
    padding: 4px;
}

@media(min-width: 720px) {
    section.article {
        padding: 48px 0;
    }

    section.article div.section-container {
        margin: 0 auto;
        max-width: 1080px;
        padding: 0 16px;
    }

    section.article header {
        _max-width: 1080px;
        _margin: 0 auto;;
    }

    section.article div.article-content {
        _max-width: 1080px;
        _margin: 0 auto;;
    }
}

/* Cards */
section.cards {
    _background: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(151,199,175,0.25) 100%);
    padding: 48px 16px;
}

section.cards header {
    padding: 8px;
}

section.cards header div.icon {
    padding: 8px;
}

section.cards header div.icon i {
    color: rgb(63,143,129);
    font-size: 48px;
}

section.cards header div.icon img {

}

section.cards header div.cards-separator {
    _color: rgb(151,199,175);
    _color: rgb(111,183,159);
    color: rgb(63,143,129);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25em;
    padding: 8px;
}

section.cards header div.cards-separator::before {
    content: '◆◆◆';
}

section.cards header h2 {
    font-size: 32px;
    padding: 8px;
}

section.cards header p {
    padding: 8px;
}

section.cards div.cards-container {
    padding: 8px;
}

section.cards div.card {
    padding: 20px 4px 4px;
}

section.cards div.card:first-child {
    padding: 4px;
}

section.cards div.card div.card-icon {
    padding: 4px;
}

section.cards div.card div.card-icon i {
    font-size: 32px;
}

section.cards div.card div.card-icon img {

}

section.cards div.card div.card-image {
    padding: 4px;
}

section.cards div.card div.card-image img {

}

section.cards div.card h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 4px;
}

section.cards div.card p {
    padding: 4px;
}

@media(min-width: 720px) {
    section.cards {
        padding: 48px 0;
    }

    section.cards header {
        margin: 0 auto;
        max-width: 1080px;
    }

    section.cards div.section-container {
        margin: 0 auto;
        max-width: 1080px;
        padding: 0 16px;
    }

    section.cards div.card {
        display: inline-block;
        width: calc(100% / 3);
        padding: 4px;
    }

    section.cards div.card:first-child {
        padding: 4px;
    }
}

/* CTA */
section.cta {
    background: linear-gradient(135deg, rgb(111,183,159) 0%, rgb(63,143,129) 100%);
    color: rgb(255,255,255);
    padding: 48px 16px;
}

section.cta header {
    padding: 8px;
}

section.cta header div.icon {
    padding: 8px;
}

section.cta header div.icon i {
    font-size: 48px;
}

section.cta header div.icon img {

}

section.cta header h2 {
    font-size: 32px;
    padding: 8px;
}

section.cta header div.cta-separator {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25em;
    padding: 8px;
}

section.cta header div.cta-separator::before {
    content: '◆◆◆';
}

section.cta header p {
    padding: 8px;
}

section.cta div.actions-container {
    padding: 8px;
}

section.cta a.action-link {
    background: rgba(0,0,0,0.1);
    border-radius: 50vh;
    font-size: 20px;
    font-weight: 600;
    margin: 8px;
    padding: 16px;
}

section.cta a.action-link:first-child {

}

section.cta a.action-link i {
    _font-size: 20px;
    _line-height: 24px;
    padding: 0 8px 0 0;
}

@media(min-width: 720px) {
    section.cta {
        padding: 48px 0;
    }

    section.cta div.section-container {
        margin: 0 auto;
        max-width: 1080px;
        padding: 0 16px;
    }
}

/* Footer */
footer {
    _background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%, rgba(151,199,175,0.75) 100%);
    _background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(151,199,175,0.25) 100%);
    padding: 48px 0;
}

footer nav {
    box-sizing: border-box;
    padding: 8px 24px;
}

footer nav a {
    color: rgb(127,127,127);
    font-size: 16px;
    padding: 8px;
}

footer nav a.active {
    color: rgb(31,127,95);
}

footer hr {
    background: linear-gradient(135deg, rgb(111,183,159) 0%, rgb(63,143,129) 100%);
    height: 4px;
    margin: 8px 0;
}

footer p {
    color: rgb(127,127,127);
    font-size: 16px;
    padding: 8px 32px;
}

@media(min-width: 720px) {
    footer nav {
        margin: 0 auto;
        max-width: 1080px;
    }

    footer p {
        margin: 0 auto;
        max-width: 1080px;
    }
}

/* Lead */
section.lead {
    _background: linear-gradient(0deg, rgba(151,199,175,0.95) 0%, rgba(63,143,129,0.95) 100%);
    _background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(151,199,175,0.25) 100%);
}

section.lead div.lead-container {
    padding: 48px 32px;
}

section.lead div.lead-logo {
    _margin: 0 auto;
    padding: 16px 0;
    width: 128px;
    _width: 256px;
}

section.lead div.lead-logo img {

}

section.lead h1 {
    font-size: 32px;
    padding: 16px 0;
}

section.lead div.lead-separator {
    color: rgb(63,143,129);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25em;
    padding: 16px 0;
}

section.lead div.lead-separator::before {
    content: '◆◆◆';
}

section.lead p {
    font-size: 20px;
    padding: 16px 0;
}

@media(min-width: 720px) {
    section.lead div.lead-container {
        margin: 0 auto;
        max-width: 1080px;
    }
}

/* Message */
section.message {
    align-items: center;
    _background: linear-gradient(0deg, rgba(151,199,175,0.95) 0%, rgba(63,143,129,0.95) 100%);
    _background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(151,199,175,0.25) 100%);
    display: flex;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

section.message div.message-container {
    padding: 48px 32px;
}

section.message div.message-icon {
    _margin: 0 auto;
    padding: 16px 0;
    width: 128px;
    _width: 256px;
}

section.message div.message-icon i {
    color: rgb(63,143,129);
    font-size: 48px;
}

section.message h1 {
    font-size: 32px;
    padding: 16px 0;
}

section.message div.message-separator {
    _color: rgb(151,199,175);
    _color: rgb(111,183,159);
    color: rgb(63,143,129);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.25em;
    padding: 16px 0;
}

section.message div.message-separator::before {
    content: '◆◆◆';
}
