/* CSS Document */

body {	
	overflow-x: hidden; 
	font-family:Bell MT,Verdana ;
	font-size: 18px;
	width:100%;
	background-color:#ffffff;

}

@font-face {
font-family: Bell MT;
src: url(fonts/Bell MT.otf);
src: url(fonts/Bell MT.eot);
src: url(fonts/Bell MT.eot?#iefix) format('embedded-opentype');
src: url(fonts/Bell MT.woff) format('woff');
src: url(fonts/Bell MT.tff) format('truetype');
}

#wrapper{
	margin: 30 auto;
	max-width: 1200px;
	font-family: Bell MT, Verdana;
	font-size: 17px;
	background-color:#ffffff;
	text-align:justify;
	}

nav {
	
	width: 70%;
	height: auto;
	padding: 0.1% 5% 0 0;
	font-family: Bell MT,Verdana;
	font-size:18px; 
	overflow: hidden;
	
}	
			
nav ul {
	margin: 0;
	list-style:none;
	padding-left: 150px;	

		}
nav ul li {
	float: left;
	width: 15%;
	color:#000000;
	}

nav ul li a {
	text-decoration: none;
	padding: 5% 12%;
	font-size: 18px;
	background-color:#ffffff;
	text-align:center;
	display: block;
	color:#000000;
	}	

nav ul li a:hover, nav ul li.active a {
	text-decoration: none;
	color: #C0272D;
	
	}
	

header {

	margin-top: 5px;
	width: 96%;
	min-height: 125px;
	padding: 5px;
	text-align: center;
}
	


.section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}
.columnstory, .poetry, .newevent {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: justify;
	


}

p {
	font-family: Bell MT, Verdana;
	font-size:17px;
}
b{
 color: #C0272D;
 }
.bigbold {
	color:#C0272D;
	font-size:20px;
	font-family: Bell MT, Verdana;
	}
footer {
	width: 99%;
	overflow: auto;
	font-family:Bell MT, Verdana;
	font-size: 17px;
	background:#601C60;
	color:#ffffff;
}
footer p a {
	text-decoration: none;

}
.section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
.section li {
	display: inline;
	
}

.mobileShow { display: none;}
   @media only screen
   and (min-width : 320px)
   and (max-width : 640px){ 


.mobileShow { display: inline;}

.btn {
	position: relative;
	margin-top:2%;
	border: 2px double #993399;
	border-radius: 2px;
	height: 36px;
	width: 36px;
}

#lines:before {
	border-bottom: 17px double #993399;
	border-top: 6px solid #993399;
	content: "";
	height: 5px;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 30px;
}

/*Strip the ul of padding and list styling*/
 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
 li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
 li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-family:Bell MT,Verdana ;
	color: #fff;
	background: #C0272D;
	text-decoration: none;
}

/*Hover state for top level links*/
 li:hover a {
	background: #601C60;
}

/*Style for dropdown links*/
 li:hover ul a {
	background: #993399;
	color: #fffff;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
 li:hover ul a:hover {
	background: #601C60;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
 li ul {
	display: none;
}

/*Make dropdown links vertical*/
 li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
 li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
 ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: Bell MT,Verdana;
	text-decoration: none;
	color: #fff;
	background: #C0272D;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
	
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
.disabled {
	pointer-events:none:
}
@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		
	}
}
header img{
		width: 100%;
	
	}

.columnstory, .columnstory img, .poetry, .poetry img, .newevent, .newevent img {
	width: 95%;
	height: auto;	
	margin:0px,0px,0px,20px;	
	
	}
 .section {
	width: 95%;
	height: auto;	
	}
}


.mobileHide1 { display: inline;}
@media only screen 
	and (orientation: landscape)
	and (max-width: 640px) 
	and (max-height: 360px){ 
	


.mobileHide1 { display: none;}

} 
.mobileShow1 { display: none;}
@media only screen 
	and (orientation: landscape)
	and (max-width: 640px) 
	and (max-height: 360px){ 
	


.mobileShow1 { display: inline;}

} 

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
nav {
	
	width: 90%;
	height: auto;
	padding: 0% 5% 0 0;
	font-family: Bell MT,Verdana;
	font-size:18px; 
	overflow: hidden;
	
}
nav ul {
	margin: 0;
	list-style:none;
	padding-left: 100px;	

		}
 .poetry img, .newevent img, .columnstory img{
	width: 95%;
	height: auto;	
	margin:0px,0px,0px,20px;	
	}


	
}
