/* 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;
}

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;
}

body{
	background:url(../img/agsquare_lt.png) fixed;
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust:none;
}

.bodycopy{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}

/*HEADER CSS*/
.headercontainer{
	color:#FFF;
	width: 100%;
	height: 170px;
	margin:0 auto;
	text-align:center;
	background: url(../img/dark_wormz.png) top center fixed;
}
.header{
	width: 77%;
	max-width:1200px;
/*	min-width:827px;*/
	height: 170px;
	margin: 0 auto;
	text-align:left;
	background:url(../img/JonSig_2.png) no-repeat bottom left;

}
.title{
	float:left;
	font-size:30px;
	font-weight:400;
	padding-top:120px;

}
.nav{
	float:right;
	font-size:30px;
	font-weight:400;
	padding-top:120px;
}

.nav a:link    {color:#ffffff; text-decoration:none}
.nav a:visited {color:#ffffff; text-decoration:none}
.nav a:hover   {color:#F2385A; text-decoration:none; border-bottom:dotted #fff 1px}
.nav a:active  {color:#ffffff; text-decoration:none; border-bottom:dotted #fff 1px}

.title a:link    {color:#ffffff; text-decoration:none}
.title a:visited {color:#ffffff; text-decoration:none}
.title a:hover   {color:#F2385A; text-decoration:none; border-bottom:dotted #fff 1px}
.title a:active  {color:#ffffff; text-decoration:none; border-bottom:dotted #fff 1px}


/*GALLERY CSS*/
.galleryItem a:link    {color:#777; text-decoration:none}
.galleryItem a:visited {color:#777; text-decoration:none}
.galleryItem a:hover   {color:#F2385A; text-decoration:none}
.galleryItem a:active  {color:#F2385A; text-decoration:none} 


p{
	font-weight: 200;
	line-height:28px;
}
.container {
    width: 80%;
	max-width:1270px;
    margin: 20px auto;
	overflow: hidden;
}
.galleryItem {
    color: #797478;
	float: left;
	width: 27.3333333%;
    margin: 3% 3% 20px 3%; 
} 
.galleryItem h3 {
	margin: 10px 0 10px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight:300;
/*	text-transform:uppercase;*/
} 
.galleryItem img {
    max-width: 100%;
    border:solid 10px #ffffff;
    -moz-box-shadow: 0px 5px 3px #CCC;
    -webkit-box-shadow: 0px 5px 3px #CCC;
    box-shadow: 0px 3px 5px #CCC;
}
.galleryItem a:hover img {
    -moz-box-shadow: 0px 1px 3px #999;
    -webkit-box-shadow: 0px 1px 3px #999;
    box-shadow: 0px 1px 3px #999;

}

/*FOOTER CSS*/
.footercontainer{
	width: 100%;
	height: 560px;
	margin:60px auto 0 auto;
	text-align:center;
	background: url(../img/dark_wormz.png) bottom fixed;
}
.footercontent{
	width: 80%;
	max-width:1220px;
	min-width:500px;
	height: 560px;
	margin: 0 auto;
	background:url(../img/spacemanJO_Dots.png) no-repeat bottom left;
}
.about{
	font-size:18px;
	font-weight:400;
	line-height:24px;
	margin: 30px;
	padding: 30px;
	float:right;
	width: 55%;
	color:#FFF;
	height:430px;
	/*background: rgba(30, 30, 30, .5);*/
	text-align:left;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.about h1{
	font-size:40px;
	font-weight:300;
	line-height:55px;
	margin-bottom:-10px;
}
.footerbar{
	width:100%;
	margin:0 auto;
	float:left;
	border-top:#ffd088 solid 1px;
	border-bottom:#9b5d00 solid 1px;
}

/*BUTTONS*/
.resumebtn {
	background-color:#F2385A;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:23px;
	display:inline-block;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	padding:11px 51px;
	margin-top:30px;
	text-decoration:none;
	text-transform:uppercase;
}
.resumebtn:hover {
	background-color:#ff4869;
}
.portfoliobtn {
	background-color:#3AA1BF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	padding:11px 31px;
	margin-left:20px;
	margin-top:30px;
	text-decoration:none;
	text-transform:uppercase;
}
.portfoliobtn:hover {
	background-color:#44b8da;
}

/*PORTFOLIO PAGES*/
#portfoilocontainer{
	width:100%;
	max-width:1220px;
	text-align:center;
	margin:0 auto;
	line-height:0;
}
.portfolioheader{
	width:77%;
	max-width:827px;
	min-width:827px;
	margin: 30px auto 0 auto;
	height:48px;
	}

.headline{
	float:left;
	width:87.333%;
	height:52px;
	margin: 8px auto 0 auto;
	padding-top:15px;
	font-size:35px;
	text-align:center;
}
.categorytitle{
	background:url(../img/header-blank-wide.png) center no-repeat;
	width:100%;
	float:left;
	height:33px;
	margin:5px auto 5px auto;
	padding-top:30px;
	font-size:25px;
	color:#999;
	text-align:center;
	text-transform:uppercase;
}
.nextBTN{
float:right;
	width:52px;
	height:48px;
	background-image:url(../img/btn-next-104x48.png);
	background-position: 52px;
	color:#999;
}
.nextBTN:hover {
	background-position: 0px;
}
.prevBTN{
float:left;
	width:52px;
	height:48px;
	background-image:url(../img/btn-previous-104x48.png);
	color:#999;
}
.prevBTN:hover{
	background-position: -52px;
}
.descriptioncopy{
	width: 55%;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:16px;
	line-height:1.3em;
	margin:0px auto 30px auto;
	text-align:center;
	color:#666;
}

/*Pinterest-Style Stacking*/
div.pin-email {
	margin: 0 auto;
    width: 824px;
    -moz-column-count: 2;
    -moz-column-gap: 40;
    -webkit-column-count: 2;
    -webkit-column-gap: 40;
    column-count: 2;
    column-gap: 40;
}
div.pin-email > div {
    display: inline-block;
    vertical-align: top;
    width: 392px;
    margin-bottom: 40px;
}

/*SOCIAL CONNECT BUTTONS*/
.social{width:290px; height:50px; float:left}

.emailbtn{width:39px; height:39px; float:left; margin:25px 30px 0 0; background-image:url(../img/btn-email-39x78.png)}
.emailbtn:hover{background-position:0 39px;}

.fbbtn{width:39px; height:39px; float:left; margin:25px 30px 0 0; background-image:url(../img/btn-fb-39x78.png)}
.fbbtn:hover{background-position:0 39px;}

.twbtn{width:39px; height:39px; float:left; margin:25px 30px 0 0; background-image:url(../img/btn-tw-39x78.png)}
.twbtn:hover{background-position:0 39px;}

.inbtn{width:39px; height:39px; float:left; margin:25px 30px 0 0; background-image:url(../img/btn-in-39x78.png)}
.inbtn:hover{background-position:0 39px;}

/* MEDIA QUERIES*/
@media only screen and (max-width : 1024px),
only screen and (max-device-width : 1024px){
    .galleryItem {width: 44%;}
	.about h1{ font-size:40px; line-height:48px;}
	.about{font-size:18px; font-weight:400; line-height:24px; margin:30px 0 30px 30px;}
}
@media only screen and (max-width : 670px),
only screen and (max-device-width : 670px){
    .galleryItem {width:95%;}
    .galleryItem img {width:95%;}
    .galleryItem h3 {font-size:25px; font-weight:300;}
	.header{width:75%;}
	.footercontent{ width:100%;}
	.about h1{ font-size:35px; line-height:43px;}
	.about{width:50%; margin-right:50px;}
	.about .bodycopy{ font-size:22px; line-height:28px;}
	.descriptioncopy{font-size:19px;line-height:1.3em;}
}
