@charset "UTF-8";

body{ 
     margin:0px;
     font-size: 100%;
     font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
     color:#3a2627;
     }

.header{
	position: fixed;
	background-color: #333333;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 5;
}

.header li{
	float: left;
	text-decoration: none;
	display: inline;
	
	
}
.header a{
	text-decoration: none;
	color:#d7282f;
	margin-left: 15px;
	margin-right: 15px;
	
}

.header ul{
	margin-right: 30px;
	padding-bottom: 50px;
	float: right;
}

.header img{
	padding:10px;
	
	
}

#value{
	padding-top: 100px;
	height:300px;
	background-image: url("images/psychos.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 2px 2px 7px #111111;
	
}

.value-prop{
	color: white;
	width: 575px;
	text-align: center;
	position: absolute;
	font-size: 120%;
	vertical-align: middle;
	
	 
	
}


a{
	text-decoration: none;
	
}


 



.wrapper{
	
	margin-top: 50px;
}






#left{
	
	padding-left: 20px;
}

#right img{
	margin-bottom: 5px;
	margin-right: 5px;
}


	


#center p{
	padding-left:
}




.article{
	width: 18%;
	display: inline-block;
	height: 300px;
	vertical-align: top;
	
	margin: 0 7.3%;
	
	
}

.article h2{
	color:#d7282f;
	width: 70%;
	
	
}

.article img{
	padding-left: 10px;
}

.article p{
	color: #3a2627;
	text-align: left; 
	font-size: 115%;
	width: 300px;
	vertical-align: middle;
}

.article a{
	color:#d7282f; 
	 
	
	
}

.action p{
	text-align: center;
}




.form{
	margin: 0 auto;
	padding-bottom: 100px;
	
	
}

.form h2{
	
	margin: 0 auto;
	text-align: center;
	color:#d7282f;
	padding-top: 50px;
	font-size: 30px;
	
	
}

.form h3{
	width:20%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	color:#d7282f;
	font-size: 23px;
	font-weight: normal;
	
}

.form p{
	padding:5px;
	margin: 0 auto;
	text-align: center;
	color:#3a2627;
	font-size: 130%;
}






.footer{
	background-color: #333333;
	width: 100%;
	height: 75px;
	
}

.footer p{
	display: inline;
	color: white;
	margin-right: 10px;
	font-size: 110%;
	
	
}

.socials{
	padding-right: 30px;
	padding-top: 10px;
	float: right;
	display: inline-block;
	margin-top: 30px;
	opacity: 50%;
}

.footernav li{
	opacity: 50%;
    text-decoration: none;
	display: inline-block;
	padding-top: 30px;
	
}
.footernav ul{
	margin: 0 auto;
	padding-bottom: 50px;
	
}

.footernav a{
	text-decoration: none;
	color:#d7282f;
	margin-left: 15px;
	margin-right: 15px;
	
	
}

.footernav{
	padding-top: 10px;
	display: inline-block;
	float: left;
}


/*================== media queries =================*/

@media screen and (max-width: 600px){
	
	.header{
		background-color: white;
		}
	
	.header li{
		display: none;
	
		
	}
	
	.header img{
		float:right;
	}
	
	.footer{
		height:200px;
	}
	
	.footer li{
		display:block;
		line-height: .5px;
		
	}
	
	
	
	}/*600*/

@media screen and (max-width: 500px){
	
	.value-prop p{
		width: 350px;
		padding-left: 100px;
	}
	
	.form h3{
		display: none;
		}
	
	.form label .form input{
		display:none;
	}
	
	
	
	
	.form{
		padding-top: 100px;
	}
	
	#right{
		padding-top: 70px;
		
		
	}
	
	#center{
		padding-top: 400px;
		padding-right: 100px;
		float: left;
		
	}
	#left{
		padding-bottom: 30px;
		float: left;
		padding-right: 30px;
		
	    
	}
	
	.article h2{
		font-size: 125%;
		
	}
	
}/*500*/

@media screen and (max-width: 1200px){
	
	#articles{
		display:block;
	
		
	}
	
	
	
	
	
	
	
	
	
}/*1200*/
	
	
	
	




















/* CSS Document */

