@import url(http://fonts.googleapis.com/css?family=Nixie+One|Tauri|Telex|Roboto+Condensed:400italic,700italic,400,700|Merriweather+Sans:400,700italic,300,400italic|Doppio+One);

/* 

font-family: 'Nixie One', cursive;
font-family: 'Tauri', sans-serif;
font-family: 'Telex', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Merriweather Sans', sans-serif;
font-family: 'Doppio One', sans-serif;

 */

html{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#logo{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 45px;
	margin-top: 20px;
	//background: blue;
}

#announcement{
	margin: 0 auto;
	width: 50%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	
}

#about{
	width: 80%;
	margin: 0 auto;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	margin-top: 30px;
	
}

.highlight{
	background: yellow;
	
}

.highlight2{
	background: rgb(93, 234, 255);
	
}

.italic{
	font-style: italic;
}

#container{
	width: 75%;
	margin: 0 auto;
}

#footer{
	min-height: 80px;
	max-height: 100px;
	//width: 100%;
	margin-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	border-top: 1px solid rgb(235, 235, 235);
	border-bottom: 1px solid rgb(235, 235, 235);
	//display: inline-block;
}

#link{
	display: inline-block;
	float: left;
	width: 30%;
	margin: 0 auto;
	font-family:'Merriweather Sans', sans-serif;
	font-size: 1em;
	margin-left: 5%;
	margin-top: 20px;
	
}

#button{
	display: inline-block;
	float: left;
	width: 40%;
	background: 5cb85c;
	height: 40px;
	border-radius: 8px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 800;
	font-size: 1.2em;
	text-transform: uppercase;
	color: white;
	
}

#bottom{
	height: 40px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 100;
}

#link-top{
	text-align: right;
	width: 100%;
	line-height: .4em;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: .9em;
	margin-top: 25px;
}

#cta{
	width: 100%;
	//height: 40px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	
}

#row-1{

	width: 100%;
	display: inline-block;
	margin-top: 25px;
	text-align: left;
	
	
}

.row-title{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 900;
	font-size: 2em;
	text-transform: uppercase;
	//background: rgb(235, 235, 235);
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(235, 235, 235);
}

#row-2{
	width: 100%;
	display: inline-block;
	margin-top: 55px;
	text-align: left;
	//height: 300px;
	
}

#row-3{
	width: 100%;
	display: inline-block;
	margin-top: 55px;
	text-align: left;
	//height: 300px;
	
}

#process-image{
	background-image: url('process.png');
	width: 50%;
	min-width: 300px;
	min-height: 290px;
	max-width: 388;
	max-height: 291;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 40px;
	display: inline-block;
	float: left;
	opacity: .7;
	
}


#process-image-2{
	background-image: url('wireframes.png');
	max-width: 485;
	max-height: 290;
	min-width: 300px;
	min-height: 300px;
	width: 70%;
	background-size: 100%;
	background-repeat: no-repeat;
	//height: 290px;
	margin-left: 40px;
	display: inline-block;
	float: left;
	opacity: .7;
}

#process-image-3{
	background-image: url('examples.png');
	max-width: 485;
	max-height: 290;
	min-width: 300px;
	min-height: 300px;
	width: 70%;
	background-size: 100%;
	background-repeat: no-repeat;
	
	margin-left: 40px;
	display: inline-block;
	float: left;
	opacity: .7;
	
}

.caption{
	float: left;
	margin-left: 40px;
	font-family: 'Roboto Condensed', sans-serif;
}

.clear{
	clear: both;
}

.c-1{
		width: 225px;
		padding-top: 0px;
	
}

.c-2{
		width: 120px;
		padding-top: 0px;
	
}

.c-3{
		width: 120px;
		padding-top: 0px;
}

.uppercase{
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	
}



@media screen and (max-width:1115px) { 
#button{
		font-size: 1.1em;
		padding-bottom: 10px;
	
}
}


@media screen and (max-width:868px) { 

	.c-1{
		padding-top: 5px;
		width: 100%
		
	}

	.c-2{
		padding-top: 5px;
		width: 100%
		
	}
	
	.c-3{
		padding-top: 5px;
		width: 100%
		
	}
	
	#button{
			font-size: 1.1em;
			padding-top: 15px;
			padding-bottom: 10px;
		
	}
	#link{
		margin-top: 5px;
	}

.caption{
	float: left;
	margin-left: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}


}

@media screen and (max-width:660px) { 
	
#process-image{min-height: 200px; margin-left: 0px;}
#process-image-2{min-height: 200px; margin-left: 0px;}
#process-image-3{min-height: 200px; margin-left: 0px;}
#button{
		font-size: .8em;
		padding-top: 8px;
		padding-bottom: 10px;
		padding-left: 10%;
		padding-right: 10%;
		margin-right: 5%;
		font-weight: 800;
	}


}

