/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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  ********************************************
**********************************************************************************************/





.clear{
    clear: both;
}
body{
    background-image: url("http://cdn.pocketmine.net/img/bg.png");
    background-color: #aaa;
    font-family: sans-serif;
    font-weight: 550;
    font-stretch: expanded;
    font-size: 20px;
    color: #555;
    line-height: 1.1;
}
header{
    width: 1040px;
    background: transparent;
    margin: 10px auto 10px auto;
    padding: 10px 10px 10px 10px;
    
}
@font-face {
    font-family: 'minecraft';
     src: url('/css/minecraft.ttf');
}
@font-face {
font-family: 'mcpe';
     src: url('/css/mcpe.ttf');
}
h1{
    font-size: 50px;
    font-family: 'mcpe';
    font-weight: 600;
    margin: 12.5px 0 0 5px;
    background-color: transparent;
    color: darkred;
    text-shadow: 1px 1px 6px black;
    display: block;
    width: 850px;
    float: left;
}
h2{
    width: 618px;
    text-align: center;
    display: block;
    font-size: 30px;
    margin: 0;
    color: #ffdc00;
    float: left;
    font-family: 'minecraft';
    letter-spacing: 2px;
}
nav{
    width: 1040px;
    background-color: transparent;
}
.nav_element{
    width: 20%;
    text-align: center;
    background-image: url("http://escorpio.fcie.uam.es/MinecraftStats/img/icons/blocks/dirt.png");
    display: block;
    float: left;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    text-emphasis: 20px;
    text-align: center;
    text-indent: inherit;
    color: skyblue;
    font-family: 'minecraft';
    text-shadow: 1px 1px 6px black;
    padding: 10px 0;
    border-radius: 14px 14px 14px 14px;
}
.nav_current{
    background-image: url("http://www.abload.de/img/dirtblockbigri3y.gif");
    border-radius: 14px 14px 14px 14px;
}
.main_section{
    width: 1030px;
    border-radius: 15px 15px 15px 15px;
    margin: 10px auto 10px auto;
    background-color:lightskyblue;
    padding: 10px 10px 10px 10px;
}
h3{
    font-size: 40px;
    color: #555;
    margin: 0 0 0 5px;
}
.font_size_wrap{
    width: 618px;
    float: right;
    height: 52px;
    margin: 3px 0 0 0;
}
h4{
    float: left;
    color: #555;
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 25px;
    float: right;
    font-weight: 600;
}
.font_small_button, .font_middle_button, .font_big_button{
    float: right;
    background-image: url("https://www.filterforge.com/filters/11635-v7.jpg");
    background-size: 64px;
    background-color: #00a3ad;

    color: white;
    border: 0;
    outline: 0;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 5px;
    bottom: 0;
    cursor: pointer;
}
.font_small_button{
    font-size: 25px;
    margin-top: 23px;
}
.font_middle_button{
    font-size: 35px;
    margin-top: 13px;
}
.font_big_button{
    font-size: 45px;
    margin-top: 3px;
}
.index_left{
    width: 495px;
    margin: 0 10px 0 0;
    float: left;
}
.index_right{
    width: 495px;
    float: left;
}
h5{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}

.iframe{ 
    height: 1260px;
    weight: 1020px;
}
