/*
Site development by Danton Fullante. Designed with the help of Emma Hershberger & Mika Parajon. Photography by Tyler Henslee. 
dantonfullante@gmail.com
*/

body {
	margin: 0px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #4D4D4D;
}



@font-face {
    font-family: 'geared_slabregular';
    src: url('../fonts/gearedslab-webfont.eot');
    src: url('../fonts/gearedslab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-webfont.woff') format('woff'),
         url('../fonts/gearedslab-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-webfont.svg#geared_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geared_slabthin';
    src: url('../fonts/gearedslab-light-webfont.eot');
    src: url('../fonts/gearedslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-light-webfont.woff') format('woff'),
         url('../fonts/gearedslab-light-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-light-webfont.svg#geared_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;
}



#mobilenav, #mobilemenu, #mobileclose {
	display: none;
}

#navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: #EBBB3B;
	opacity: 0.8;
	text-align: center;
	box-shadow: 3px 0px 15px #231f20;
	z-index: 5000;

}


.nav-img {
	width: 150px;
}

#nav-home-box {
	width: 100%;
	height: 100px;
	background-color: #231f20;
	padding-top: 25px;


}



#socialmedia {
	position: fixed;
	bottom: 25px;
	width: 200px;
	z-index: 5005;
}

#socialmedia-content {
	text-align: center;
}

.socialmedia-icon {
	width: auto;
	height: 25px;
}



#content {
	margin: 0;
	height: 100%;
	padding-left: 200px;
}


.section-img {
	height: 50%;
	width: 100%;
}

.section {
	height: 50%;
	background-color: #4D4D4D;
	overflow: auto;
}

.section-65 {
	height: 65%;
}

.section-35 {
	height: 125px;
	background-color: #EBBB3B;
	text-align: center;
}

.halfsection {
	width: 44%;
	padding: 0 3%;
	float: left;
	overflow: auto;
}


#fader {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0;
	z-index: -1;
}

#buffer {
	height: 100%;
}


#landing {
	position: fixed;
	top: 0;
	padding-left: 200px;
	width: 100%;
	height: 100%;
	background-image: url('../img/sketchbook.jpg');
	background-position: center center;
	background-size: cover;
	z-index: -5;
}


#img-rutledge {
	background-image: url('../img/B&WRutledge_Henslee.jpg');
	background-position: center center;
	background-size: cover;
}

#img-cfa {
	background-image: url('../img/B&WCenteroftheArts_Henslee.jpg');
	background-position: center center;
	background-size: cover;
}

#img-map {
	background-image: url('../img/B&WBrickTextureAngled_Henslee.jpg');
	background-position: center center;
	background-size: cover;
}

#img-speaker {
	background-image: url('../img/NathanYoder-banner.jpg');
	background-position: center center;
	background-size: cover;
}

#img-pinboard {
	background-image: url('../img/pin-seniors.jpg');
	background-position: center center;
	background-size: auto 100%;
}

#thanks {
	background-color: #4D4D4D;
	color: #E6E6E6;

}





.yellow {
	background-color: #EBBB3B;
}



.lightgray {
	background-color: #E6E6E6;
	color: #4D4D4D;
}

.darkgray {
	background-color: #4D4D4D;
	color: #E6E6E6;
	margin: 0px;
	overflow: auto;
}


.yellowcolor {
	color: #EBBB3B;
}

.time {
	font-size: 1.4em;
	color: #EBBB3B
}

h1, h2, h3, h4, h5{
	font-family: 'geared_slabregular';
	color: #EBBB3B;
	line-height: 1em;
	text-align: center;
}

h1 {
	font-size: 3em;
	margin-top: -15px;
}

b {
	font-weight: 900;
}

p {
	word-wrap:
	break-word;
}



#date {
	margin-top: 0px;
	font-size: 2em;
	line-height: 1.2em;
	text-align: right;
}

a:link, a:visited {
	color:#E6E6E6; 
	font-weight: 800;
	text-decoration: none;
} 

