/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: NotPocketMine 2016
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************************************************************
************************************  ACTUAL CODE  ********************************************
**********************************************************************************************/
@font-face {
  font-family: 'Minecraftia';
  src: url('/_css/fonts/Minecraftia.ttf'); /* Safari, Android, iOS */
}

.clear{
    clear: both;
}



html {
        background-image: url("https://img2.minebook.me/gallery/1223_minebook.png");
background-repeat: repeat-x;
    background-color: gray;
}
body {
        background-color: #ddd;
        background-image: url("https://bugs.mojang.com/secure/attachmentzip/unzip/19987/19336%5B28%5D/fixed!/textures/blocks/quartzblock_chiseled_top.png");
        margin: 0 auto;
        border-radius: 42px 42px 42px 42px;
        padding: 2px 4px 2px 4px;
        max-width: 1040px;
    }
header{
        margin-bottom: 50px;
}
.title{
        margin-left: 20px;
        margin-top: 20px;
    }
h2{
    font-size: 40px;
}
h3{
    font-family: sans-serif;
    font-size: 30px;
}
h4 {
        margin-left: 20px;
        text-align: center;
        font-family: 'Minecraftia', sans-serif;
        font-size: 25px;
}
p {
        margin-left: 20px;
        font-family: sans-serif;
        font-size: 20;
    }
a {
    font-family: sans-serif;
    color: purple;
}
a:hover{
    color: red;
}

.nav_element{
    width: 16.4%;
    border-style: solid;
    border-width:thin;
    background-color: cadetblue;
    text-align: center;
    display: block;
    float: left;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    color: #333;
    padding-top: 35px;
    padding-bottom: 0px;
    font-family: 'Minecraftia', sans-serif;
}
.nav_element:hover{
    color: white;
}
.nav_current{
    background-color: darkturquoise;
}
.nav_current:hover{
    color: #333;
}

img { 
        border-radius: 42px 42px 42px 42px;
    }
.greenhr{
    border-color: limegreen;
}
.footer_section{
    background: #888;
    padding: 10px 10px 10px 10px;
    border-radius: 0 0 42px 42px;
    
}