html,body{
	width: 100%;
	height: 100%;
	font-family: 'poppins',sans-serif,Georgia;
	color: #222;
	margin-top: 0px;
	
	
}

*{

	box-sizing: border-box;
}



/*media queries*/
@media only screen and (min-width: 300px) {
	/*smartphone portrait*/
	
	
}







@media only screen and (min-width: 480px) {
	/*smartphone landscape*/
	

	
}








@media only screen and (min-width: 768px) {
	/*tablet portrait*/
		

}









@media only screen and (min-width: 1024px) {
	/*tablet/desktop landscape*/
	
	
}