@font-face {
	font-family: p0btnFont;
	src:	url(../fonts/p0btnFont.ttf),url(../fonts/p0btnFont.eot);
}
@font-face {
	font-family: titleFont;
	src:	url(../fonts/titleFont.ttf),url(../fonts/titleFont.eot);
}
@font-face {
	font-family: p0titleFont;
	src:url(../fonts/p0titleFont.ttf),url(../fonts/p0titleFont.eot);
}
@font-face {
	font-family: bodyFont;
	src:url(../fonts/Gravity-Book.ttf),url(../fonts/Gravity-Book.eot);
}
@font-face{
	font-family: projectHover;
	src:url(../fonts/adequate.ttf);
}
@font-face {
	font-family: notera;
	src:url(../fonts/Notera.ttf);
}
* {box-sizing:border-box;}
html, body {width:100%;min-height:100%;height:auto;}
header, nav, section, article, figure, figcaption, aside, footer {display:block;}
.frame {
    border: double #000 3px;
}
.frame p, figure p, figcaption p {text-indent: 0px;}
.floatLeft {float: left;}
.floatRight {float: right;}
.clearFloats {clear: both;}
body {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
	position: relative;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat;
	background-size: 500px;
}
#centeringDiv {
	width:980px;
	height:auto;
	min-height:2000px;
	margin:0 auto;
	position:relative;
	z-index:1;
	background-image:url(../images/bg_cent.jpg);
		background-position: center;
	box-shadow: 0px 0px 20px #3C4947;
	top: -12px;
}
header {
	width: 100%;
	height: 90px;
	position: relative;
    background-image:url(../images/bg_header.png);
		background-position: center top;
		background-repeat: repeat-x;
	z-index: 900;
	padding: 0 20px;
}

/*NAV */
	nav {
		position: relative;
		top: 10px;
		width: 100%;
		height: 75px;
		z-index: 1000;	
		margin-top: -5px;
	}
	
	#clickMoi {
		float:right;
		position: relative;
		top: 12px;
		right: 600px;
		display: none;
	}
	/* MOUSTACHE IMG */
		#moustache {
			float: left;
			position: relative;
			top: 10px;
			left: 20px;
		}
		#moustache:hover{cursor:pointer;}
	ul, li {
		list-style: none;
		position: relative;
		top: -5px;
		
	}   
	li a {
		text-decoration: none;
		color: #fff;
	}
	
	/* LEFT TO RIGHT SLIDY THING */
		
		li:hover {
			text-shadow: none;
		}
		li:after {
			content: '';
			display: block;
			height: 3px;
			width: 0;
			background: transparent;
			transition: width .5s ease, background-color .5s ease;
				-webkit-transition: width .5s ease, background-color .5s ease;
				-moz-transition: width .5s ease, background-color .5s ease;
				-o-transition: width .5s ease, background-color .5s ease;
				-ms-transition: width .5s ease, background-color .5s ease;
			
		}
		.btn:hover:after {
			width: 100%;
			background: #486B76;
			
		}
.btn {
	text-transform: uppercase;
	position: relative;
	left: 300px;
	z-index: 1001;
	float: left;
	margin-top: 15px;
	margin-right: -100%;
	margin-left: 40px;
	cursor: pointer;
	font-family: p0btnFont;
	font-size: 2em;
	color: #fff;
	text-shadow: 1px 1px 3px #293D44;
}			
			
/* END OF NAV */


section {
	position:relative;
	width:100%;
	min-height:1000px;
	height:auto;
	z-index:899;
}
#allArticlesWrapper{
	position: relative;
	height: 1200px;
	width: 1960px;
}
article {
	position: relative;
	width: 980px;
	float: left;
	min-height: 900px;
	height: auto;
	padding: 10px;
	z-index: 900;
	font-family: bodyFont;
	font-size: 1em;
	color: #3d3d3d;
}
article p {
	text-indent:3em;
}

.articleContent {
	padding: 50px;
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 1.1em;
	line-height: 1.5em;
}
#articleContent1 {
	top: 100px;
}
#article2 {
	position: relative;
	top: 60px;
	height: auto;
}
h1{
	font-family: p0btnFont;
	margin-bottom: -5px;
	position: absolute;
	left: 0;
	top:50px;
	padding: 0px 50px;
}

