/* start general
------------------------------------------------------------ */
body {padding: 0; margin: 0; }

.content{
	margin: 0 auto;
	padding: 30px;
	max-width:860px;
}

.logo{
	max-width:660px;
	margin:30px;
}
#back {
	margin: 0 auto;
	width: 100%;
	height: 600px;
	background-position: center;
	background-image: url(../img/bannerHomeSMALL.png);
}

/* start font
------------------------------------------------------------ */
.fontNormal{
	font-size: 14px;
	color: #777777;
	font-family: Century gothic, verdana,arial,sans-serif;
	line-height:25px;
}
.fontBold1{
	font-size: 35px;
	color: #454545;
	font-family: Century gothic, verdana,arial,sans-serif;
	font-weight:550;
}
.fontHeader2{
	font-size: 17px;
	color: #444444;
	font-family: Century gothic, verdana,arial,sans-serif;
}
.fontHeader3{
	font-size: 21px;
	color: #777777;
	font-family: Century gothic, verdana,arial,sans-serif;
}

/* links
------------------------------------------------------------ */
a {		/* unvisited link */
    color: #c98702;
	text-decoration: none;
	-webkit-transition: color 0.5s, -webkit-transform 0.5s;
	-moz-transition: color 0.5s, -moz-transform 0.5s;
	transition: color 0.5s, transform 0.5s;
}
a:visited {		/* visited link */
    color: #c98702;
	text-decoration: none;
}
a:hover {		/* mouse over link */
    color: #555555;
	text-decoration: none;

}
a:active {		/* selected link */
    color: #444444;
	text-decoration: none;
}

/* start mobile media queries
------------------------------------------------------------ */
@media screen and (max-width: 600px) {
  .content {
		font-size: 18px;
	}
}
