/* Cord Project Styles
-------------------------------------------------- */
html { 
  background-color: #ff2800;
}

body {
	margin: 0px;
	color:#ffffff;
	font-size: 12;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}

h1 {
	font-weight: 300;
	font-size: 36px;
}

#container{
	margin-top: 60px;
	width: 100%;
	text-align: center;
}

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

img {
	margin-bottom: 20px;
}

#footer{
	padding-top: 20px;
	padding-bottom: 60px;
	font-size: 14px;
	color: #a31500; 
	line-height: 1.5;
}

#faq {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 13;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}

h2 {
	font-family: 'Haptik',Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.4;
	font-size: 25px;
	letter-spacing: 1px;
}


/* CSS for narrow screens */
@media (max-width: 800px) {

	#container{
		width: 100%;
		text-align: center;
	}


	.content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.bigImage {
		width: 100%;
	}

	.headImage {
		width: 60%;
	}

}


/* LINK STYLES */

a:link, a:visited, a:active{
	color: #fcff00;
/*	text-decoration: none;*/
}

h1 a:link{
	text-decoration: underline;
		color: #ffffff;
}


a:hover {
	color: #ffffff;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #a31500;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
