@font-face { 
	font-family: 'Edwardian Script ITC'; 
	src: url('fonts/edwardian_script_itc.eot'); 
	src: url('fonts/edwardian_script_itc.eot?#iefix') format('embedded-opentype'), url('fonts/edwardian_script_itc.svg#Edwardian Script ITC') format('svg'), url('fonts/edwardian_script_itc.woff') format('woff'), url('fonts/edwardian_script_itc.ttf') format('truetype'); 
	font-weight: normal; 
	font-style: normal;}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body{
	padding: 0;
	margin: 0;
}

a, a:visited{
	color: inherit;
	text-decoration: none;
}

hr{
	border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #999, #000, #999); 
    background-image:    -moz-linear-gradient(left, #999, #000, #999); 
    background-image:     -ms-linear-gradient(left, #999, #000, #999); 
    background-image:      -o-linear-gradient(left, #999, #000, #999); 
}

h1{
	font-family: 'Edwardian Script ITC';
	font-size: 70px;
	line-height: 5px;
	font-weight: normal;
	text-align: center;
}

ul{
	padding: 0;
	margin: 0;
}

button{
	display: none;
	position: fixed;
	right: 10px;
	top: 5px;
	background: none;
	border: 0;
	padding: 10px 15px;
	color: #fff;
	z-index: 999999;
}

button:focus{
	outline: 0;
	background: rgba(0,0,0,1);
}

#nav{
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	font-family: 'Vollkorn', serif;
	font-size: 14px;
	font-weight: 400;
	z-index: 9999;
}

#nav li{
	list-style: none;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	padding: 3px 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#nav a{
	display: block;
	padding: 10px 10px 8px 10px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#nav a:hover{
	color: #ccc;
}

#nav li:hover{
	border-bottom: 2px solid #ccc;
}

.current{
	border-bottom: 2px solid #fff;
	font-style: italic;
}

.width{
	width: 100%;
	
}

.content{
	max-width: 700px;
	width: 90%;
	padding: 30px;
	margin: 50px auto;
	font-family: 'Vollkorn', serif;
}

.content a{
	margin-right: 5px;
	margin-left: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.content a:hover{
	color: #999;
}

.home{
	width: 100%;
	height: 100vh;
	background: url(img/city.jpg) no-repeat top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrap{
	width: 350px;
	height: 270px;
	background: rgba(255,255,255,0.6);
	padding: 25px;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wrap img{
	width: 285px;
	height: auto;
}

.welcome{
	width: 340px;
	float: left;
	color: #fff;
	padding: 25px;
	letter-spacing: 0.5px;
	line-height: 1.3em;
}

.about{
	width: 100%;
	float: left;
	background: url(img/nice_snow.png) repeat;
}

.about .content ul{
	list-style: square;
	padding: 20px;
	margin-left: 50px;
}

.bottom{
	display: block;
	margin: 0 auto;
}
.president{
	width: 100%;
	float: left;
	background: url(img/nice_snow.png) repeat;
}

.president .content .profile{
	float: left;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	font-family: 'Vollkorn', serif;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #fff;
	width: 250px;
	height: 250px;
}

.faq{
	width: 100%;
	float: left;
	background: url(img/nice_snow.png) repeat; 
}

.faq .answer{
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
}

.faq .answer ul{
	padding: 20px;
}

.testimonials{
	width: 100%;
	float: left;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.testimonials .content-b{
	width: 90%;
	max-width: 1200px;
	padding-top: 80px;
	padding-bottom: 100px;
	margin: 0 auto;
}

.testimonials .content-b img {
	width: 100%;
	height: auto;
}

.meetings{
	width: 100%;
	background: url(img/nice_snow.png) repeat;
	padding-bottom: 20px;
}

.contact{
	width: 100%;
	float: left;
	background: url(img/street.jpg) no-repeat top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contact input{
	padding: 5px;
	border: 1px solid #333;
	background: #fff;
	margin: 5px;
	width: 250px;
}

.contact textarea{
	border: 1px solid #333;
	max-width: 515px;
	width: 90%;
	padding: 5px;
	margin-top: 5px;
	height: 200px;
}

.contact #submit{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.contact #submit:hover{
	background: #333;
	color: #fff;
}

.join{
	width: 100%;
	background: url(img/nice_snow.png) repeat;
	padding-bottom: 20px;
}

.footer{
	width: 100%;
	float: left;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-family: 'Vollkorn', serif;
	font-size: 12px;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 845px){
	button{
		display: block;
		z-index: 999999;
	}
	
	#nav{
		padding: 13px;
	}
	#nav li a{
		display: none;
	}
	h1{
		line-height: 0.8em;
		margin-top: -25px;
	}
}

@media screen and (max-width: 510px){
	.president .content .profile{
		width: 300px;
		height: 300px;
		margin-right: 200px;
	}
}

@media screen and (max-width: 510px){
	.wrap{
		width: 311px;
		height: 240px;
	}
	.wrap img{
		width: 250px;
		height: auto;
	}
}