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

body {
    background: url('images/bg.jpg') #000;
    background-size: cover;
    padding: 0;
    margin: 0 auto;
    line-height: 1.5em;
}

@media(max-width: 780px) {
    body {
        overflow: hidden;
    }
}

a {
    color: white;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #009a62;
    transition: all 0.2s ease-in-out;
}

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: #756f4f;
    padding: 20px;
    border-radius: 2px;
    border-style: none;
}

.content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
    animation-name: fadein;
    animation-duration: 3s;
    animation-iteration-count: 1;
}

@keyframes fadein {
    from {opacity: 0};
    to {opacity: 1;}
}

#particles-js {
    width: 100%;
    height: 100%;
}

#stamp {
    position: fixed;
    z-index: 10;
    width: 40vw;
    transition: all ease-in-out 0.2s;
    display: flex;
    height: 100vh;
    justify-content: center;
    animation-name: float;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes float {
    from {padding-top: 3%;}
    to {padding-top: 0%;}
}

@media(max-width: 780px) {
    #stamp {
        width: 70vw;
    }
}

#stamp1 {
    position: absolute;
    top: 13%;
    width: 50%;
    animation-name: stamp1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    left: 10%;
}

@media(max-width: 780px) {
    #stamp1 {
        top: 15%;
    }
}

@keyframes stamp1 {
    from {padding-top: 11%; opacity: 0.5;}
    to {padding-top: 10%; opacity: 1}
}

#stamp2 {
    position: absolute;
    top: 13%;
    width: 50%;
    animation-name: stamp2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    right: 10%;
}

@media(max-width: 780px) {
    #stamp2 {
        top: 15%;
    }
}

@keyframes stamp2 {
    from {padding-top: 4%; opacity: 1;}
    to {padding-top: 5%; opacity: 0.5;}
}

.stamphidden {
    opacity: 0;
}

#about {
    position: fixed;
    height: 100vh;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #f2f2f2;
    font-family: 'Reem Kufi', cursive;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    width: 30vw;
    line-height: 2em;
    display: flex;
    transition: all ease-in-out 0.2s;
}

@media(max-width: 780px) {
    #about {
        width: 60vw;
        top: -17%;
        font-size: 10px;
    }    
}

.visible {
    opacity: 1 !important;
}

#logo {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
    left: 0;
    padding-left: 25px;
    z-index: 10;
    height: 100vh;
    transition: all ease-in-out 0.2s;
}

@media(max-width: 780px) {
    #logo {
        height: 0vh;
        top: 0;
        padding-top: 43px;
    }
}

#logo img {
    width: 160px;
    height: auto;
    transition: all ease-in-out 0.2s;
}

@media(max-width: 780px) {
    #logo img {
        width: 130px;
    }
}

nav {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 25px;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 780px) {
    nav {
        top: 20%;
        left: 0;
        padding-right: 0px;
    }
}

nav a {
    cursor: pointer;
    margin: 0 auto;
    padding: 0;
    color: #f2f2f2;
    font-family: 'Reem Kufi', cursive;
    font-size: 24px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 2em;
    right: 0;
    width: 200px;
}

@media(max-width: 780px) {
    nav a {
        font-size: 17px;
        text-align: center;
        text-indent: 0.5em;
    }
}

#social {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 999;
    transition: all ease-in-out 0.2s;
}

@media(max-width: 780px) {
    #social {
        top: 44px;
        right: 10px;
    }
}

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

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

.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;
}

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

@media(max-width: 780px) {
    .footer {
        text-align: center;
        font-size: 7px;
        padding-right: 0px;
        padding-bottom: 30px;
        opacity: 0.5;
    }
}

