


body{
	margin: 0;
}
a{
	text-decoration: none;	
}
p{
	font-size: 18px;
	font-weight: 300;
}
p span{
	letter-spacing: 2px;
}
img{
	max-width: 100%;
}
a{
	color: #37AECC;
	transition:all 0.3s ease;
	border-bottom: 1px solid transparent;
	font-weight: bold;
}
a:hover{
	border-bottom: 1px solid #37AECC;	
}
*{
	font-family: 'Roboto', sans-serif;	
}
.center_text{
	text-align: center;
}
.clear{
	clear: both;
}
.space_medium{
	margin-top: 100px;
}
/************* Header *********************/
header h1{
	font-family: 'Nothing You Could Do', cursive;
	font-size: 60px;
}
h2 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 40px;
}
/************* Content *********************/
.wrap{
	max-width: 1024px;
	margin: 0 auto;
}
.section{
	display: inline-block;
	max-width: 680px;	
	padding-left: 20px;	
}
.section img{
	border: 1px solid #000;
}
/************* Sidebar *********************/
.sidebar{
	border:1px solid #eee;
	display: inline-block;
	max-width: 283px;
	padding: 10px;
	text-align: center;
	float: left;
}
.sidebar img{

}
/************* Footer *********************/
.footer{
	padding: 20px;	
	margin-top: 20px;
	text-align: center;
	background: #222;	
}
.footer p{
	font-size: 12px;
	color: #888;
}
/*************	Moblie ********************/

@media only screen and (max-width: 1024px){
	.section{
		max-width: 100%;			
		padding-left: 0px;
		padding: 20px;	
	}
	.sidebar{
		display: block;
		float: none;
		margin: 0 auto;
 	}
}/*end 1024px*/

@media only screen and (max-width: 500px){
	header h1{		
		font-size: 40px;
	}
	h2{
		font-size: 30px;
	}
	.section{		
		padding: 10px;	
	}
	
}/*end 480px*/