@font-face {
    font-family: 'minecraft';
    src: url(../fonts/Minecraftia-Regular.ttf);
}

body {
    margin: 0;
    background-image: url(../images/background.png);
    font-family: 'minecraft', sans-serif;
}

html, body {
    height: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.container {
    text-align: center;
    height: 100%;
}

.logo {
    width: 160px;
    margin-top: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ham {
    display: block;
    height: 100%;
}

.menu {
    width: 32px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu:hover {
    margin-top: -2px;
}

.hide-mobile {
    display: none;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 0em 1.3em;
    height: 7.4%;
}

section {
    background-image: url(../images/background_image.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #ffffff;
    height: 85.2%;
    background-size: cover;
}

section h1 {
    margin-top: 0;
    padding-top: 3em;
    font-size: 1.4em;
    text-shadow: 4px 4px #000000;
}

section p {
    padding-top: 3em;
    font-size: 1.3em;
    text-shadow: 3px 3px #000000;
}

.server-status {
    color: #8a8a8a;
    font-size: 1.3em;
    text-shadow: 3px 3px #000000;
}

.server-players {
    text-shadow: 2px 2px #000000;
}

.server-name {
    text-shadow: 2px 2px #000000;
}

.donate-img {
    width: 60px;
}

.donate {
    text-align: left;
    padding-left: 0.5em;
    display: flex;
}
.donate p {
    padding-top: .2em;
    margin: auto 0 0 .8em;
    font-size: .6em;
    line-height: 1.1em;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

nav ul {
    position: absolute;
    width: 60%;
    top: 7.4%;
    right: 0;
    text-align: left;
    background-image: url(../images/menu_background.png);
    z-index: 100;
}

nav ul li a {
    color: #FFD800;
    text-decoration: none;
    display: block;
    width: 80%;
    padding: 1em 10%;
    background-color: rgba(0, 0, 0, 25%);
    text-shadow: 3px 3px #000000;
}

nav ul li a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 15%);
}

footer {
    height: 7.4%;
}

.exit {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 6;
}

@media only screen and (min-width: 375px) {
    header {
        height: 6.4%;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .logo {
        width: 180px;
        margin-top: 0;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ham {
        display: block;
        height: 100%;
    }
    .menu {
        width: 32px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    nav ul {
        top: 6.4%;
    }
    nav ul li a {
        width: 80%;
        padding: 1em 10%;
    }
    section {
        height: 87.2%;
        background-size: cover;
    }
    section h1 {
        margin-top: 0;
        padding-top: 4em;
        font-size: 1.5em;
    }
    footer {
        height: 6.4%;
    }
}

@media only screen and (min-width: 768px) {
    header {
        height: 6.4%;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .logo {
        width: 240px;
        margin-top: 0;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ham {
        display: block;
        height: 100%;
    }
    .menu {
        width: 40px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    nav ul {
        top: 6.4%;
    }
    nav ul li a {
        width: 80%;
        padding: 1em 10%;
    }
    section {
        height: 87.2%;
        background-size: cover;
    }
    section h1 {
        margin-top: 0;
        padding-top: 4em;
        font-size: 2em;
        text-shadow: 6px 6px #000000;
    }
    section p {
        padding-top: 6em;
        font-size: 1.8em;
        text-shadow: 5px 5px #000000;
    }
    .server-status {
        font-size: 1.8em;
        text-shadow: 5px 5px #000000;
    }
    .server-players {
        font-size: 1.3em;
        text-shadow: 3px 3px #000000;
    }
    .server-name {
        font-size: 1.3em;
        text-shadow: 3px 3px #000000;
    }
    .donate-img {
        padding-top: 1em;
        width: 80px;
    }
    .donate p {
        margin-left: 1em;
        padding-top: .6em;
        font-size: .85em;
    }
    footer {
        height: 6.4%;
    }
}

@media only screen and (min-width: 1024px) {
    header {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        height: 7vh;
        width: 80vw;
        margin: 0 auto;
    }
    .logo {
        width: 280px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .show-desktop {
        display: block;
    }
    .hide-desktop {
        display: none;
    }
    nav ul {
        position: inherit;
        width: auto;
        background: none;
        height: 100%;
        display: flex;
		top: 0%;
    }
    nav ul li {
        float: left;
        margin: 0 .95em;
        position: relative;
        height: 100%;
    }
    nav ul li a {
		position: relative;
        margin: 0;
        width: 100%;
        padding: .7em .6em 0 .6em;
        text-align: center;
        border-radius: 1em;
        background-color: rgba(0, 0, 0, 35%);
		top: 3.5vh;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .exit {
        display: none;
    }
    .container {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 0;
    }
    section {
        height: 86.6%;
        background-size: cover;
    }
    section h1 {
        margin-top: 0;
        font-size: 2.8em;
        text-shadow: 6px 6px #000000;
    }
    section p {
        padding-top: 4em;
    }
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 6.4%;
        z-index: 5;
        background-image: url(../images/background.png);
    }
    .donate p {
        margin-left: 1em;
        padding-top: .4em;
        font-size: 1em;
        text-shadow: 3px 3px #000000;
    }
}
