body {
	background: #555;
}

img { max-width: 100%; }

header .row {
	background: #141414;
	color: #e4ebe8;
}

header h1 {
	text-shadow: 0 1px 1px #000;
	margin-bottom: 20px;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 1.7em;
	letter-spacing: 4px;
}

header .contact {
	text-align: right;
	margin-left: 15px;
}

header .contact .btn {
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #e4ebe8;
	background: black;
}

section.summary h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 0;
	color: #ff652f;
	text-shadow: 0 1px 1px #000;
}
section.summary h4 {
	margin-top: 5px;
	color: #e4ebe8;
	text-shadow: 0 1px 1px #000;
}

section.team h3 { margin-top: 0; }

section .row {
	background: #272727;
	color: #e4ebe8;
	padding: 30px 15px;
}

section .row:first-of-type { padding-bottom: 10px; }
section .row:last-of-type { padding-bottom: 40px; }

section h2.heading {
	border-bottom: 1px solid #ff652f;
	padding-bottom: 5px;
	color: #ff652f;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	font-size: 1.5em;
}

section .project {
	font-weight: bold;
	font-size: 20px;
	margin-right: 10px;
}

footer .row {
	padding-top: 50px;
	background: #141414;
	color: #e4ebe8;
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	header h1 { 
		font-size: 30px;
		margin-bottom: 0px; 
	}
	header .contact {
		text-align: left;
	}
	section.summary h2 { font-size: 24px; }
	span.duration { display: block; }
}
