

@font-face {
    font-family: "LeagueGothic";
    src: url("./fonts/LeagueGothic-Regular.ttf") format('truetype');

    font-weight: normal;
}
@font-face {
    font-family: "PermanentMarker";
    src: url("./fonts/PermanentMarker-Regular.ttf") format('truetype');

    font-weight: normal;
}

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

body {
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: 'LeagueGothic', 'Arial', sans-serif;*/
    background-color: black;
    color: white;
    font-size: 1.4rem;
}

h1, h2, h3 {
    font-family: LeagueGothic, Arial, Helvetica, sans-serif;
    margin: 0;
}

div.claim {
    font-family: PermanentMarker, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 5rem;
    text-transform: uppercase;
}
h2 {
    font-size: 4rem;
    text-transform: uppercase;
    padding-top: 5rem;
}
h3 {
    font-size: 3rem;

}

h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.container {
    position: relative;
    width: 100%;
}

#start {
    position: relative;
    height: 100%;
    margin-left: 50%;
    left: -250px;
    max-width: 500px;
    width: 100%;
}
section {
    position: relative;
    margin: 200px 0 200px 50%;
    left: -250px;
    max-width: 500px;
    width: 100%;
}

#logo {
    position: absolute;
    top: calc(50% - 130px);
}
#logo img {
    max-width: 500px;
    width: 100%;
}

div.claim {
    font-size: 1.14rem;
    position: relative;
    top: -80px;
    right: 22px;
    text-align: right;
}

#scrollme {
    position: absolute;
    bottom: 20px;
    width: 50px;
    opacity: 0%;
    margin-left: 50%;
    left: -25px;
    transition: opacity 1s ease-in-out;
}
#scrollme.active {
    opacity: 50%;
}


p {
    line-height: 2rem;
    margin-top: 0.5rem;
}

#submenue {
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    background-color: black;
    z-index: 10;
}
ul#submenue  li {
    list-style: none;
    background-color: black;
    padding: 10px;
}

a {
    color:  #242424;
    text-decoration: none;
    background-color: #f5c11a;
    padding: 0 2px;
}

#close {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 20px;
    z-index: 100;
}
.crosslist {
    list-style: none;
    padding: 1px 0 20px 30px;
}

.crosslist li::before {
    content: '\2717';
    color: red;
    position: absolute;
    left: 5px;
    font-size: 2rem;
}
.crosslist li {
    padding: 10px 0;
}

.crosslist h4 {
    margin: 5px 0 0 0;
}


@media (max-width: 520px) {
    #start {
        margin: 0 10px;
        left: 0;
        width: calc(100% - 20px);

    }
    section {
        margin: 0 10px;
        left: 0;
        width: calc(100% - 20px);
    }

    div.claim {
        font-size: 1rem;
        position: relative;
        top: -40px;
        right: 0;
        text-align: center;
        padding: 0 10%;
        width: 80%;
    }
}
