@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%;
}

#mcmap {
    width: 100%;
    color: #000000;
    height: 85.2%;
}

.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: 10000;
}

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;
}

.worldcontrol-minimizer {
	position: absolute;
	background-color: #333333;
	background-clip: padding-box;
	color: #dddddd;
	font: 21px 'minecraft';
	font-weight: bold;
	width: 29px;
	height: 29px;
	right: 0;
	top: 237px;
	z-index: 9999;
	margin-right: 12px;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0.2);
}

.minimized {
	display: none;
}

@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%;
    }
    #mcmap {
        height: 87.2%;
    }
    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%;
    }
    #mcmap {
        height: 87.2%;
    }
    .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;
    }
    #mcmap {
        height: 86.6%;
    }
    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;
    }
	.minimized {
		display: block;
	}
}
