
@font-face{
	font-family: Saira Stencil One;
	src:url(SairaStencilOne-Regular.ttf);
	}

@font-face{
	font-family: Farro;
	src:url(Farro-Regular.ttf);
	}

body{
	background-color:#0F0F0F;
	color:#FFECDA;
	font-family:Farro;
}

#header{
	width:96%;
	margin: 0 2% 0 2%;
	}

#titles{
	float:left;
	font-family:Saira Stencil One;
	padding: 0 15px 0 0;
	}

#links{
	font-weight:900;
	font-size:20px;
	text-align:justify;
	}

#links a{
	display:inline-block;
	padding:6px;
	}

#links a, #links a:visited{
	font-weight:100;
	color:#C86161;
	text-decoration:none;
	text-shadow: 2px 2px 5px #AD1C1C, -2px -2px 5px #AD1C1C, -2px 2px 5px #AD1C1C, 2px -2px 5px #AD1C1C;
	}

#links a:hover, #links a:active{
	color:#F3820A;
	text-shadow: 2px 2px 5px #F8B46C, -2px -2px 5px #F8B46C, -2px 2px 5px #F8B46C, 2px -2px 5px #F8B46C,;

}

h1{

	font-size:90px;
	font-weight:200;
	margin:0px;
	line-height:80px;
	padding:0px;
	}

h2{
	margin:0px;
	font-size:50px;
	font-weight:100;
	line-height:40px;
	}

h3{
	font-size:50px;
	font-weight:100;
	font-family:Saira Stencil One;
	text-align:center;
	padding:30px 0 0 0;
	}

#container{
	clear:both;
	width:80%;
	margin:0 10% 0 10%;
	}

p{
	padding: 10px 0 10px 0;
	line-height:35px;
	}

.listitem{
	display:inline-block;
	width:33%;
	text-align:center;
	}

.img img{
	height:250px;
	}
