@import url('reset.css');

/* General Codrops Demo Style */
body{
	background:#1F1F1F;
}


/* --------------------------------------
   Typography
   -------------------------------------- */

h1, h2, h3 {
   	font-weight: 300;
   	margin: 0;
   	line-height: 45px;
   }
   
   h4, h5, h6 {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
   }
   
   h1{
   font-size: 48px;
   }
   
   h2{
   font-size: 40px;
   }
   
   h3{
   font-size: 30px;
   }
   
   h4{
   font-size: 18px;
   margin: 10px 0px;
   }
   
   h5{
   font-size: 14px;
   line-height: 20px;
   font-weight: 200;
   }
   
   p{
   margin: 0px 0px 10px 0px;
   } 



#effects_portfolio h1 {
	margin: 60px 0 20px;
	text-align: center;
	color: #fff;
}