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

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;
	box-sizing: border-box;
}
/* 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;
}
		
/* End Reset */

/* general styles */
.wrapper{
	width: 100%;
	max-width: 960px;
	margin: 1% auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

body{
	font-family: Helvetica, Arial, "sans-serif";
}

.clear{
	float: none;
	clear: both;
}

a{
	color: #42b649;
	text-decoration: none;
	font-weight: bold;
}

/* header */

#logo{
	float: left;
}

nav{
	float: right;
	width: 55%;
	margin: 0;
}

nav ul{
	text-align: right;
}

nav ul li{
	display: inline-block;
	list-style-type: none;
	font-size: 1.2em;
	padding: 2%;
	text-align: right;
}

nav ul li:last-child{
	padding-right: 0;
}

.phone{
	float: right;
}

/* homepage */
.body{
	margin-top: 2%;
}

#web img{
	max-width: 100%;
}

#web{
	width: 60%;
	float: left;
	display: block;
	margin: 1% auto;
}

figure{
	text-align: center;
}

figcaption.home{
	color: #42b649;
	font-weight: bold;
}

#graphic img, #photo img{
	max-width: 100%;
}

#graphic, #photo{
	width: 30%;
	display: block;
	margin: 1% auto;
	float: right;
}

/* gallery pages */
.web img{
	max-width: 100%;
}
.web{
	width: 33%;
	float: left;
	border-left: thin solid #939598;
	padding: 2% 0;
}

.right{
	border-right: thin solid #939598;
}

.web figcaption{
	padding: 3% 5%;
}

/* web designs*/

.project{
	width: 45%;
	float: left;
	margin-top: 5%;
}

.about{
	width: 45%;
	float: right;
	margin-top: 5%;
}

.process{
	display: block;
	margin: 5% auto;
}

/* photo shoots */

.photoShoot{
	margin: 3% 0;
}

.center{
	float: none;
	display: block;
	margin: 5px auto;
}

/* about */
#me{
	width: 25%;
	float: left;
	margin: 5% 2%;
}

#about{
	width: 65%;
	float: right;
	margin: 5% 2%;
}

/* contact form */
#contact {
	width: 100%;
	height: 350px;
	padding-top: 50px;
	text-align: center;
}

#contact-area {
	width: 600px;
	max-width: 95%;
	margin: auto;
	margin-top: 25px;

}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 450px;
	max-width: 95%;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #42b649;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* footer */
footer{
	background-color: #42b649;
	color: #ffffff;
	font-weight: 300;
	padding:0 1%;
	margin: 2% 0 0 0;
}

.copy{
	float: left;
	margin-top: 1%;
}

.contact{
	float: right;
	margin-top: 1%;
}

.social{
	float: right;
	width: 40px;
	margin-left: 1%;
}

#coming{
	margin: 20% 0;
}