a:hover, a:active {
	color:#EBBB3B;
	font-weight: 800;
	text-decoration: none;
}

a.ie-link {
	color: #4D4D4D;
}



.two-column {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}





.onehalf {
	width: 48%;
	float: left;
	padding: 1%;
}

.onethird {
	width: 31%;
	float: left;
	padding: 1%;
	height: auto;
}



.onefourth {
	width: 23%;
	float: left;
	padding: 1%;
	height: auto;
}


.eventcontent {
	width: 38%;
	padding-right: 10%
}


.yellowleft {
	text-align:right;
	color: #EBBB3B;
}

/* changed to 25-percent per DJ */
/* added padding for more space */
.sponsorlogo {
	width: 25%; padding: 2%;
}

#thanks-fullwidth {
	display: block;
}

#thanks-670width {
	display:  none;
}






#senior-headshots {
	width: 100%;
	overflow: auto;
	background-color: #E6E6E6;
}


.image-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 25%;
	float: left;
}

.image-wrap img {
	width: 100%;
	float: left;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	opacity: 0;
	filter: alpha(opacity=0);	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	float: left;
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ECBC3B;
	opacity: 0.80;
	filter: alpha(opacity=80);
	float: left;
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #4D4D4D;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;

	text-align: center;
	float: left;
	opacity: 1;
	filter: alpha(opacity=100);
}





#senior-content {
	margin: 0;
	height: 100%;
	padding-left: 200px;
}

.senior-name {
	height: 110px;
	width: auto;
}

.senior-photo {
	width: 33.33%;
	float: left;
}

.senior-bio {
	width: 62.66%;
	padding: 2%;
	float: left;
}

.senior-photo img {
	width: 100%;
	height: auto;
}

.folio-link {
	width: 100%;

	background-color: #4D4D4D;
	float: left;
	font-size: 1.5em;
	height: 3em;
	line-height: 3em;
	text-align: center;
}

.folio-link:hover {
	width: 100%;
	background-color: #000;
	float: left;
	font-size: 1.5em;
	height: 3em;
	line-height: 3em;
	text-align: center;
		-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}



.projects{
	width: 100%;
	float: left;
}

.image-wrap-project {
	position: relative;
	cursor: pointer;
	width: 33.33%;
	float: left;
}

.image-wrap-project img {
	width: 100%;
	height: auto;
	float: left;	

}

.image-wrap-project  .hover-wrap-project {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	opacity: 0;
	filter: alpha(opacity=0);	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}

.image-wrap-project:hover .hover-wrap-project,
.image-wrap-project.active .hover-wrap-project {
	opacity: 1;
	filter: alpha(opacity=100);
	float: left;
}

.image-wrap-project .hover-wrap-project .overlay-img-project {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ECBC3B;
	opacity: 0.80;
	filter: alpha(opacity=80);
	float: left;
}

.image-wrap-project .hover-wrap-project .overlay-text-thumb-project {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #4D4D4D;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;

	text-align: center;
	float: left;
	opacity: 1;
	filter: alpha(opacity=100);
}

.pins-seniors {
	width: 100%;
	float: left;
}

.pins {
	width: 14%;
	width: calc(1/7 * 100%);
	height: auto;
	float: left;
}








































































































































@media screen and (min-width: 671px) and (max-width: 900px) {


#mobilenav, #mobilemenu, #mobileclose {
	display: none;
}

#navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #EBBB3B;
	opacity: 0.8;
	z-index: 1000;
	padding-top: 5px;
	box-shadow: 0px 3px 10px #231f20;
}

.nav-img {
	width: auto;
	height: 45px;
	float: left;
}

#nav-home-box {
	width: 110px;
	height: 50px;
	background-color: #231f20;
	margin-top: -5px;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}



#socialmedia {
	position: fixed;
	top: 10px;
	right: 10px;
	width: auto;
	z-index: 1001;
}

