/* CSS Document */
html{
	padding:0;
	margin: 0;
	border-collapse: collapse;
}
body{
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;


}
a{
	color:#5198bb;
}
h3{
	font-size: 30px;
}
#menubar{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 99;
	background: #10243a;
    opacity: .9;
    color: #fff;
    padding: 15px 0;
}
#menuname{
	padding:0 10px;
	color:#fff;
	text-decoration: none;
}
#menubtns{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-grow: 2;
}
#menubtns .menubtn{
	margin:0 20px;
	color:#fff;
}
.flexrow{
	display: flex;
	flex-direction: row;
}
.parallax{
	width:100%;
	height: 350px;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity:0.8;
}
#parallax-1{
	/*background-image: url("/images/bg_bigwhite.jpg");*/
	background-image: url("/images/sunset.jpg");
	min-height: 100%;
}

#parallax-2{
	background-image: url("/images/sunset.jpg");
	min-height: 250px;
}

#parallax-3{
	background-image: url("/images/house.jpg");
	min-height: 250px;
}

#parallax-4{
	background-image: url("/images/path.jpg");
	min-height: 250px;
}

#content{
	
}

#title h1{
	padding: 0;
	margin: 0;
	font-size: 2.2em;
}
.section{
	
}
.section h3{
	margin: 0;
}
.sectionBody{
	background-color: #fff;
}
.section h2{
	
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.centerDiv{
	margin-left: auto;
    margin-right: auto;
}
.centerText{
	text-align: center;
}
.mid60{
	max-width: 60%;
	min-width: 300px;
}

.smallhr{
	max-width: 200px;
}
#title{
	/*text-shadow: 0px 0px 5px #aad2ff;*/
	padding: 40px 20px;
	color: #000;
	max-width: 250px;
	/*background-color: #222;*/
}
#business,#dues,#contact,#intro{
	min-height: 300px;
	padding: 40px;
}
#business{
	background-color: #10243a;
	color:#eee;
}
#dues,#board{
	background-color: #ccc;
}
#contact{
	background-color: #2e2e2e;
	color:#eee;
}
#contact a{
	color:#91BEFF;
}
#emailTbl td{
	background-color:#2e2e2e;
	padding:10px;
	margin:0;
}
#emailTbl input,#emailTbl textarea{
	width:100%;
	padding:5px 0;
}
.whitebox{
	background-color: #fff;
}
.window{
	width:100%;
	height:150px;
}

.linkbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
a.buttonlink{
	display: inline-block;
	
	flex-grow: 1;
	
	font-size:20px;
}
a.buttonlink span{
	display: block;
    margin-top: 40px;
}

@media only screen and (max-width: 600px) {
	
	.linkbox{
		flex-direction: column;
		display: inline-flex;
		width:200px;
	}
	.flexrow{
		flex-direction: column;
	}
	.flexrow div{
		margin-left: auto;
    	margin-right: auto;
	}
}
@media only screen and (min-width: 1050px) {
	
}
@media only screen and (min-width: 1350px) {
	
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  
}