/* CSS Document */

/* HTML 5 stuff */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}


/* General (Top -> Down */
*{padding: 0; margin: 0;}

body{
	background-color: #ffffff;
	height: auto;
	width: 100%;
}

.mobile_show, .mobile_show_phone{
	display: none;	
}

#wrapper{
	max-width: 1200px;
	min-height: 600px;
	margin: auto;
	padding: 1% 2%;
}

#inner_wrapper{
	max-width: 1000px;
	margin-left: 200px;
	clear: right;
}

#logo_wrapper{
	width: 200px;
	float: left;	
}

#logo{
	width: 100%;	
}

h1{
	text-align: center;
	margin: 1% auto 0% auto;
	font-family: 'Tulpen One', cursive;
	letter-spacing: 0.056em;
	font-size: 3.375em;
	color: #303030;
}

nav{
	width: 100%;
	margin-top: 20px;
	margin-right: 5%;
	text-align: center;
	background-image:url(../res/LinePiece.png);
	background-size: 40px 10px;
	background-repeat: repeat-x;
	background-position:bottom;
}

nav ul{
	padding: .55% 0 .55% 0;
	margin: 0;
}

nav li{
	display: inline-block;
	list-style-type: none;	
	margin: 0 .01% 1% .01%;
	padding: .05% 5%;
	background-color: #ffffff;
}

nav a{
	height: 100%;
	font-family: 'Tulpen One', sans-serif;
	color: #303030;
	text-decoration: none;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.05em;
}

nav a:visited{
	
}

nav a:hover{
	color: #AAA;
}

nav a:focus{
	color: #AAA;
}

#content{
	float: left;
	width: 80%;
	max-width: 800px;
	margin: 1% 10%;
}

h3{
	margin-bottom: .75%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.563em;
	font-weight: 800;
	color: #303030;
	letter-spacing: 0.05em;
	text-align: center;		
}

p{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.250em;
	font-weight: 400;
	text-indent: 6%;
	color: #303030;
}

footer{
	width: 100%;
	clear: both;
	text-align:center;
	border-top: 3px  #801e1d solid;
	margin-top: .5%;
	padding: 1% 0 1% 0;
	font-size: 1em;
	font-family: 'Alegreya Sans', sans-serif;
}

/* Page Specific */
#statement{
	width: 66%;
	margin: 20px auto;
	text-align: center;
	text-indent: 0;
}

#contact_description{
	text-align: justify;
	text-indent: 0;	
	font-size: 1em;
}

#image-wrapper{
	width: 100%;
}

#content-large{
	float: left;
	width: 100%;
	max-width: 1000px;
	margin: 2% 0;
}

#profile{
	float:left;
	margin: 2% 5%;
	width: 32.6%;
	border-style: solid;
	border-color: #801e1d;
	border-width: medium;
}

#info{
	float: right;
	width: 55%;
	height: 80%;
	margin: 2% auto 4% auto;	
}

#info ul{
	list-style-type:none;
	height: 100%;
}

#info li{
	margin: 1.75% 0;
    padding-left: 10%;
	height: 100%;
	min-height: 50px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.250em;
	font-weight: 400;
	color: #303030;
	background-size: contain;
}
#info li span{
	height: 1.250em;
	vertical-align: middle;
	display: inline-block;
	margin-top: 3%;
	margin-left: 4%;
}

#home{
	background: url(../res/icon/Home.png) no-repeat left center;
}

#email{
	background: url(../res/icon/Email.png) no-repeat left center; /** the image will be vertically aligned in the center **/
}

#phone{
	background: url(../res/icon/Phone.png) no-repeat left center; /** the image will be vertically aligned in the center **/
}

#vimeo{
	background: url(../res/icon/Vimeo.png) no-repeat left center; /** the image will be vertically aligned in the center **/
}

#linkedin{
	background: url(../res/icon/LinkedIn.png) no-repeat left center; /** the image will be vertically aligned in the center **/
}

#resume{
	background: url(../res/icon/Resume.png) no-repeat left center; /** the image will be vertically aligned in the center **/
}

