*{
	margin: 0;
	padding: 0;
	border: 0;

}

body{
	font-family: 'Dosis',cursive;

}

h1{
	font-family: 'Bungee',cursive;

}

h2{
	font-family: 'Yanone Kaffeesatz',cursive;
}
a{
	text-decoration: none;
}

@media screen and (min-width:  1366px){
	/*** HEADER BEGINS ***/

	header#mainHeader{

		width: 100%;
		height:  750px;
		position: relative;
		background: url(../images/main_header.jpg);
		background-size: cover;
		background-repeat: no-repeat;


	}
	header#contentHeader{
		width: 100%;
		height:  600px;
		position: relative;
	}
	div#headerContainer{

		width: 1346px;
		height: 750px;
		margin: auto;
	}

	div#contentheaderContainer{
		width: 1346px;
		height: 750px;
		margin: auto;
	}

	div#containerTop{
		width: 1346px;
		height: 50px;
		position: relative;
	}

	ul#ulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#contactulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#bylawulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#ulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}
	ul#contactulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #000000;
		padding: 0px 10px;
	}
	ul#bylawulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}

	ul#ulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#ulTopLeft li:last child{
		padding-right: 0; 
	}
	ul#contactulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#contactulTopLeft li:last child{
		padding-right: 0; 
	}
	ul#bylawulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#bylawulTopLeft li:last child{
		padding-right: 0; 
	}

	ul#ulTopLeft li a{
		text-decoration: none;
		color: #2c3e50;
	}
	ul#contactulTopLeft li a{
		text-decoration: none;
		color: #2980b9;
	}
	ul#bylawulTopLeft li a{
		text-decoration: none;
		color: #d35400;
	}

	ul#ulTopLeft li a:hover{
		color: #ffffff;
	}
	ul#contactulTopLeft li a:hover{
		color: #ffffff;
	}
	ul#bylawulTopLeft li a:hover{
		color: #ffffff;
	}

	ul#ulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#contactulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#bylawulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#ulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}
	ul#contactulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #000000;
		padding: 0px 10px;
	}
	ul#bylawulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}

	ul#ulTopRight li:first child{
		padding-left: 0; 
	}
	ul#ulTopRight li:last child{
		padding-right: 0; 
	}
	ul#contactulTopRight li:first child{
		padding-left: 0; 
	}
	ul#contactulTopRight li:last child{
		padding-right: 0; 
	}
	ul#bylawulTopRight li:first child{
		padding-left: 0; 
	}
	ul#bylawulTopRight li:last child{
		padding-right: 0; 
	}

	ul#ulTopRight li a{
		text-decoration: none;
		color: #2c3e50;
	}
	ul#contactulTopRight li a{
		text-decoration: none;
		color: #2980b9;
	}
	ul#bylawulTopRight li a{
		text-decoration: none;
		color: #d35400;
	}

	ul#ulTopRight li a:hover{
		color: #ffffff;
	}
	ul#contactulTopRight li a:hover{
		color: #ffffff;
	}
	ul#bylawulTopRight li a:hover{
		color: #ffffff;
	}


	div#SchoolName{

		width: 1346px;
		height: 60px;
		
		background-position: center;
		background-size: cover;

		background-repeat: no-repeat;
		margin: auto;

	}

	/* *** NAV *** */

	nav{
		width:  100%;
		height: 80px;
		position: absolute;
		background: rgb(0,0,0,0.5);
		top:145px;
	}
	div#navContainer{
		width: 1346px;
		height: 80px;
		position: relative;
		margin: auto;

	}
	div#navLogo{
		
		color:#ffffff;
		font-size: 45px;
		line-height: 80px;
		display: inline;
		float: left;
	}

	ul#ulNavRight{
		list-style-type: none;
		display: inline-block;
		float: right;
	}

	ul#ulNavRight li {
		display: inline-block;
		line-height: 80px;
		margin-left: 25px;

	}

	ul#ulNavRight li a {

		color: #ffffff;
		text-decoration: none;
		font-size: 25px;
	}

	ul#ulNavRight li a:hover {
		color: #2c3e50;
	}

	div#headerText{

		margin-top: 259px;


	}

	div#headerText h1{
		line-height: 80px;
		font-size: 40px;
		text-shadow: 5px 5px 10px #ffffff;
	}


	div#headerText h2{
		line-height: 60px;
		font-size: 40px;
		text-shadow: 5px 5px 10px #ffffff;
	}

	div#headerButtons{

		margin-top: 10px;
	}
	div#headerButtons a{

		line-height: 50px;
		border: 1px solid #ffffff;
		display:  inline-block;
		color: #ffffff;
		padding: 0 20px;
		transition: all .2s ease-in-out;
		text-shadow: 1px 1px 1px #000000;

	}
	div#headerButtons a:last-child{
		background:#c0392b;
	}

	div#headerButtons a:first-child:hover{
		background: transparent;
	}

	/*** SECTION ***/

	section.contentContainer{
		width: 1346px;
		position: relative;
		margin: 50px auto;
	}
	section.contentContainer h1{
		text-align: center;
	}
	section.contentContainer p{
		margin: 20px 0px;
		line-height: 25px;
	}



	/*** FOOTER ***/

	footer {
		width: 100%;
		height: 500px;
		position: relative;
		background: url(../images/footer.jpg);

	}

	footer div#footerContainer{
		width: 1200px;
		position: relative;
		margin: auto;
	}

	footer div#footerContainer div.footerBox{
		width: 400px;
		height: 400px;
		position: relative;
		float: left;
		margin-top: 70px;
		text-align: center;
	}
	footer div#footerContainer div.footerBox img{
		width: 300px;
		height: 300px;
		margin-top: 50px;
		position: relative;

	}

	footer div#footerContainer div.footerBox2{
		width: 400px;
		position: relative;
		float: right;
		margin-top: 70px;
		text-align: center;

	}
	footer div#footerContainer div.footerBox2 h2{
		color: #ffffff;
		font-size: 60px;
		margin-top: 65px;
		border-bottom: 2px solid #ffffff;
	}
	footer div#footerContainer div.footerBox2 img{
		margin-top: 30px;
		position: relative;
	}

	footer div#copyright{
		width: 100%;
		background: #000000;
		color: #ffffff;
		font-size: 14px;
		padding: 16px 0;
		text-align: center;
	}

}
@media screen and (min-width: 960px) and (max-width: 1365px){
	/*** HEADER BEGINS ***/

	header#mainHeader{

		width: 100%;
		height:  750px;
		position: relative;
		background: url(../images/main_header.jpg);
		background-size: cover;
		background-repeat: no-repeat;


	}
	header#contentHeader{
		width: 100%;
		height:  600px;
		position: relative;
	}
	div#headerContainer{

		width: 940px;
		height: 750px;
		margin: auto;
	}

	div#contentheaderContainer{
		width: 940px;
		height: 750px;
		margin: auto;
	}

	div#containerTop{
		width: 940px;
		height: 50px;
		position: relative;
	}

	ul#ulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#contactulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#bylawulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#ulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}
	ul#contactulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #000000;
		padding: 0px 10px;
	}
	ul#bylawulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}

	ul#ulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#ulTopLeft li:last child{
		padding-right: 0; 
	}
	ul#contactulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#contactulTopLeft li:last child{
		padding-right: 0; 
	}
	ul#bylawulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#bylawulTopLeft li:last child{
		padding-right: 0; 
	}

	ul#ulTopLeft li a{
		text-decoration: none;
		color: #2c3e50;
	}
	ul#contactulTopLeft li a{
		text-decoration: none;
		color: #2980b9;
	}
	ul#bylawulTopLeft li a{
		text-decoration: none;
		color: #d35400;
	}

	ul#ulTopLeft li a:hover{
		color: #ffffff;
	}
	ul#contactulTopLeft li a:hover{
		color: #ffffff;
	}
	ul#bylawulTopLeft li a:hover{
		color: #ffffff;
	}

	ul#ulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#contactulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#bylawulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#ulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}
	ul#contactulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #000000;
		padding: 0px 10px;
	}
	ul#bylawulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}

	ul#ulTopRight li:first child{
		padding-left: 0; 
	}
	ul#ulTopRight li:last child{
		padding-right: 0; 
	}
	ul#contactulTopRight li:first child{
		padding-left: 0; 
	}
	ul#contactulTopRight li:last child{
		padding-right: 0; 
	}
	ul#bylawulTopRight li:first child{
		padding-left: 0; 
	}
	ul#bylawulTopRight li:last child{
		padding-right: 0; 
	}

	ul#ulTopRight li a{
		text-decoration: none;
		color: #2c3e50;
	}
	ul#contactulTopRight li a{
		text-decoration: none;
		color: #2980b9;
	}
	ul#bylawulTopRight li a{
		text-decoration: none;
		color: #d35400;
	}

	ul#ulTopRight li a:hover{
		color: #ffffff;
	}
	ul#contactulTopRight li a:hover{
		color: #ffffff;
	}
	ul#bylawulTopRight li a:hover{
		color: #ffffff;
	}


	div#SchoolName{

		width: 940px;
		height: 60px;
		
		background-position: center;
		background-size: cover;

		background-repeat: no-repeat;
		margin: auto;

	}

	/* *** NAV *** */

	nav{
		width:  100%;
		height: 80px;
		position: absolute;
		background: rgb(0,0,0,0.5);
		top:145px;
	}
	div#navContainer{
		width: 940px;
		height: 80px;
		position: relative;
		margin: auto;

	}
	div#navLogo{
		
		color:#ffffff;
		font-size: 45px;
		line-height: 80px;
		display: inline;
		float: left;
	}

	ul#ulNavRight{
		list-style-type: none;
		display: inline-block;
		float: right;
	}

	ul#ulNavRight li {
		display: inline-block;
		line-height: 80px;
		margin-left: 25px;

	}

	ul#ulNavRight li a {

		color: #ffffff;
		text-decoration: none;
		font-size: 25px;
	}

	ul#ulNavRight li a:hover {
		color: #2c3e50;
	}

	div#headerText{

		margin-top: 259px;


	}

	div#headerText h1{
		line-height: 80px;
		font-size: 40px;
		text-shadow: 5px 5px 10px #ffffff;
	}


	div#headerText h2{
		line-height: 60px;
		font-size: 40px;
		text-shadow: 5px 5px 10px #ffffff;
	}

	div#headerButtons{

		margin-top: 10px;
	}
	div#headerButtons a{

		line-height: 50px;
		border: 1px solid #ffffff;
		display:  inline-block;
		color: #ffffff;
		padding: 0 20px;
		transition: all .2s ease-in-out;
		text-shadow: 1px 1px 1px #000000;

	}
	div#headerButtons a:last-child{
		background:#c0392b;
	}

	div#headerButtons a:first-child:hover{
		background: transparent;
	}

	/*** SECTION ***/

	section.contentContainer{
		width: 940px;
		position: relative;
		margin: 50px auto;
	}
	section.contentContainer h1{
		text-align: center;
	}
	section.contentContainer p{
		margin: 20px 0px;
		line-height: 25px;
	}



	/*** FOOTER ***/

	footer {
		width: 100%;
		height: 500px;
		position: relative;
		background: url(../images/footer.jpg);

	}

	footer div#footerContainer{
		width: 900px;
		position: relative;
		margin: auto;
	}

	footer div#footerContainer div.footerBox{
		width: 400px;
		height: 400px;
		position: relative;
		float: left;
		margin-top: 70px;
		text-align: center;
	}
	footer div#footerContainer div.footerBox img{
		width: 300px;
		height: 300px;
		margin-top: 50px;
		position: relative;

	}

	footer div#footerContainer div.footerBox2{
		width: 400px;
		position: relative;
		float: right;
		margin-top: 70px;
		text-align: center;

	}
	footer div#footerContainer div.footerBox2 h2{
		color: #ffffff;
		font-size: 60px;
		margin-top: 65px;
		border-bottom: 2px solid #ffffff;
	}
	footer div#footerContainer div.footerBox2 img{
		margin-top: 30px;
		position: relative;
	}

	footer div#copyright{
		width: 100%;
		background: #000000;
		color: #ffffff;
		font-size: 14px;
		padding: 16px 0;
		text-align: center;
	}

}
@media screen and (min-width: 720px) and (max-width: 959px){
	/*** HEADER BEGINS ***/

	header#mainHeader{

		width: 100%;
		height:  750px;
		position: relative;
		background: url(../images/main_header.jpg);
		background-size: cover;
		background-repeat: no-repeat;


	}
	header#contentHeader{
		width: 100%;
		height:  300px;
		position: relative;
	}
	div#headerContainer{

		width: 700px;
		height: 350px;
		margin: auto;
	}

	div#contentheaderContainer{
		width: 700px;
		height: 350px;
		margin: auto;
	}

	div#containerTop{
		width: 700px;
		height: 50px;
		position: relative;
	}

	ul#ulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#contactulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#bylawulTopLeft{
		list-style-type: none;
		display: inline-block;

	}
	ul#ulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}
	ul#contactulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #000000;
		padding: 0px 10px;
	}
	ul#bylawulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}

	ul#ulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#ulTopLeft li:last child{
		padding-right: 0; 
	}
	ul#contactulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#contactulTopLeft li:last child{
		padding-right: 0; 
	}
	ul#bylawulTopLeft li:first child{
		padding-left: 0; 
	}
	ul#bylawulTopLeft li:last child{
		padding-right: 0; 
	}

	ul#ulTopLeft li a{
		text-decoration: none;
		color: #2c3e50;
	}
	ul#contactulTopLeft li a{
		text-decoration: none;
		color: #2980b9;
	}
	ul#bylawulTopLeft li a{
		text-decoration: none;
		color: #d35400;
	}

	ul#ulTopLeft li a:hover{
		color: #ffffff;
	}
	ul#contactulTopLeft li a:hover{
		color: #ffffff;
	}
	ul#bylawulTopLeft li a:hover{
		color: #ffffff;
	}

	ul#ulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#contactulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#bylawulTopRight{
		list-style-type: none;
		display: inline-block;
		float: right;

	}
	ul#ulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}
	ul#contactulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #000000;
		padding: 0px 10px;
	}
	ul#bylawulTopRight li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #2c3e50;
		padding: 0px 10px;
	}

	ul#ulTopRight li:first child{
		padding-left: 0; 
	}
	ul#ulTopRight li:last child{
		padding-right: 0; 
	}
	ul#contactulTopRight li:first child{
		padding-left: 0; 
	}
	ul#contactulTopRight li:last child{
		padding-right: 0; 
	}
	ul#bylawulTopRight li:first child{
		padding-left: 0; 
	}
	ul#bylawulTopRight li:last child{
		padding-right: 0; 
	}

	ul#ulTopRight li a{
		text-decoration: none;
		color: #2c3e50;
	}
	ul#contactulTopRight li a{
		text-decoration: none;
		color: #2980b9;
	}
	ul#bylawulTopRight li a{
		text-decoration: none;
		color: #d35400;
	}

	ul#ulTopRight li a:hover{
		color: #ffffff;
	}
	ul#contactulTopRight li a:hover{
		color: #ffffff;
	}
	ul#bylawulTopRight li a:hover{
		color: #ffffff;
	}


	div#SchoolName{

		width: 700px;
		height: 60px;
		
		background-position: center;
		background-size: cover;

		background-repeat: no-repeat;
		margin: auto;

	}

	/* *** NAV *** */

	nav{
		width:  100%;
		height: 80px;
		position: absolute;
		background: rgb(0,0,0,0.5);
		top:145px;
	}
	div#navContainer{
		width: 1346px;
		height: 80px;
		position: relative;
		margin: auto;

	}
	div#navLogo{
		
		color:#ffffff;
		font-size: 45px;
		line-height: 80px;
		display: inline;
		float: left;
	}

	ul#ulNavRight{
		list-style-type: none;
		display: inline-block;
		float: right;
	}

	ul#ulNavRight li {
		display: inline-block;
		line-height: 80px;
		margin-left: 25px;

	}

	ul#ulNavRight li a {

		color: #ffffff;
		text-decoration: none;
		font-size: 25px;
	}

	ul#ulNavRight li a:hover {
		color: #2c3e50;
	}

	div#headerText{

		margin-top: 259px;


	}

	div#headerText h1{
		line-height: 80px;
		font-size: 40px;
		text-shadow: 5px 5px 10px #ffffff;
	}


	div#headerText h2{
		line-height: 60px;
		font-size: 40px;
		text-shadow: 5px 5px 10px #ffffff;
	}

	div#headerButtons{

		margin-top: 10px;
	}
	div#headerButtons a{

		line-height: 50px;
		border: 1px solid #ffffff;
		display:  inline-block;
		color: #ffffff;
		padding: 0 20px;
		transition: all .2s ease-in-out;
		text-shadow: 1px 1px 1px #000000;

	}
	div#headerButtons a:last-child{
		background:#c0392b;
	}

	div#headerButtons a:first-child:hover{
		background: transparent;
	}

	/*** SECTION ***/

	section.contentContainer{
		width: 700px;
		position: relative;
		margin: 50px auto;
	}
	section.contentContainer h1{
		text-align: center;
	}
	section.contentContainer p{
		margin: 20px 0px;
		line-height: 25px;
	}



	/*** FOOTER ***/

	footer {
		width: 100%;
		height: 500px;
		position: relative;
		background: url(../images/footer.jpg);

	}

	footer div#footerContainer{
		width: 700px;
		position: relative;
		margin: auto;
	}

	footer div#footerContainer div.footerBox{
		width: 400px;
		height: 400px;
		position: relative;
		float: left;
		margin-top: 70px;
		text-align: center;
	}
	footer div#footerContainer div.footerBox img{
		width: 300px;
		height: 300px;
		margin-top: 50px;
		position: relative;

	}

	footer div#footerContainer div.footerBox2{
		width: 200px;
		position: relative;
		float: right;
		margin-top: 70px;
		text-align: center;

	}
	footer div#footerContainer div.footerBox2 h2{
		color: #ffffff;
		font-size: 60px;
		margin-top: 65px;
		border-bottom: 2px solid #ffffff;
	}
	footer div#footerContainer div.footerBox2 img{
		margin-top: 30px;
		position: relative;
	}

	footer div#copyright{
		width: 100%;
		background: #000000;
		color: #ffffff;
		font-size: 14px;
		padding: 16px 0;
		text-align: center;
	}
}
