/*
@@@@@@@@@@@@@@@@@@@@@@
THEME
@@@@@@@@@@@@@@@@@@@@@@

	about				main theme settings

	syntax

*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	html & body settings
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*+ html
		..........................................................................*/

/*setup*/
html
{
	background: url('assets/img/background4.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

/*+ body
		..........................................................................*/

/*background*/
body
{
	font-family: "Century Gothic", Arial;
	color: black;
	font-size: 13px;
}