@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Defining of Global Styles */
body {
	background-color: #1d1210;
	/*linear-gradient(
	rgba(92,92,92, 1.0),
	rgba(123,169,169, 0.40)
	);
*/
}
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	text-decoration:none;
}
em {
	font-style:oblique;
}
strong {
	font-style:bold;
}
img {
	width:100%;
	opacity:0.7;
}
h1, h2, h3, h4, h5 {
	font-family:proxima-nova,sans-serif;
	font-style:normal;
}
h3 {
	text-transform:capitalize;
	font-size:1.975em;
	padding:4% 0 0 0;
	color:#173e43;
	font-weight:800;
}
/* Header styles */
header {
	background-image: url(../portfolioImages/images/header-image4.jpg);
	background-size:cover;
	background-position: center top;
	width:100%;
}
.intro {
	max-width: 960px;
	margin:0 auto;
	padding:8% 0;
}
.intro h1 {
	font-size: 6em;
	text-align: center;
	color:#bcd5d1;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height:1.5em;
}
.intro h2 {
	font-size:2.2em;
	text-align:center;
	color:#bcd5d1;
	font-weight:300;
	letter-spacing:0.09em;
}
/* About and Work styles */
.wrapper {
	max-width:960px;
	margin:0 auto;
	font-family:proxima-nova,sans-serif;
	-webkit-animation-delay: 4s; /*Chrome, Safari, Opera */
	animation-delay:2s;
}
.about-content h3 {
	font-size:1.4em;
	font-weight:400;
	line-height:1;
	color:#173e43;
	letter-spacing:.02em;
	padding-top:1%;
}

.about-content p {
	font-family:proxima-nova,sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1.3;
	text-align:inherit;
	color:#e8edf3;
	letter-spacing:.03em;
	margin:30px auto;
	font-size:1.1em;
}
.about-content p a {
	color:#e8eff3;
	margin:10px auto;
	border-bottom:2px solid;
}
.work {
	height:300px;
	padding:3% 0;
	
	
}
.work h3 {
	padding:1% 0;
	text-align:left;
	font-size:1.5em;
	color:#173e43;
}
.text-box {
	float:left;
	text-align:left;

	width:480px;
	height:100%;
	
}
.text-box-content {
	padding:5% 10%;
}
		
.text-box-content p {
	line-height:1.3;
	color:#e8eff3;
	letter-spacing: .03em;
	font-size:1em;
}
.button {
	padding:5% 3%;
	border:3px solid #bcd5d1;
	letter-spacing:0.2em;
	text-decoration:none;
	color:#e8eff3;
	text-align:center;
	display:block;
	font-weight:600;
	text-transform:uppercase;
	margin-top:8%;
}
.button:hover {
	color:#dddfd4;
	background-color:#173e43;
}
.image-area {
	width:480px;
	height:300px;
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.contact {
	width:100%;
	opacity:.70;
	background-color:#bcd5d1;
	padding:1% 0;
	margin-top:2%;
	clear:both;
}
.contact-content {
	max-width:960px;
	margin:0 auto;
	text-align:center;
}
.contact-content h4 {
	font-size:1.675em;
	padding:0;
	color:#3fb0ac;
	font-weight:600;
	letter-spacing:0.04em;
}
.contact-content a {
	color:#173e43;
	text-decoration:none;
}
.image-divider {
	padding:5% 0;
	background:
	linear-gradient(
	rgba(123,169,169, 1.0),
	rgba(179,181,181, 0.90)
	);
}
footer {
	/*background-color:#48445c;*/
	/*background:
	linear-gradient(
	rgba(113,116,116, 1.0),
	rgba(72,68,92, 0.60)
	);*/
	color:#173e43;
	padding:2% 0;
	width:100%;
	clear:both;
	height:80px;
}
.footer-content {
	max-width:960px;
	padding:2% 0;
	margin:0 auto;
	font-family: proxima-nova,sans-serif;
	font-style:normal;
	font-weight:300;
	line-height:1.4em;
	color:#e8eff3;
	letter-spacing:0.03em;
	font-size:1em;
}
.credit {
	float:right;
	padding-right:1%;
}
@media only screen and (max-width:800px) {
	.wrapper {
		padding:0% 4%;
	}
	.work {
		padding:4% 0;
	}
	.image-area {
		float:left;
		width:100%;
		height:auto;
	}
	.text-box {
		width:100%;
		height:auto;
	}
	.footer-content {
		padding:3.5%;
	}
}
@media only screen and (max-width:800px) {
	.intro h1 {
		font-size:4em;
		line-height:1.2;
	}
	.intro h2 {
		font-size:1.8em;
		padding-top:3%;
	}
	.about p {
		font-size:1em;
		line-height:2;
		text-align: center;
	}
	footer {
		height:130px;
		line-height:1.3em;
	}
	.footer-content {
		padding:4%;
		font-size:14px;
	}
	.contact-content {
		font-size:12px;
		line-height:1.5;
	}
	.contact-content h4 {
		font-size: 1.4em;
	}
	.contact-content h4 a {
		font-size: .75em;
	}
}

	