/*
Main Stylesheet for joshchambers.me

Author: Joshua Chambers
Site: http://www.joshchambers.me
Last Update: 2/18/2017
*/

body {
	font-family: Verdana, Geneva, sans-serif;
}

div#container {
}

header#site-header {
}

div#banner {
	background-image: url("/images/apple-banner.jpg");
	background-position: center center;
	background-size: 100%;
}

div#site-title {
	font-size: 3em;
	padding-top: 75px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px #333333;
}

h1.title-name {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 75px;
	color: #ffffff;
	font-size: 6em;
	font-weight: bold;
	text-shadow: 5px 5px 5px #333333;
}

nav#site-navigation{
	text-align: center;
}

ul#site-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#site-list li {
	white-space: nowrap;
}

ul#site-list li a {
	padding: 10px 0;
	display: inline-block;
	color: #331166;
	width: 100%;
}

ul#site-list li a:visited {
	color: #331166;
}

ul#site-list li a:hover,
ul#site-list li a:visited:hover {
	text-decoration: none;
	background: #331166;
	color: #ffffff;
}

ul#site-list li.active a,
ul#site-list li.active a:visited {
	background: #333333;
	color: #ffffff;
}

div#site-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

h2#page-title {
	font-size: 4em;
}

.resume h3 {
	color: #331166;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 40px;
}

.resume h4 {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 30px;
}

.resume h5 {
	font-size: 1.3em;
	margin-bottom: 0;
	margin-top: 20px;
}

.resume p {
	line-height: 1.5em;
}

div#photo {
	margin-bottom: 20px;
}

div#photo img {
	border-radius: 50%;
}

div#content {
	font-size: 1.3em;
	line-height: 2em;
}

footer#site-footer {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #331166;
	color: #ffffff;
	clear: both;
}

footer#site-footer a,
footer#site-footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

ul.half-list {
	display: inline-block;
	margin-right: 5%;
	vertical-align: top;
}

div.portfolio-cell.col-lg-3:nth-child(4n+1) {
	clear: both;
}

@media (max-width: 1199px) {
	div#site-title {
		font-size: 2.5em;
	}
	
	h1.title-name {
		font-size: 4em;
	}
	
	div#photo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	footer#site-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.portfolio-cell.col-lg-3:nth-child(4n+1) {
		clear: none;
	}
	
	div.portfolio-cell.col-md-4:nth-child(3n+1) {
		clear: both;
	}
}

@media (max-width: 991px) {
	div#site-title {
		font-size: 2em;
		padding-top: 50px;
	}
	
	h1.title-name {
		font-size: 3em;
		padding-bottom: 40px;
	}
	
	h2#page-title {
		font-size: 2.5em;
	}
	
	div#photo {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	div#content {
		font-size: 1em;
	}
	
	footer#site-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.portfolio-cell.col-md-4:nth-child(3n+1) {
		clear: none;
	}
	
	div.portfolio-cell.col-lg-3:nth-child(4n+1) {
		clear: none;
	}
	
	div.portfolio-cell.col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	div#site-title {
		font-size: 3.5vw;
		padding-top: 30px;
		white-space: nowrap;
	}
	
	h1.title-name {
		font-size: 7vw;
		padding-bottom: 30px;
		white-space: nowrap;
	}
	
	ul#site-list li {
		border-top: 1px solid #331166;
		padding-right: 0;
		padding-left: 0;
	}
	
	ul#site-list li:last-child {
		border-bottom: 1px solid #331166;
	}
	
	h2#page-title {
		font-size: 2em;
	}
	
	div#photo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	div#photo.pull-right {
		float: none !important;
	}
	
	div#content {
		font-size: 1em;
	}
	
	footer#site-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.portfolio-cell.col-sm-6:nth-child(2n+1) {
		clear: none;
	}
	
	div.portfolio-cell.col-md-4:nth-child(3n+1) {
		clear: none;
	}
	
	div.portfolio-cell.col-lg-3:nth-child(4n+1) {
		clear: none;
	}
	
	div.portfolio-cell.col-xs-12 {
		clear: both;
	}
}