/*Default and resets*/
body {
    background-color: #0080A3;
    min-height: 100vh;
}
* {
    /* Reset*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /* Base-Styles*/
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1;
}
h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.1;
}
h2 {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

/* Wrapper */
.page {
    padding-top: 30vh;
}
.wrapper {}
.wrapper--main {}
.wrapper--contact {
    margin-top: 3rem;
}
.wrapper--meta {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    padding-bottom: 1rem;
    /*Disable*/
    display: none;
}

.icon {
    padding: 1rem;
}
.icon--email {}
.icon--twitter {}
.icon--instagram {}
.icon:hover {
    opacity: 0.5;
}