@charset "UTF-8";

/* FOR DESKTOP: */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "sofia-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-family: "gelica", sans-serif;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 1px;
}
#mobilenav {
	display: none;
}
#navigation {
	font-family: "sofia-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
	height: 30px;
	width: 100%;
	background-color: #7d9aad;
	text-align: center;
	padding-top: 10px;
	position: fixed;
	z-index: 1;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 8px;
	font-weight: bold;
	padding-left: 8px;
}
#navigation a:hover {
	color: #92c7c3;
}
#header {
	background-color: #92c7c3;
	height: 250px;
	text-align: center;
	width: 100%;
	padding-top: 60px;
}
#content-printweb {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 850px;
}
.header-bar {
	font-size: 15px;
	color: #7d9aad;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.portfolio {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
}
.portfolio a {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	width: 233px;
	height: 233px;
	display: block;
}
.popup-gallery {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
}
.popup-gallery a {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	width: 233px;
	height: 145px;
	display: block;
}
.full img    {
	width: 100%;
}
a:hover.fade img{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#content-photography {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#content-photography a {
	height: 233px;
}
#content-about {
	background-color: #92c7c3;
	width: 100%;
}
.about-section {
    height: 580px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.about-image {
	float: left;
	width: 350px;
	padding-top: 30px;
}
.about-mobile{
    display: none;
}
a#request {
	dispay: block;
	width: 80%;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #7d9aad;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
	text-decoration: none;
}
a:hover#request {
	background-color: #a1b5c3;
}
#hello {
	display: inline-block;
	padding-bottom: 10px;
}
#hello-mobile{
	display: none;
}
.one-half {
	float: left;
	width: 360px;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	color: #ffffff;
}
a.social {
	display: inline-block;
	width: 30px;
	margin-right: 8px;
	height: 30px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
a:hover.social {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.one-quarter {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.resume-bar {
	background-color: #7d9aad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.resume-text {
	float: left;
}
#footer {
	background-color: #7d9aad;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #ffffff;
}
a.resume {
	dispay: inline-block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	margin-left: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #81cdc5;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
	text-decoration: none;
}
a:hover.resume {
	background-color: #a1dad4;
}
.anchor{
	display: block;
	height: 40px; /*same height as header*/
	visibility: hidden;
	margin-top: -40px;
}
.popup-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7d9aad !important;
}
.popup-subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7d9aad;
}
.popup-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


@media only screen and (max-width: 768px) {
   
 /* For mobile phones: */

body {
	background-image: none;
}
.anchor{
	display: block;
	height: 50px; /*same height as header*/
	visibility: hidden;
	margin-top: -50px;
}
#mobilenav {
	display: block;
	z-index: 2;
	width: 100%;
	position: fixed;
	background-color: #7d9aad;
}
#icons {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	display: none;
}
#header {
	height: inherit;
	padding-top: 50px;
}
#header img {
	width: 80%;
}
#content-printweb {
	background-color: #FFFFFF;
	width: 100%;
	height: inherit;
}
#content-web {
	background-color: #FFFFFF;
	width: 100%;
	height: inherit;
}
.portfolio a {
	float: none;
	margin-bottom: 13px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
.popup-gallery a {
	float: none;
	margin-bottom: 13px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#content-photography {
	background-color: #FFFFFF;
	width: 100%;
	height: inherit;
}
#content-about {
	width: 100%;
	height: inherit;
}
.about-section {
	width: 100%;
	height: inherit;
}
.about-image {
	display: none;
}
.about-mobile {
	display: block;
	width: 100%;
}
.about-mobile {
    padding-top: 30px;
	text-align: center;
}
#display {
	display: none;
	}
a#request {
	float: none;
}
#hello {
	display: none;
}
#hello-mobile{
	display: inline-block;
	margin-top: 15px;
	width: 90%;
	}
.one-half {
	float: none;
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
	text-align: center;
}
a.social {
	margin-right: 4px;
	margin-left: 4px;
}
#content-contact {
	background-color: #ffffff;
	width: 100%;
	height: inherit;
}
.one-quarter {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content-contact a:hover img  {
	height: 167px;
	width: 167px;
	margin-top: 0px;
}
#content-footer {
	width: 100%;
	height: inherit;
}
.resume-bar {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.resume-text {
	display: block;
	float: none;
	text-align: center;
}
a.resume {
	display: inline-block;
	float: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.resume-text img {
	width: 80%;
	max-width: 353px;
}
.resumes {
	margin-top: 10px;
	float: none;
	width: 142px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	height: inherit;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 10px;
}