#introHR{
	position: absolute;
	border: none;
	border-bottom: 2px solid #d8d8d8;
	opacity: 0.7;
	width: 100%;
	left: 0;
	top:110px;
}
.titleHR::before{
	content: '';
	position: absolute;
	padding: 0px 1px;
	margin: 0 50px;
}
#introHR::before{
	content: '';
	width: 102px;
	margin: 0 50px;
	border: solid 1px #460696;
}

footer {
	clear:both;
	position:relative;
	text-align:center;
	font-size:0.8em;
	width:100%;
	bottom: 20px;
	z-index:1000;
}
	#footerHR {
		position: relative;
		bottom: 40px;
		width: 400px;
		border:none;
		border-bottom: double;
		z-index: 3;
		background:rgba(180,59,61,0.31);
	}
	#footerHR::after {
		content: url(../images/thumbsup.png);
		position: relative;
		left: 46%;
		top: -12px;
		padding: 0px 10px;
		background-image: url(../images/bg_cent.jpg);
		background-size: 20px 20px;
	}
	#footerHR::before {
		content: "";
		background: rgba(180,59,61,0.31);
		border: 3px double;
		border-radius: 100%;
		padding: 18px 18px;	
		position: absolute;
		top: -20px;
		left: 184px;
		z-index: 5;
	}
	.footerDiv {
		position: absolute;
		bottom: 10px;
		left: 25%;	
	}

#musicBox {
	width: 200px;
	height: 27px;
	z-index: 1000;
}


/*Slider*/
	.sliderWrap { 
		overflow: hidden;  
		width: 980px;
		height: 490px;
		background-color: #fff;
		margin-top: -15px;
	}
	.slider { 
		position: relative; 
		left: 0; 
		top: 0; 
	}
	.sliderItem { 
		float: left; 
		list-style: none; 
		margin-right: 0px; 
	}
	.sliderIMG { 
		display: block; 
		height: 490px; 
		width: 980px; 
	}
	
/*Slider Right et Left buttons*/
	a.sliderControlPrev, a.sliderControlNext {
	  position: absolute;
	  top: 230px;
	  z-index: 1000;
	  display: block;
	  padding: 20px;
	  width: 60px;
	  height: auto;
	  background: #2a2a2a;
	  color: #fff;
	  text-decoration: none;
	  text-align: center;
	  font-weight: 600;
	  font-size: 18px;
	  opacity: 0.8;
	  cursor: pointer;
	}
	a.sliderControlPrev:hover, a.sliderControlNext:hover {
	  opacity: 1;
	  -webkit-transition: all 0.2s ease;
	}
	a.sliderControlNext {
	  left: 20px;
	  border-radius: 2px;
	}
	a.sliderControlPrev {
	  right: 20px;
	  border-radius: 2px;
	}
	
	/* END OF SLIDER */
	
.ribbon {
		margin-top: -135px;
		z-index: 900;
		position: relative;
}
.ribbonText {
	text-transform: uppercase;
	color: #fff;
	font-family: p0btnFont;
	font-size: 2.5em;
	position: relative;
	top: 145px;
	margin-bottom: -100%;
}

#btn1 {
	margin-left: 80px;
}
#btn2 {
	float: right;
}
.ribbon ul, li {
		list-style: none;
		margin-right: 80px;
	}   
	/* LEFT TO RIGHT SLIDY THING */
		.ribbon li {
			display: inline-block;
		}
		.ribbon li:hover {
			color: #E3E3E3;
			cursor: pointer;
		}
		.ribbon li:after {
			content: '';
			display: block;
			height: 3px;
			width: 0;
			background: transparent;
			transition: width .5s ease, background-color .5s ease;
				-webkit-transition: width .5s ease, background-color .5s ease;
				-moz-transition: width .5s ease, background-color .5s ease;
				-o-transition: width .5s ease, background-color .5s ease;
				-ms-transition: width .5s ease, background-color .5s ease;
			
		}
		.ribbonText:hover:after {
			width: 100%;
			background:#EF5A5F;
		}

