@charset "utf-8";

 
  
body{
	font-family: calibri;
	font-size: 18px;
	margin: 0px;
}

#container{
	max-width:940px;
	width:94%;
	padding:3%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}	
.content{
	height: auto;
	width: 100%;
}
.content-home{
	height: auto;
	width: 100%;
}	

.header{
    width:100%;
	height:80px;
	padding-top:50px;
	
	
}
.nav{
	width:100%;
	height:40px;
	font-size: 22px;
	text-align:center;
	
}
.h1 .h2	.h3 .h4 .h5{
font-family:Calibri;
}
.orange {color: #ffa500;
}
.current {color: #ffa500;
padding-right: 4%;
padding-left: 4%;

}
ul {
padding:0px;
}

ul li {
display: inline;

}
ul li a{
	color:#000;
	text-decoration:none;
	padding-right: 4%;
	padding-left: 4%;
}
ul li a:hover{
	color:#ffa500;
	text-decoration:none;
	
}
ul li a:active{
	color:#ffa500;
	text-decoration:none;
	
}

.style1 {color: #000000}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffa500;
}
a:active {
	text-decoration: none;
	color: #FFA500;
}
.footer{
    width:100%;
	font-family: calibri;
    font-size: 18px;
}
.header img {
		width: 59.5%;
		height:auto;
		}
.content-home img {
		width: 57.5%;
		height:auto;
		}  
.style2 {font-size: 24px;
}
.textfielf{
width:30%;
}
.textbox{
width:40%;
}
input::-moz-placeholder {
	font-family: calibri;
	font-size: 16px;
}
input::-webkit-input-placeholder {
	font-family: calibri;
	font-size: 16px;
}
textarea{
font-family: calibri;
	font-size: 16px;
}

/* Media Queries */
@media screen and (max-width: 850px) {

ul li {
display: block;
text-align:center;
}
.nav{
	width:100%;
	height:40px;
	margin-top:-15px;
	font-size: 22px;

}
ul li a{
	color:#000;
	text-decoration:none;
	
}
.footer{
    width:100%;
	font-family: calibri;
    font-size: 18px;
}
.content{
	padding-top:60px;
	
}
.header{
    width:100%;
	height:40px;
	padding-top:30px;
	
	
}
}  
@media screen and (max-width: 480px) {
.textfielf{
width:100%;
}
.textbox{
width:100%;
}
}