

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body{
	/*-ms-scroll-snap-points-y: snapInterval(0%, 768px);*/
	/*-ms-scroll-snap-type:mandatory;*/
	
}

body, h1, h2, h3, h4, h5 {
	font-family: 'Quando', serif;
}

nav{
	position:fixed;
	right:0;
	top:400px;
	padding-right:30px;
	width:220px;
	line-height: 25px;
}


nav ul, nav ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

nav ul li a, nav p.news a{
	/*color:#e6e420;*/
	color: yellow;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	-webkit-transition-property:color;
	-moz-transition-property:color;
	-ms-transition-property:color;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}
.active {color: #FFF;}

nav ul li a:hover{
	color:#fff;
	text-decoration: none;
}
.on_home nav ul li a:hover{
	color:#008EB4;
}
nav ul li a:focus{
	color:#fff;
	text-decoration: none;
	border: none;
}
nav ul li{
	text-align:right;
}

nav li p, nav li p a{
	color:#242424;
	font-weight:bold;
	font-size:20px;
	margin:0;
	padding:5px 0;
}

section{
	width:100%;
}

.panel{
	background-image: url('../img/bg.png');
	background-repeat:repeat;
	min-height:720px;
	height:696px;
	width:100%;
	left:0;
	position:relative;
	overflow:hidden;
}
.panel .content_wrap{
	position:relative;
	left:0px;
	top:0;
	min-height:720px;
  	height:100%;
	width:1024px;
	margin:0 auto;
}

.panel .content_wrap .content{
	height:100%;
	width:100%;

}
.cta {
	padding-top: 180px;
	/*color:#e6e420;*/
	color: yellow;
	
}
.cta {
	text-align: center;
}
.panel .item_tag1 {
position: absolute;
color: #000;
top: 300px;
left: 60px;
height: 241px;
width: 241px;
background-image: url(../img/theater.jpg);
background-repeat: no-repeat;
-moz-border-radius: 241px;
-webkit-border-radius: 241px;
border-radius: 241px;

}
.panel .item_tag2 {
position: absolute;
color: #000;
top: 300px;
left: 250px;
height: 241px;
width: 241px;
background-image: url(../img/vacuum.jpg);
background-repeat: no-repeat;
-moz-border-radius: 241px;
-webkit-border-radius: 241px;
border-radius: 241px;

}
#contact p {
	font-size: 20px;
}

