@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,800);
/*Font Style*/
h1{
	font-size:35px;
	font-weight:normal;	
	color:#6d461c;	
	text-transform: uppercase;
	text-align:center;		
	margin: 10px;
	background-image:url(h2bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:30px;	
}

h2{
	font-size:20px;
	font-weight:normal;	
	color:#C00;
	line-height:15px;	
}

h3{
	font-size:16px;
	font-weight:normal;	
	color:#333;
	line-height:15px;	
}

h4{
	font-size:18px;
	font-weight:bold;
	color:#C00;
	line-height:15px;
	background-image:url(h4bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F60;
	text-transform: uppercase;
}

h4 .title{
	font-size:14px;	
}


.title{
	color:#C00;
	font-size:18px;
	font-weight:normal;}


/*Link effect*/
a:link,a:visited,a:active {
	color:#06C;
	font-weight:bold;
	text-decoration: none;
	border-color:none;	
}

a:hover {
	color:#036;
	font-weight:bold;
	text-decoration:none;
	border-color:none;
}

hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul{
	margin-top:4px;}

li{
margin-left:-15px;}



/*Scroll Top*/
.back-to-top {
	position: fixed;
	bottom:0em;
	right: 15px;
	text-decoration: none;			
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	border-radius:10px;
	display: none;
	background-color: rgba(235, 235, 235, 0.80);
		}

.back-to-top img{
	width:100%;
	max-width:33px;	
		}

.back-to-top:hover {
			opacity:0.8;			
		}	
		
#footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	color:#333;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom:2px;
	padding-left: 25px;	
}
		


@media screen and (max-width: 800px) {
/*Scroll Top*/
.back-to-top {
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
		}

.back-to-top img{
	width:70%;
		}
h1{
	font-size:25px;
	
}			

h2{
	font-size:18px;
	
}

h3{
	font-size:14px;
	font-weight:normal;	
	color:#333;	
}

h4{
	font-size:16px;	
}

h4 .title{
	font-size:12px;	
}

}




