body p, h2{
	color:black;
	margin:2%;
	font-size:20pt;
	line-height:36pt;		
}

h2{
	font-size:36pt;
}
frame{
	margin-left:5%;
}
.enhanced #menu {
    display: none;	
}

.quote{
	font-size:36pt;
	margin:10%;
	line-height:42pt;
}

.ham{
		width: 40px;
	    height: 7px;
	    background-color: black;
	    margin: 8px 0;
		
}

#menu-toggle{
	padding-top:3%;
	padding-left:5%;

}

body{
	background-color:rgb(232,232,232);
}
h2{
	margin-bottom:3%;
}
p{
	margin-bottom:2%;
}


nav{
	margin:2%;	
	
}
nav ul li{
	background: rgba(0, 0, 0, 0.8);
	width:55%;
	font-size:20pt;
	padding:5%;
}

.header{
 height:700px;
 margin-bottom:3%;

}
.headerpic{
	margin-top:5%;
	width:100%;
}

.sect2{height:380px;}
.sect3{height:380px;}
.sect4{height:380px;}

#image{
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    
}
.header h1{
	color:black;
	text-align:center;
	padding-top:7%;
	padding-left:60%;
	font-size:20pt;	
}

section{
	margin-bottom:10%;
	margin-top:5%;
	border-bottom-style:solid;
	border-bottom-weight:2pt;
	border-bottom-color:rgb(153,1,0);
}

.main-nav,body {


}
.main-nav {
  z-index: 150;
}
header,.main-nav-scrolled {
  position: fixed;
  width: 95%;
}


footer{
	background-color:rgb(153,1,0);
	padding:5%;
}
footer p{
	font-size:13pt;
	line-height:18pt;
}



#twenty{
	margin-top:9%;
}


@media (min-width:600px){
	#pre{
		margin-top:0%;
	}
	.headerpic{
		display:none;
	}
	.header{
	background:url(image/headercopy.jpg); 
	 height:700px;
	}
	.sect2{
		background:url(image/tabsect2.jpg);
		height:500px;
	
	}
	.sect3{
		background:url(image/champs.jpg);
		height:500px;
	
	}
	.sect4{
		background:url(image/tabtitle.jpg);
		height:500px;
	
	}

	
	nav ul li{
		width:45%;
		font-size:20pt;
		padding:3%;
	}
	body p, h2{
		font-size:18pt;
		line-height:35pt;		
	}
	h2{
		font-size:36pt;
	}
}


@media (min-width:1000px){
	.header{
	background:url(image/header.jpg); 
	 height:800px;
	}
	.sect2{
		background:url(image/sect2.jpg);
		height:800px;
	
	}
	.sect3{
		background:url(image/champs.jpg);
		height:800px;
	
	}
	.sect4{
		background:url(image/title-copy.jpg);
		height:800px;
	
	}
	h2{
		font-size:36pt;
	}
	
	body {
	margin: 0;
	background-color:rgb(153,1,0);
	}
	
	.container {
	margin-left: 20%;
	margin-right:20%;
	max-width: 1280px;
	background-color:rgb(232,232,232);
	}
	
	footer{background-color:rgb(232,232,232);
		
	}

	nav ul li{
		width:30%;
		font-size:20pt;
		padding:3%;
			background: rgba(0, 0, 0, 1);
	}
	body p{
		font-size:16pt;
		line-height:25pt;		
	}
}

a:link {color:rgb(153,1,0); 
	text-decoration: none;
	padding:.5%;
}
a:visited {color:rgb(153,1,0);}
a:hover {color:rgb(153,1,0);}
a:active {color:rgb(119, 158, 203);}

