/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */

/* @font-face {
  font-family: 'Inspiration';
  src: url('Inspiration.ttf'); 
} */

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html {
	background-color: #f2f2f2; 
}

body {
	margin:0;
	padding:0;
	color: #808080;
	position: relative;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	text-align: center;
}

.wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
}

.centered {
	display: inline-block;
}

.header{
	width: 60%;
	padding: 0;
	float: left;
	margin-bottom: 100px;
}

.header h1{	
	font-size: 150px;
	color: #fff;
}

.header p.line1{
	font-size: 20px;
	margin-top: -20px;
}

.header, .content{
	width: 80%;	
	padding: 0;
}

.fox {
 	width: 500px;	
	height: 700px;
	background-image: url("/img/index.500.png");
}

.letters {
	margin-top:50px;		
	width: 500px;	
}

.letter {
	margin-right: 5px;
}

.orange {
	color: #e16e35;
}

.overlay {
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a {
	color: #e16e35;
	text-decoration: none;
}

@media only screen and (max-width: 768px){
 
.header, .content{
	width: 90%;
	padding: 0;
}

.header{
	margin-bottom: 100px;
}

.header h1{
	font-size: 100px;
	color: #fff;
}

a {
	color: #e16e35;
	text-decoration: none;
}