.logo{
			width:30%;
		}


.simple_btn{
		    border: solid 1px #fff;
			padding: 20px;
			margin: 5px;
			
			width:200px;
		}

@media only screen and (max-width: 1500px) {

	.logo{
			width:50%;
		}


}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

	.logo{
			width:60%;
		}


}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	
	.logo{
			width:70%;
		}

}


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	p{ line-height: 1.4; }

	h1{ font-size: 2.8em; line-height: 1; }
	h2{ font-size: 2.2em; line-height: 1.1; }
	h3{ font-size: 1.8em; }
		
	.logo{
			width:70%;
		}
		
		
	
}


@media only screen and (max-width: 552px) {
	
	.logo{
			width:90%;
		}

}


/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {



	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	body{ font-size: 12px; }
	
	.simple_btn{
		  
			width:120px;
		}

	
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {
	
	
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {
	
	
}