/*
Project Name: Blank Template
Client: Your Client
Author: Your Name
Developer @GA in NYC
*/


/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
	 content: ".";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
}

.clear {
  	clear: both;
}

.alignright {
  	float: right;
  	padding: 0 0 10px 10px;
}

.alignleft {
  	float: left;
  	padding: 0 10px 10px 0;
}

/******************************************
/* BASE STYLES
/*******************************************/

html {
	background-color: #ffffff;
}


body {
  	font-size: 20px;
  	line-height: 1.4;
  	color: #333333;
  	font-family:'Open Sans', Helvetica, Arial, sans-serif;
  	font-weight: 300;
}


h2, h3, h4 {

	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}


h2 {
	font-size: 45px;
	text-align: center;
}


h3 {
	font-size: 25px;
	margin-top: 30px;
}


h4 {
	font-size: 36px;
	margin-bottom: 15px;
}


p {
	font-size: 16px;
	font-weight: 600;
	color: #282828;
}





/* NAVIGATION BAR */


.hamburger {
	display: none;
}

.logo.top img {
	margin: 0 50px 0 20px;
	width: 140px;
	height: auto;
	content: url(../images/logo_dark.png);
}


ul.pagelinks{
	margin: 30px auto;
}


.pagelinks li {
  	list-style: none;

 }


.sociallinks li{
	list-style: none;
	display: none;

 }



nav li a {
	color: #494949;
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
}


.pagelinks li {
	margin-right: 65px;
	float: left;
}


.nav {
	margin-left: 20px;
}

nav ul img {
	margin-top: -8px;
	width: 90%;
}







/* SUB NAVIGATION */

.subnav {
	opacity: 0;
}  



/* HEADER SECTION */

header {
  	display: none;
}



/* GALLERY THEME SWITCHER */

.switcher {
  display: none;
}





/* 'GALLERY' SECTION */


#portfolio { 
	display: none;
}


/* STYLES FOR LIGHTBOX MODAL WINDOW  */


a {
  	font-size: 15px;
	font-weight: 600;
	color: #7d3199;
}



/* 'PROJECT' SECTION */

#project {
	background-color: #ffffff;
}


.projecttitle {
	width: 500px;
	display: block;
    float: left;
}


#project h2 {
	color: #5D3B52;
}


#project p {
	color: #383838;
	font-weight: 600;
}


.container.center {
	width: 980px;
	float: none;
	padding: 60px 30px;
}


#project .img2 {
	margin-top: 0;
	margin-bottom: 0px;
	width: 40%;
	height: auto
}


.column {
	width: 100%;
	margin-bottom: 0px;
}


.column.left {
	float: left;
}


.column.right {
	float: right;
}





/*  CHARACTER BIOGRAPHY SECTION  */


#projectbottom {
	background-color: #ffffff;
	padding: 20px 0 10px;
	margin-bottom: 30px;
	float: left;
}


.characters {
	padding: 10px 20px 0;
	display: block;
	margin: 0 auto 20px;
	width: 900px;

}


.characters h4 {
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
}


.characters h3 {
	color: #000000;

}


#project .characters p {
	color: #424242;

}


.bio {
	margin: 20px auto 30px;
}



.bio img {
	float: left;
	width: 40%;
	height: auto;
	clear: both;
}

.charbuttons {
	margin: 30px auto 0;
	text-align: center;
	padding-top: 20px;
	cursor: pointer; cursor: hand;
	display: none;

}







/* 'SUPPORT ME' SECTION */

#support {
	display: none;
}





/* 'ABOUT ME' SECTION */

.sociallinks.contactpage li{
  	list-style: none;
  	float: left;	
  	margin: 20px auto 20px;
}


#about span {
	color: #FF8012;
	cursor: pointer; cursor: hand;
}


#about span:hover {
	color: #FFA800;
}

#about .icon-email:hover { 
	content: url(../images/email_hover_con.png);
}

#about .icon-fb:hover { 
	content: url(../images/facebook_hover_con.png);
}

#about .icon-pin:hover { 
	content: url(../images/pinterest_hover_con.png);
}

#about .icon-twitter:hover { 
	content: url(../images/twitter_hover_con.png);
}

#about .icon-youtube:hover { 
	content: url(../images/youtube_hover_con.png);
}


.sociallinks.contactpage li + li {
	margin-left: 30px;
}


.external a {
	color: #FF8012;
}


.external a:hover {
	color: #FFA800;
}


#about a {
  	font-size: 16px;
	font-weight: 600;
	color: #564366;
}






/* FOOTER SECTION */


footer {
	width: auto;
	height: 250px;
	background-color: #ffffff;
	margin-left: 30px;
}


footer h3 {
	color: #3F3F3F;
	margin-top: 10px;
}

footer .logo img{
	display: none;
}

footer p {
	text-align: center;
	color: #232323;
	font-size: 16px;
}


a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }


