@font-face {
    font-family: "BigJohnBOLD";
    src: url("../fonts/BigJohnPRO-Bold.otf") format("opentype");
}
@font-face {
    font-family: "BigJohnREGULAR";
    src: url("../fonts/BigJohnPRO-Regular.otf") format("opentype");
}
@font-face {
    font-family: "BigJohnLIGHT";
    src: url("../fonts/BigJohnPRO-Light.otf") format("opentype");
}


body{
    background-color: #284C60;
}

.centerlogo {
    display: block;
    margin: auto;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-soilogo {
    width: 500px;
}

.fa-twitter {
    display: block;
    margin: auto;
    color: white;
    scale: 3;
    position: fixed;
    top: 280px;
    left: 247px;

}
.fa-discord {
    display: block;
    margin: auto;
    color: white;
    scale: 3;
    position: fixed;
    top: 280px;
    left: 369px;
}
.fa-instagram {
    display: block;
    margin: auto;
    color: white;
    scale: 3;
    position: fixed;
    top: 280px;
    left: 133px;
}


h1{
    color: white;
    font-family: 'BigJohnBOLD', sans-serif;
    /*font-size: 50%;*/
    display: block;
    margin: auto;
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
}

h2{
    color: white;
    font-family: 'BigJohnLIGHT', sans-serif;
    /*font-size: 50%;*/
    display: block;
    margin: auto;
    position: fixed;
    scale: 90%;
    top: 97%;
    right: 0%;
    transform: translate(-10%, -50%);
}

.lijntje{
    display: block;
    position: fixed;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body {
    background-color: #284C60;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

input {
    max-width: 300px;
    min-width: 300px;
}

h4 {
    color: white;
    font-family: 'BigJohnBOLD', sans-serif;
    display: block;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 35%;
}

.btn-primary{
    background-color: #337ab7;
    border-color: #333333;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus{
    background-color: #23527c;
}


