/* font ////////////////////////////////*/
@import url(http://fonts.googleapis.com/css?family=Cabin);
p,a{
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* vegas ////////////////////////////////*/
.vegas-loading{
	background: none;
}
#bg-photo{
	display: none;
}

/* logo ////////////////////////////////*/
#logo{
	position: absolute;
	top: 30%;
	left: 34%;
}
#logo h1{
	margin-bottom: 5%;
	text-align:center;
}
#logo h2{
	text-align:center;
}

/* header ////////////////////////////////*/
#header{
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	position: relative;
	padding: 30px 0 25px 20px;
}
#navigation{
	position: absolute;
	top: 30px;
	right: 20px;
}
#navigation li{
	float: left;
	margin-left: 1em;
}
#navigation a{
	text-decoration: none;
	color: #000;
}
#navigation a:hover{
	color: #666;
}

/* footer////////////////////////////////*/
#footer{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	text-align: right;
	padding: 15px 0;
}
#copyright{
	margin-right: 20px;
}