#socialmedia-content {
	text-align: right;
	line-height: 0.9em;
}

.socialmedia-icon {
	width: auto;
	height: 20px;
}



#content {
	margin: 0;
	height: 100%;
	padding-left: 0px;
}

#landing {
	position: fixed;
	top: 0;
	padding-left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img/sketchbook.jpg');
	background-position: center center;
	background-size: cover;
	z-index: -500;
}


#thanks {
	padding-top: 50px;
}


#thanks-fullwidth{
	display: none;
}

#thanks-670width {
	display: block;
}

#senior-content {
	position: absolute;
	margin: 0;
	height: auto;
	top: 55px;
	padding-left: 0px;
}








}




















































































@media screen and (max-width: 670px) {


#navigation, #socialmedia, #fader {
	display: none;
}


#mobilemenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;	
	background-color: #EBBB3B;
	z-index: 1005;
	display: block;
	border-bottom: 1px solid #4D4D4D;

}

#mobilemenu h2 {
	color: #4D4D4D;
	line-height: 15px;
}

#mobileclose {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;	
	background-color: #EBBB3B;
	z-index: 1004;
	border-bottom: 1px solid #4D4D4D;
	display: block;
}

#mobileclose h2 {
	color: #4D4D4D;
	line-height: 15px;
}

#mobilenav {
	position: fixed;
	top: -300px;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: #EBBB3B;
	z-index: 1000;
	display: block;

}

#mobilenav ul {
    list-style-type: none;
    text-align: center;
	padding: 0;
	margin: 0;
}

#mobilenav li {
	height: 50px;
	line-height: 50px;
	background-color: #EBBB3B;
	border-bottom: 1px solid #4D4D4D;
}

#mobilenav li:hover {
	background-color: #4D4D4D;
}


#mobilenav ul a:link, ul a:visited, ul a:active {
	color:#4D4D4D; 
	font-weight: 800;
	text-decoration: none;
} 

#mobilenav ul a:hover {
	color:#EBBB3B;
	font-weight: 800;
	text-decoration: none;
}








#buffer {
	height: 350px;
	background-image: url('../img/sketchbook2.jpg');
	background-position: center center;
	background-size: cover;

}

#landing {
	position: fixed;
	top: 0;
	padding-left: 0px;
	width: 100%;
	height: 350px;
	background-image: url('../img/sketchbook.jpg');
	background-position: center center;
	background-size: cover;
	z-index: -500;
}


#content {
	margin: 0;
	height: 100%;
	padding-left: 0px;
}




.section-img {
	height: 25%;
	width: 100%;
}



.section-65 {
	height: 25%;
}





.onehalf {
	width: 100%;
	text-align: center;
	padding: 0;
}



#date {
	text-align: center;
}

.yellowleft {
	text-align: center;
	margin-bottom: 0px;
}



.eventcontent {
	width: 80%;
	padding-right: 10%;
	padding-left:10%;
	padding-bottom: 20px;
}

#thanks {
	padding-top: 50px;
}

#thanks-fullwidth{
	display: none;
}

#thanks-670width {
	display: block;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 50%;
	float: left;
}

.sponsorlogo {
	width: 40%;
}




#senior-content {
	position: absolute;
	margin: 0;
	height: auto;
	top: 50px;
	padding-left: 0px;
}



.section-35 {
	height: 100px;
	background-color: #EBBB3B;
	text-align: center;
}

.senior-name {
	position: relative;
	top: 20%;
	width: auto;
	height: 60%;
}

.senior-photo {
	width: 100%;
	float: left;
}

.senior-bio {
	width: 90%;
	padding: 5%;
	float: left;
	text-align: center;
}

.senior-photo img {
	width: 100%;
	height: auto;
}


.image-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 50%;
	float: left;
}



.image-wrap-project {
	position: relative;
	cursor: pointer;
	width: 100%;
	float: left;
}


.pins {
	width: 50%;
	height: auto;
	float: left;
}


}
















































































































