/*portfolio CSS */
	
	/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	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.5;
		}
	
	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*/
	
	
	/* default styles- mobile */
	
	html { 
  		background: url(background) no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	
	h1 {
		font-family: 'Raleway', Helvetica, Arial, sans-serif;
		font-size: 2.0em;
		text-align: center;
		}
		
	h3 {
		font-family: 'open sans';
		font-size: 1.25em;
		}

	p {
		font-family: 'open sans';
		
		}
		
	header a {
		color: white;
		text-decoration: none;
		text-align: center;
		}
		
		
		
		.topnav {
  overflow: hidden;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'open sans';
  display: block;
}

.topnav .active {
color: #4CAF50;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 43%;
  top: -5px;
  color: white;
}




	
	#wrapper {
		text-align: center;
		width: 99%;
		margin: 1% auto;
		padding-top: 2%;
		}
		
	header {
		text-align: center;
		color: white;
		}
		
	footer {
		display: none;
		}
		
	.blueberry {
		width: 80%;
		margin-top: 3%;
		}
		
/*nav bar stuff*/
	
	nav ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
    	overflow: hidden;
    	display: none;
		}

	nav ul li {
    	float: none;
		}

	nav ul li a {
    	display: block;
    	color: white;
    	font-family: 'open sans';
    	text-align: center;
    	padding: 14px 16px;
    	text-decoration: none;
		}
		
	.clear  {
		clear: both;
		}

	/* Change the link color to #111 (black) on hover */
	li a:hover {
    	background-color: #111;
		}
	
	.active {
    	color: #4CAF50;
		}
		
	.frontPage {
		font-size: 1em;
		color: white;
		padding: 5%;
		}
		
/*about me stuff*/
		
	#description {
		border: 1px solid #4CAF50;
		display: inline-block;
		text-align:left;
		border-radius: 20px;
		width: 80%;
		margin: 2% auto;
		padding: 5%;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
	
	#aboutmephoto {
		width: 45%;
		height: 100%;
		
		margin-left: 25%;
		border-radius: 20px;
		}
		
	.aboutmephoto {
		max-width: 100%;
		height: auto;
		border-radius: 20px;
		}
		
/*gallery stuff*/
		
	#gallery {
		text-align: center;
		padding: 5%;
		overflow: auto;
		}
		
	.photoshop {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.photoshop img {
		max-width: 49%;
		}
		
	.illustrator {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.illustrator img {
		max-width: 49%;
		}
	
	.photography {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.photography img {
		max-width: 49%;
		}
	
	.videography {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		}
		
/*web design stuff*/

	#web {
		border: 1px solid #4CAF50;
		display: inline-block;
		text-align:center;
		border-radius: 20px;
		width: 80%;
		margin: 5% auto;
		padding: 5%;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		
		overflow: auto;
		}	
		
	#web p {
		padding-left: 10%;
		padding-right: 10%;
		font-family: 'open sans';
	}
	
		
		
	.officer {
		max-width: 90%;
		padding-top: 2%;
		}
		
	.wildlife {
		padding-top: 5%;
		}
		
	.digitized {
		max-width: 50%;
		}
		
/*contact stuff*/
		
	#contact {
		margin: 2%;
		text-align:left;
		color: #E0E0E0;
		font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
		}
		
	#contactinfo {
		margin: 2%;
		}
		
	#contactinfo a{
		text-decoration:none;
		color:#E0E0E0;
		}
		
	#contactinfo span{
		font-weight: bold;
		color:white;
		}
		
	#socialmedia {
		margin: 2%;
		}
		
	#socialmedia li{
		display: inline;
		}
		
	.phone {
		width: 100px;
	}

		
	
		
