html {
    scroll-behavior: smooth;
    transition: all ease 0.2s;
}

body {
    background: #000000;
    padding: 0;
    margin: 0 auto;
    line-height: 1.5em;
}

a {
    color: white;
    text-decoration: none;
}

h3 {
    font-family: 'Reem Kufi', cursive;
    font-size: 1.5em;
    letter-spacing: 0.5em;
}

h4 {
    font-family: 'Reem Kufi', cursive;
    font-size: 1em;
    letter-spacing: 0.5em;
}

button {
    font-family: 'Reem Kufi', cursive;
    font-size: 1em;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    background: #a84949;
    padding: 15px;
    border-radius: 2px;
    border-style: none;
    width: 100%;
    margin: 15px 0px;
    color: white;
    cursor: pointer;
}

#buttons {
    margin-top: 15px;
}

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}

.main video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
    opacity: 0.33;
}

.logo {
    position: relative;
    z-index: 10;
    width: 33vw;
}

@media(max-width: 780px) {
    .logo {
        width: 70vw;
    }
}

#social {
    position: fixed;
    top: 35px;
    z-index: 999;
}

#social a {
    display: inline-block;
    margin: 0 8px;
}

#social img {
    height: 20px;
    width: auto;
}

.signup {
    font-family: 'Reem Kufi', cursive;
    font-size: 1em;
    letter-spacing: 0.5em;
    color: white;
    width: 55vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}

@media(max-width: 780px) {
    .signup {
        width: 75vw;
    }
}


#mc_embed_signup_scroll {
    padding: 20px;
}

#mce-EMAIL {
    padding: 10px;
    border-style: none;
    border-radius: 2px;
}

.imprint {
    padding: 40px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0.2em;
}

.notfound {
    padding: 40px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0.2em;
    text-align: center;
}

.loa {
    padding: 40px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0.2em;
    text-align: center;
}

.footer {
    position: fixed;
    height: 100%;
    z-index: 10;
    bottom: -100%;
    margin: 0 auto;
    padding: 40px;
    color: #f2f2f2;
    font-family: 'Reem Kufi', cursive;
    font-size: 0.69vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

@media(max-width: 780px) {
    .footer {
    font-size: 2.5vw;
    }
}

