@font-face{
	font-family: Tannenberg;
	src: url('http://smcdigitaltech.neocities.org/Img%20Hover%20Test%20(Home%20page)/Fonts/TannenbergFett.ttf');
}

@font-face {
    font-family:'Deutschlander';
    src: url('http://smcdigitaltech.neocities.org/Img%20Hover%20Test%20(Home%20page)/Fonts/Deutschlander.otf');
}

/*Html font*/
body {
	font-family:Deutschlander;
	}
	
	
html, main, body{
	width:100%;
	height:100%;
	margin:0px;
	border: none;
}

#header{
	background-color:#DA1728;
	height:10em;
	
}
img{
	width:6em;
	margin:1em 3em;
}

ul{
    list-style:none;
    padding:3em 5em 0 0;
    float:right;
}

li{
    float:left;
    margin:0.5em;
	font-family:Tannenberg;
	font-size:.3em;
}
 a{
	color:#E0DB2E;
	text-decoration:none;
 }
#inside{
	height:100%;
	background-color:black;
}
 #box1,#box2,#box3{
	width:33.33%;
	height:100%;
	float:left;
	background-repeat:no-repeat;
	background-size:cover; 
	background-position: center;
	transition: width 0.5s ease-in-out;
} 
#box1:hover,#box2:hover,#box3:hover{
	cursor:pointer
	
} 
#box1{
background-image:url("http://images.ara.cat/2012/06/18/suplements/llegim/Peter-Longerich-desmitifica-Joseph-Goebbels_721137964_18659886_1000x1432.jpg");
background-color:red;

}
#box2{
background-image:url("http://b68389.medialib.glogster.com/media/57b14b932cbd74e95d902d5793a26d98bb452cbd0db57aaa047936bb12717bc9/03-adolf-hitler-mein-kampf-1.jpg");
background-color:blue;
}
#box3{
background-image:url("http://a5.files.biography.com/image/upload/c_fit,cs_srgb,dpr_1.0,q_80,w_620/MTE5NDg0MDU0OTk3MjA2NTQz.jpg");
background-color:green;
}

.head{
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: black;
  position:fixed;
  top:66%;
	margin-left:5%;
	font-family:Tannenberg;
	font-size:380%;
	color:white;
}

h2::first-letter{
  -webkit-text-stroke-width: 0px !important;
	font-size:180%;
	color:#e74c3c;
}

.head2{
  position:fixed;
	width:24%;
	top:82%;
	margin-left:6%;
	overflow:hidden;
	background: rgba(0, 0, 0, 0.6);
	border-radius:15px;
	color:white;
	font-family:Deutschlander;
	font-size:180%;
	padding:.3em;
}
