@media screen and (min-width: 1600px) {
    body {
        height: 120vh;
        background-color: #161412;
        margin: 0;
        padding: 0;
    }

    .logo {
        position: sticky;
        max-width: 3%;
        top: 3%;
        left: 8%;
    }

    .lefttop {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        top: 3%;
        right: 8%;
        color: white;
        font-family: 'Noto Sans KR', sans-serif;
        cursor: pointer;
    }

    .lefttop2 {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        top: 3%;
        right: 16%;
        color: white;
        font-family: 'Noto Sans KR', sans-serif;
        cursor: pointer;
    }

    .bigtext {
        color: whitesmoke;
        font-size: 100px;
        font-weight: bold;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        padding-top: 150px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .smalltext{
        color: #CCCCCC;
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        width: 80%;
        padding-top: 10px;
        margin-left: 10%;
        text-align: center;
    }

    .newemailregistry {
        margin-top: 30px;
        margin-bottom: 50px;
        background-color: rgb(32, 32, 32);
        color: whitesmoke;
        width: 25%;
        padding-left: 0%;
        padding-right: 0%;
        height: 4%;
        font-size: 150%;
        margin-left: 37.5%;
        border: none;
        border-radius: 3px;
        -moz-box-shadow:    2px 2px 2px 2px rgb(102, 102, 102);
        -webkit-box-shadow: 2px 2px 2px 2px rgb(102, 102, 102);
        box-shadow:         0 0 20px rgb(37, 37, 37);
    }

    .inputemail {
        width: 50%;
        border: none;
        background-color: rgb(32, 32, 32);
        color: whitesmoke;
        height: 100%;
        float: left;
        margin-left: 2%;
    }

    .inputemail:focus {
        width: 50%;
        border: none;
        outline: none;
    }

    .signmeup {
        display: flex;  
        justify-content: center; 
        align-content: center; 
        flex-direction: column;
        font-family: 'Noto Sans KR', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        color: whitesmoke;
        width: 30%;
        height: 100%;
        font-size: 50%;
        border: none;
        border-radius: 3px;
        background-color: #ff661a;
        cursor: pointer;
        text-align: center;
        float: right;
    }

    .signmeup:hover {
        background-color: rgb(255, 185, 55)
    }

    .homescreen {
        max-width: 50%;
        margin-left: 25%;
        /*-moz-box-shadow:    2px 2px 2px 2px rgb(102, 102, 102);
        -webkit-box-shadow: 2px 2px 2px 2px rgb(102, 102, 102);
        box-shadow:         -2px -2px 8px 8px rgb(44, 44, 44);*/
        box-shadow: 0 0 30px rgb(51, 51, 51);
    }

    .contactinformatie{
        background-color: #262626;
        width: 90%;
        padding: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-top: 10%;
    }

    .contactonderin {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: large;
        color: whitesmoke;
    }

    .contactkopje {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: medium;
        color: whitesmoke;
    }

    .contactinfo {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: small;
        color: whitesmoke;
        margin-top: 0%;
        margin-left: 1%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1600px){
    body {
        height: 120vh;
        background-color: #161412;
        margin: 0;
        padding: 0;
    }

    .logo {
        position: sticky;
        max-width: 3%;
        top: 3%;
        left: 8%;
    }

    .lefttop {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        top: 3%;
        right: 8%;
        color: whitesmoke;
        font-family: 'Noto Sans KR', sans-serif;
        cursor: pointer;
    }

    .lefttop2 {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        top: 3%;
        right: 16%;
        color: whitesmoke;
        font-family: 'Noto Sans KR', sans-serif;
        cursor: pointer;
    }

    .bigtext {
        color: whitesmoke;
        font-size: 100px;
        font-weight: bold;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        padding-top: 150px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .smalltext{
        color: #CCCCCC;
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        width: 80%;
        padding-top: 10px;
        margin-left: 10%;
        text-align: center;
    }

    .newemailregistry {
        margin-top: 30px;
        margin-bottom: 50px;
        background-color: rgb(32, 32, 32);
        color: whitesmoke;
        width: 25%;
        padding-left: 0%;
        padding-right: 0%;
        height: 4%;
        font-size: 150%;
        margin-left: 37.5%;
        border: none;
        border-radius: 3px;
        -moz-box-shadow:    2px 2px 2px 2px rgb(102, 102, 102);
        -webkit-box-shadow: 2px 2px 2px 2px rgb(102, 102, 102);
        box-shadow:         0 0 20px rgb(37, 37, 37);
    }

    .inputemail {
        width: 50%;
        border: none;
        background-color: rgb(32, 32, 32);
        color: whitesmoke;
        height: 100%;
        float: left;
        margin-left: 2%;
    }

    .inputemail:focus {
        width: 50%;
        border: none;
        outline: none;
    }

    .signmeup {
        display: flex;  
        justify-content: center; 
        align-content: center; 
        flex-direction: column;
        font-family: 'Noto Sans KR', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        color: whitesmoke;
        width: 30%;
        height: 100%;
        font-size: 50%;
        border: none;
        border-radius: 3px;
        background-color: #ff661a;
        cursor: pointer;
        text-align: center;
        float: right;
    }

    .signmeup:hover {
        background-color: rgb(255, 185, 55)
    }

    .homescreen {
        max-width: 50%;
        margin-left: 25%;
        /*-moz-box-shadow:    2px 2px 2px 2px rgb(102, 102, 102);
        -webkit-box-shadow: 2px 2px 2px 2px rgb(102, 102, 102);
        box-shadow:         -2px -2px 8px 8px rgb(44, 44, 44);*/
        box-shadow: 0 0 30px rgb(51, 51, 51);
    }

    .contactinformatie{
        background-color: #262626;
        width: 90%;
        padding: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-top: 10%;
    }

    .contactonderin {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: large;
        color: whitesmoke;
    }

    .contactkopje {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: medium;
        color: whitesmoke;
    }

    .contactinfo {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: small;
        color: whitesmoke;
        margin-top: 0%;
        margin-left: 1%;
    }
}


@media screen and (min-width: 400px) and (max-width: 1000px){
    body {
        height: 100vh;
        background-color: #161412;
        margin: 0;
        padding: 0;
    }

    .logo {
        position: sticky;
        max-width: 3%;
        top: 3%;
        left: 8%;
    }

    .lefttop {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        top: 3%;
        right: 8%;
        color: whitesmoke;
        font-family: 'Noto Sans KR', sans-serif;
        cursor: pointer;
    }

    .lefttop2 {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        top: 3%;
        right: 16%;
        color: whitesmoke;
        font-family: 'Noto Sans KR', sans-serif;
        cursor: pointer;
    }

    .bigtext {
        color: whitesmoke;
        font-size: 100px;
        font-weight: bold;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        padding-top: 150px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .smalltext{
        color: #CCCCCC;
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        width: 80%;
        padding-top: 10px;
        margin-left: 10%;
        text-align: center;
    }

    .newemailregistry {
        margin-top: 30px;
        margin-bottom: 50px;
        background-color: rgb(32, 32, 32);
        color: whitesmoke;
        width: 25%;
        padding-left: 0%;
        padding-right: 0%;
        height: 4%;
        font-size: 150%;
        margin-left: 37.5%;
        border: none;
        border-radius: 3px;
        -moz-box-shadow:    2px 2px 2px 2px rgb(102, 102, 102);
        -webkit-box-shadow: 2px 2px 2px 2px rgb(102, 102, 102);
        box-shadow:         0 0 20px rgb(37, 37, 37);
    }

    .inputemail {
        width: 50%;
        border: none;
        background-color: rgb(32, 32, 32);
        color: whitesmoke;
        height: 100%;
        float: left;
        margin-left: 2%;
    }

    .inputemail:focus {
        width: 50%;
        border: none;
        outline: none;
    }

    .signmeup {
        display: flex;  
        justify-content: center; 
        align-content: center; 
        flex-direction: column;
        font-family: 'Noto Sans KR', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        color: whitesmoke;
        width: 30%;
        height: 100%;
        font-size: 50%;
        border: none;
        border-radius: 3px;
        background-color: #ff661a;
        cursor: pointer;
        text-align: center;
        float: right;
    }

    .signmeup:hover {
        background-color: rgb(255, 185, 55)
    }

    .homescreen {
        max-width: 80%;
        margin-left: 10%;
        /*-moz-box-shadow:    2px 2px 2px 2px rgb(102, 102, 102);
        -webkit-box-shadow: 2px 2px 2px 2px rgb(102, 102, 102);
        box-shadow:         -2px -2px 8px 8px rgb(44, 44, 44);*/
        box-shadow: 0 0 30px rgb(51, 51, 51);
    }

    .contactinformatie{
        background-color: #262626;
        width: 90%;
        padding: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-top: 10%;
    }

    .contactonderin {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: large;
        color: whitesmoke;
    }

    .contactkopje {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: medium;
        color: whitesmoke;
    }

    .contactinfo {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: small;
        color: whitesmoke;
        margin-top: 0%;
        margin-left: 1%;
    }

}
