/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.3.2
*/
body {
	background-color: white;
	color: #777777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