.webLink {
	width: 200px;
	height: 200px;
	position: relative;
	left:0px;
	margin: 10px;
	z-index: 1000;

}
.descriptionBox {
	position: relative;
	top:220px;
	left: -25px;
	margin: 100px 0px;
}
.descriptionBox p {
	font-family: bodyFont;
	font-size: 18px;
	text-align: center;
	text-indent:0px;

}
.descriptionIMG {
	position: absolute;
	left: 17.5%;
	top: -84px;
	width: 680px;
	z-index: 1001;
}
#descriptionBG {
	background: #dedede;
	width: 600px;
	height: 320px;
	position: absolute;
	left: 20.5%;
	top: -50px;
	z-index:998;
}
.descText{
	position: absolute;
	top: 50px;
	left: 370px;
	width: 300px;
	text-align: center;
	z-index: 1000;
}
#descriptionBoxText1{
	font-family: notera;
	position: absolute;
	top: -10px;
	left: 260px;
	height: 100px;
	width: 500px;
	z-index: 999;
	color: #000;
}
.descriptions {
	position: absolute;
	text-align: center;
	top: 430px;
	left: 340px;
	z-index: 1040;
	width: 300px;
}
.descriptions p {
	text-indent: 0;
	font-size: 18px;
}
.descriptionsPositioning {
	position:absolute;
	top: 0px;
}



.gradeHR {
	border: none;
	border-bottom: 2px solid #d8d8d8;
	opacity: 0.7;
	width: 100%;
}
.juniorH1 {
/*For positioning ONLY*/	
	position: relative;
	top: 0;
	left:2px;
}
#juniorHR {
	position: relative;
	bottom: 0;
	width:980px;
	left: -10px;
}
#juniorHR::before {
	content:"";
	border-left: 2px solid #d8d8d8;
	padding: 110px 0px;
	position: relative;
	left: 30px;
	bottom: -110px;
}
#juniorHR::after{
	content:"";
	padding: 0px 49px;
	border-bottom: 2px #A51616 solid;
	position: relative;
	left: 59px;
	top: -14px;
}
.seniorH1{
	text-align: right;
	position: relative;
	margin-right: 18px;
	top:650px;
}
#seniorHR{
	position: relative;
	top: 650px;
	width: 980px;
	left: -10px;
}
#seniorHR::before {
	content:"";
	border-right: 2px solid #d8d8d8;
	padding: 110px 0px;
	position: relative;
	margin-left: 950px;
	bottom: -110px;
}
#seniorHR::after {
	content: "";
	position: relative;
	float: right;
	margin-right: 60px;
	margin-top: -15px;
	border-bottom: 2px #a2f solid;
	padding: 0px 50px;	
}
.seniorbar {
	position: absolute;
	top: 20px;
	
}
.juniorLink{
	float: left;
	display: inline-block;
	position: relative;
	left: 42px;
}
.sp {
	height: 200px;
	width: 200px;
	position:relative;
	left: 0;
	top: 10px;
	border-radius: 2px;
}
.seniorContent {
	position: relative;
	right: 40px;
}
.seniorLink {
	float: right;
	display: inline-block;
	position: relative;
	top: 440px;
}
.seniorLink img, .juniorLink img {
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.seniorLink img:not(:hover), .juniorLink img:not(:hover) {
  -webkit-filter:saturate(100%);
    -moz-filter:saturate(100%);
    -ms-filter:saturate(100%);
    -o-filter:saturate(100%);
    filter:saturate(100%);
}
.seniorLink img:hover, .juniorLink img:hover {
    -webkit-filter:saturate(0%);
    -moz-filter:saturate(0%);
    -ms-filter:saturate(0%);
    -o-filter:saturate(0%);
    filter:saturate(0%);
}
/*----------HOVER DESCRIPTION-------------*/
.descriptionsPositioning {
	display: none;
}


/*----------SVG ANIMATION---------*/
.st0 {
	
    stroke-dasharray: 3700;
    fill:none;
    stroke:#ffffff;
    stroke-width:6;
    stroke-miterlimit:10;
    stroke-dashoffset: 3700;
    animation: dash 5s linear forwards;
    animation-delay: 4s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
