/* Normalize */
html, body {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
body {
    overflow-x: hidden;
    min-width: 320px;
}
img, video, iframe, canvas {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
/* Variables & fonts */
:root {
    --greenish: #5d961c;
    --greenish-rgb: 93, 150, 28;
    --greenish-light: #c8f195;
    --greenish-dark: #3a6507;
    --yellowish: #FCD32F;
    --yellowish-rgb: 252, 211, 47;
    --yellowish-dark-rgb: 230, 180, 27;
}
/* Custom */
@view-transition {
    navigation: auto;
}
body {
    font-family: sans-serif;
    font-size: 1.15em;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
h1, h2, h3, h4 {
    hyphens: auto;
}
h1 span {
    font-weight: 400;
    opacity: 0.7;
}
.inner {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    box-sizing: border-box;
}
p, li {
    line-height: 1.7em;
}
@media (max-width: 799px) {
    p, li {
        font-size: 0.9em;
        line-height: 1.6em;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
h1 {
    font-size: 2em;
    opacity: 1;
    margin-bottom: 0.25em;
    line-height: 1em;
}
@media (min-width: 600px) {
    h1 {
        font-size: 3em;
    }
}
@media (min-width: 1500px) {
    h1 {
        font-size: 4.5em;
    }
}
h2 {
    margin: 0;
    font-size: 1.1em;
    margin-top: 0;
    line-height: 1.2em;
}
@media (min-width: 700px) {
    h2 {
        font-size: 1.2em;
    }
}
@media (min-width: 1000px) {
    h2 {
        font-size: 1.5em;
    }
}
@media (min-width: 1500px) {
    h2 {
        font-size: 1.5em;
    }
}
main h3 {
    font-size: 1em;
}
@media (min-width: 500px) {
    main h3 {
        font-size: 1.17em;
    }
}
h2 {
    margin-bottom: 0;
}
h3 {
    margin-top: 0;
}
.bg-image {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
}
.bg-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header {
    min-height: 5em;
    background-image: linear-gradient(35deg, var(--greenish-dark), rgba(var(--yellowish-dark-rgb),.5));
    background-color: var(--greenish-dark);
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1;
}
.startheader {
    position: relative;
    height: 45vw;
    width: 100%;
    overflow: hidden;
    color: #fff;
    max-height: 40em;
}
@media (max-width: 999px) {
    .startheader {
        min-height: 25em;
    }
}
@media (max-width: 599px) {
    header {
        font-size: 0.85em;
    }
}
@media (max-width: 449px) {
    header {
        font-size: 0.7em;
    }
}
.head-image {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-fit: cover;
    object-position: 80% 50%;
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.head-image-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(120deg, rgba(var(--greenish-rgb), 1), rgba(var(--yellowish-dark-rgb), 0.5));
}
strong {
    color:var(--greenish-dark);
}
header {
    padding-top: 3em;
    margin-bottom: 2em;
}
header .inner {
    position: relative;
    z-index: 5;
}
main .inner {
    padding-top: 2em;
    padding-bottom: 2em;
}
.topline {
    position: absolute;
    width: 100%;
    height: 3em;
    backdrop-filter: blur(5px);
    top: 0;
    background-color: rgba(255,255,255,1);
    z-index: 15;

}
.topline a {
    color:var(--greenish-dark);
    font-weight: 800;
    text-decoration: none;
    font-size:.9em;
    display: block;
    padding: 1em .5em;
    white-space: nowrap;
}
.logo {
    width:10em;
    display: block;
    position: relative;
    top: -1.5em;
}
.topline .inner {
    display: flex;
    justify-content: space-between;
}
header .inner {
    height: 100%;
}
.headlines-wrapper {
    position: absolute;
    bottom: 11rem;
    max-width: 90%;
    box-sizing: border-box;
}
.headlines-wrapper h2 {
    font-size:1.1em;
    letter-spacing: .2em;
    font-weight: normal;
    color:var(--yellowish);
}
@media (max-width: 999px) {
    .headlines-wrapper {
        bottom: 5rem;
    }
    .headlines-wrapper h2 {
        font-size: .9em;
    }
}
@media (max-width: 599px) {
    .headlines-wrapper {
        bottom: 4rem;
    }
}
@media (min-width: 2000px) {
    .headlines-wrapper {
        bottom: calc(10rem + 2vw);
    }
}
footer {
    text-align: center;
    padding: 2em 0;
    color: #fff;
    background-image: linear-gradient(35deg, var(--greenish-dark), rgba(var(--yellowish-dark-rgb),.5));
    background-color: var(--greenish-dark);
    box-sizing: border-box;
    color:#fff;
}
footer a {
    color: inherit;
    text-decoration: none;
    font-weight: 800;
    opacity: 0.7;
    padding: 0.5em;
    white-space: nowrap;
}
footer strong {
    color: #fff;
}
main h3 {
    font-size: 1.5em;
}
p {
    margin-top: 0;
}
.part {
    margin-bottom: 2em;
    position: relative;
}

@media (min-width: 1000px) {
    .intro {
        display: flex;
        align-items: center;
    }
}
.intro .text {
    margin-right: 5%;
}
.intro .contact-card {
    flex: 0 0 35%;
    position: relative;
    border-radius: .5em;
    overflow: hidden;
    max-width: 25em;
    margin-bottom: 2em;
}
.intro h2 {
    margin-bottom: 0.5em;
    color:var(--greenish);
}

@media (min-width: 750px) {
    .intro.intro2 {
        flex-direction: row-reverse;
    }
}
@media (min-width: 750px) {
    .intro.intro2 .image {
        margin-right: 5%;
    }
}
.button {
    background-image: linear-gradient(35deg, #ec3334, #c8190f);
    padding: 0.5em 1em;
    border-radius: 0.3em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.card .button {
    position: absolute;
    bottom: -1em;
    z-index: 4;
    right: 1em;
}
.card {
    position: relative;
}
@media (max-width: 999px) {
    .card {
        margin-bottom: 1em;
    }
}
.card.has-button {
    overflow: visible;
    padding-bottom: 2em;
}
.card.has-button:before {
    display: none;
}
.button img {
    filter: invert(1);
    width: 2em;
    margin-right: 0.5em;
}
.contact-card {
    background-image: linear-gradient(35deg, var(--greenish-dark), rgba(var(--yellowish-dark-rgb),.5));
    background-color: var(--greenish-dark);
    padding:3% 3% 1%;
    box-sizing: border-box;
    color:#fff;
}
@media(max-width:599px) {
    .contact-card {
        padding:1em 1em .5em;
    }
}
.contact-card h3 {
    opacity: .5;
}
.keyvalue {
    display: block;
}
.contact-card p {
    margin:0 0 1.5em;
}
.nav-footer {
    display: inline-flex;
    border-top:1px solid rgba(255,255,255,0.2);
    padding-top: 1em;
}
main h1,
main h2,
main h3 {
    color:var(--greenish);
}
a {
    color:inherit;
}
.contact-card h1,
.contact-card h2,
.contact-card h3 {
    color:#fff;
}
.copy-text h2 {
    margin:1em 0;
}
.copy-text h3 {
    margin:1em 0;
    font-size:1em;
}