html, body {
    height: 100%;
    margin: 0;
}

main {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("../images/daniel-tegeland-595522-unsplash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* #myVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
} */

/* libre-franklin-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/libre-franklin-v14-latin-regular.woff2') format('woff2');
}

/* libre-franklin-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/libre-franklin-v14-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.content {
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    position: absolute;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    left: 5%;
    right: 5%;
    bottom: 5%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content .maincontent h1 {
    font-size: 2.2em;
    font-weight: 800;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: first baseline;
}

address {
    margin-top: 30px;
}

a {
    color: white;
    text-transform: none;
    letter-spacing: 0;
}