/*tablet styles*/
	@media only screen and (min-width: 500px) and (max-width:700px)	{
	
	.topnav {
		display: none;
	}
	
	nav ul {
    	display: block;
		}

	h1 {
		font-family: 'Raleway', Helvetica, Arial, sans-serif;
		font-size: 4.0em;
		text-align: left;
		display: inline-block;
		margin-top: -25px;
		}
		
	h3 {
		font-family: 'open sans';
		font-size: 1.6em;
		}
		
	header {
		text-align: left;
		}
		
	#title {
		padding-left: 150px;
		margin-top: -25px;
		margin-bottom: 15px;
		float: none;
		text-align: left;
	}
		
	footer {
		display: block;
		}
		
	footer nav ul{
		padding-left: 0%;
		padding-right: 0%;
		}
		
	footer nav ul li {
		float: none;
		display: inline-block;
		text-align: center;
		}
	
	nav ul {
    	list-style-type: none;
    	margin: 0;
    	padding-left: 15%;
    	padding-right: 15%
    	overflow: hidden;
		}

	nav ul li {
    	float: left;
		}

	nav ul li a {
    	display: block;
    	color: white;
    	text-align: center;
    	padding: 14px 16px;
    	text-decoration: none;
		}
		
	.clear  {
		clear: both;
		}

	/* Change the link color to #111 (black) on hover */
	li a:hover {
    	background-color: #111;
		}
	
	.active {
    	color: #4CAF50;
		}
		
	#contactinfo {
		margin: 2%;
		font-size:1.5em;
		}
		
	/*gallery stuff*/
		
	#gallery {
		text-align: center;
		padding: 5%;
		overflow: auto;
		}
		
	.photoshop {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.photoshop img {
		max-width: 49%;
		}
		
	.illustrator {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.illustrator img {
		max-width: 49%;
		}
	
	.photography {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.photography img {
		max-width: 49%;
		}
	
	.videography {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 94%;
		margin: 2%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		}
		
		.frontPage {
		font-size: 1em;
		color: white;
		padding: 5%;
		}
		
		.phone {
		width: 150px;
	}
		

	}


	/*desktop styles*/
	@media only screen and (min-width: 701px)	{
	
	
	.frontPage {
		font-size: 1.5em;
		color: white;
		padding: 5%;
		font-family: 'open sans';
		}
	
	.blueberry {
		max-width: 1000px;
		}
		
	header {
		text-align: left;
		}
		
	.topnav {
		display: none;
	}
	
	nav ul {
    	display: block;
		}
		
	footer {
		display: block;
		}
		
	h1 {
		font-family: 'Raleway', Helvetica, Arial, sans-serif;
		font-size: 5.0em;
		text-align: left;
		display: inline-block;
		margin-top: -25px;
		}
		
	h3 {
		font-family: 'open sans';
		font-size: 2.0em;
		}
		
	#title {
		padding-left: 190px;
		margin-top: -25px;
		margin-bottom: 15px;
		float: none;
		text-align: left;
	}
	
	p {
		font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
		}
		
	footer nav ul{
		padding-left: 0%;
		padding-right: 0%;
		}
		
	footer nav ul li {
		float: none;
		display: inline-block;
		text-align: center;
		}
	
	nav ul {
    	list-style-type: none;
    	margin: 0;
    	padding-left: 15%;
    	padding-right: 15%
    	overflow: hidden;
		}

	nav ul li {
    	float: left;
		}

	nav ul li a {
    	display: block;
    	color: white;
    	text-align: center;
    	padding: 14px 16px;
    	text-decoration: none;
		}
		
	.clear  {
		clear: both;
		}

	/* Change the link color to #111 (black) on hover */
	li a:hover {
    	background-color: #111;
		}
	
	.active {
    	color: #4CAF50;
		}
		
	#aboutmephoto {
		margin-bottom: 25px;

	}
	
		
	#description {
		max-width: 900px;
		font-size: 1.0em;
		}
		
	#description p{
		font-size: 1.5em;
		}
		
	#contact {
		margin: 2%;
		padding-left:2%;
		text-align:left;
		}
		
/*gallery stuff*/
		
	#gallery {
		text-align: center;
		padding: 5%;
		overflow: auto;
		}
		
	.photoshop {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 47%;
		margin-right:2%;
		margin-bottom: 2%;
		margin-left: 0%;
		margin-top: 0%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.photoshop img {
		max-width: 49%;
		}
		
	.illustrator {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 47%;
		margin-left:2%;
		margin-bottom: 2%;
		margin-left: 0%;
		margin-top: 0%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.illustrator img {
		max-width: 49%;
		}
	
	.photography {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 47%;
		margin-right: 2%;
		margin-top: 2%;
		margin-left: 0%;
		margin-top: 0%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		overflow: auto;
		}
		
	.photography img {
		max-width: 49%;
		}
	
	.videography {
		border: 1px solid #4CAF50;
		float: left;
		text-align: center;
		width: 47%;
		margin-left: 2%;
		margin-top: 2%;
		margin-left: 0%;
		margin-top: 0%;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.6);
		}
		
	#contactinfo {
		margin: 2%;
		font-size:1.5em;
		}
		
		.phone {
		width: 150px;
	}
		
		

	}