@charset "UTF-8";

* { margin: 0; padding: 0; border: 0; }

.wrapper {
	width: 100%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	margin-top: 50px;
}
.about {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom-style: none;
	border-top-color: #519F38;
	border-right-color: #519F38;
	border-bottom-color: #519F38;
	border-left-color: #519F38;
	border-top-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: left;
}
.left_content {
	background-color: #999;
	float: left;
	height: auto;
	width: 40%;
	margin-right: 1%;
	margin-left: 8%;
}
.single_content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8%;
}
.resume {
	height: 700px;
	width: 100%;
	background-color: #CCC;
}
h4 {
	font-size: 1.4em;
	font-style: normal;
}
h3 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}
.right_content {
	background-color: #999;
	float: left;
	height: 30px;
	width: 40%;
	margin-right: 8%;
	margin-left: 1%;
}
ul {
	font-size: 1em;
	float: left;
	list-style-type: none;
	margin-top: 20px;
	padding-left: 5%;
	width: 50%;
}
li {
	float: left;
	color: #FFF;
	padding-left: 2%;
}
.blurb {
	font-size: .9em;
	font-style: italic;
	color: #FFF;
	padding-top: 20px;
	width: 42%;
	float: left;
	clear: none;
}

h1 {
	font-size: 5em;
	font-style: normal;
	color: #000;
	line-height: 100%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align:center;
}
h5 {
	font-size: 1em;
	font-style: italic;
	color: #000;
	line-height: 130%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 3em;
	font-style: normal;
	color: #000;
	line-height: 100%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: left;
}
.navbar {
	background-color: #000;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 10;
}
img {
	max-width:100%;
	height:auto;
}
.cover {
	height: auto;
	width: 100%;
}
.covermobile {
	height: 430px;
	width: 100%;
	visibility: hidden;
	background-image: none;
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 50px;
}
.work {
	background-color: #000;
	height: auto;
	width: 100%;
	margin-bottom: 0%;
	padding-bottom: 5%;
	float: left;
}
.workthumb {
	background-color: #FFF;
	height: auto;
	width: 24%;
	float: left;
	margin-right: 0.5%;
	margin-bottom: 1%;
	margin-left: 0.5%;
	position: relative;
	border: thin none #666;
}

.Label {
	float: left;
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-top: 0px;
	border: thin none #88C557;
	position: absolute;
	z-index: 5;
	background-image: none;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}

.Label:hover {
	opacity: 1;
}
.portfolio {
	height: auto;
	width: 51%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
.workthumb {
	background-color: #FFF;
	height: auto;
	width: 48%;
	float: left;
	margin-right: .25%;
	margin-bottom: 1%;
	margin-left: 1.35%;
	position: relative;
}

h4 {
	font-size: .9em;
	font-style: normal;
}
h3 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-size: 5em;
	font-style: normal;
	color: #000;
	line-height: 100%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align:center;
}
h5 {
	font-size: .9em;
	font-style: italic;
	color: #000;
	line-height: 130%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 3em;
	font-style: normal;
	color: #000;
	line-height: 100%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: left;
}

.portfolio {
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 50px;
}

ul {
	font-size: .9 em;
	float: left;
	list-style-type: none;
	margin-top:20px;
	width: 70%;
}
li {
	float: left;
	color: #FFF;
	padding-left: 5%;
}



}

@media screen and (max-width: 320px) {
.workthumb {
	background-color: #FFF;
	height: auto;
	width: 95%;
	float: left;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: 2%;
	position: relative;
}
.Label {
	float: left;
	height: auto;
	width: 100%;
	border: thin none #88C557;
	position: absolute;
	z-index: 5;
	background-image: none;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}

.Label:hover {
	opacity: 1;
}

.cover {
	height: auto;
	width: 100%;
	visibility:hidden;
}
.covermobile {
	height: auto;
	width: 100%;
	visibility:visible
}
.work {
	background-color: #000;
	height: auto;
	width: 100%;
	margin-bottom: 0%;
	margin-top:480px;
	padding-bottom: 5%;
	float: left;
}
h1 {
	font-size: 3.75em;
	font-style: normal;
	color: #000;
	line-height: 100%;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align:center;
}
ul {
	font-size: .9 em;
	float: left;
	list-style-type: none;
	margin-top:20px;
	width: 90%;
}

li {
	float: left;
	color: #FFF;
	padding-left: 3%;
}
}