#info a{
	color: #801e1d;
	text-decoration: none;
}

#info a:visited{
	color: #801e1d;
}

#info a:hover{
	color: #303030;
}

#info a:focus{
	color: #303030;
}

#project_listing li{
	list_style_type: none;
	display: inline;	
}

/* Image Gallery */
#project_listing{
	margin: 1% auto;
	width: 95%;
	max-width:1000px; /* Sets width of gallery */
	
}
	
#project_listing img {
	max-width: 200px;
	width: 28%;
	padding: .6%; 
	margin: .4%; /* Sets spacing around images */
	border:2px solid #aaa; /* Places gray border around images */
	}

#project_listing a:hover img {
	border:2px solid #801e1d;
	}

/* Video Reel */

.video_reel{
	clear: both;
	width: 80%;
	margin: 0 auto 2% auto;	
}

.video-container {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 20px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Projects */
#project_title{
	text-align: center;
	margin: 1% auto 2% auto;
	font-family: 'Tulpen One', cursive;
	letter-spacing: 0.056em;
	font-size: 2.75em;
	color: #303030;
}

#project_video{
	width: 425px;
	height: 250px;
	float: left;
}

#project_description{
	width: 525px;
	height: 250px;
	float: left;
	margin: 0 25px 20px 25px;;
}

#project_description_short{
	width: 300px;
	height: 250px;
	float: left;
	margin: 0 0px 100px 25px;;
}

#project_headline_pics{
	width: 200px;
	min-height: 250px;
	float: right;
}

#project_evolution_pics{
	width: 1000px;
	height: 200px;
	clear: left;
}

#project_evolution_pics_internship{
	width: 1000px;
	height: 200px;
	clear: left;
}

.headline_pics{
	width: 100%;
		
}

.evolution_pics{
	height: 100%;
	width: 32%;
	margin: 0 .05%;
}

#project_evolution_pics_internship img{
	width: 24%;
	margin: 0 .25%	
}


/* For Mobile Devices */

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

#info li{
    padding-left: 14%;
}

#info{
	margin: 2% auto 4% auto;	
}

footer{
	border-top: 2px  #801e1d solid;
	font-size: .75em;
}

#logo_wrapper{
	width: 0;
	padding: 0;
	margin: 0;	
}

@media only screen and (max-width: 500px){
#wrapper{
	padding: 0;	
	margin: auto 5% auto -180px;
}

#logo_wrapper{
	width: 0;
	padding: 0;
	margin: 0;	
}
	
	
#content{
	width: 92%;
	margin: 1% 4% 8% 4%;	
}
	
p{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: .975em;
	font-weight: 400;
	text-indent: 10%;
	color: #303030;
}

h3{
	font-size: 1.25em;
	margin-bottom: 1%;	
}
	
nav{
	text-align: center;
}

nav ul{
	background-color: #ffffff;
}

nav li{
	display: inline-block;
	list-style-type: none;
	height: 8%;
	width: 35%;
	min-height: 33px;
	min-width: 80px;
	margin: 2.5% 2%;
	background-color: #801e1d;
}

nav a{
	height: 100%;
	width: 100%;
	font-size: 1.875em;
	letter-spacing: 0.05em;
	color: #ffffff;
}

nav a:visited{
	
}

nav a:hover{
	color: #333;
}

nav a:focus{
	color: #333;
}

#video_reel{
	margin-bottom: 5%;	
}

footer{
	border-top: 2px  #801e1d solid;
	font-size: .35em;
}

/*Contact Info*/

#info{
	float: left;	
}

#info li{
	min-width: 200px;
	width: 100%;
    padding-left: 30%;
	font-size: 1em;
}


/* Image Gallery*/
.showcase {
	width: 95%;
	}
	
.showcase img {
	width: 44%;
	}

.mobile_show{
	display: inline;	
}

.mobile_show_phone{
	display: inline-block;	
}
	
.mobile_hide{
	display: none;	
	width: 0;
}
}


