/* Style
Name: missons
Author: Mladen Gibanica
Site: missons.se
Version: 0.1
*/

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    background: url("summer_crop.webp") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
    font-stretch: extra-expanded;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

a, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    transition: all 0.25s;
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}

#nav {
    display: none;
}

#logo {
    background: url("logo_black.svg") no-repeat;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

#main {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px;
    height: calc(100vh - 80px);
    text-align: center;
}

#main .page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    height: 100%;
    gap: 10%;
}

#main .page > * {
    flex: 0 0 auto;
}

#main .page p {
    text-align: justify;
    word-spacing: 0.3em;
    line-height: 1.5em;
    hyphens: auto;
    margin: 0;
}

#main .contact {
    margin: 0;
}

#footer {
    display: none;
}
