
@import url("contact-form.css");
@import url("fonts.css");

/*
* === FOR THE OLDER BROWERS ===
*/

html, body {
	width: 100%;
	height:100%;
	margin:0;
	padding: 0;
	font-size: 62.5%;
	font-family: 'Roboto', sans-serif;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

/*
* === SOCIAL MEDIA LINKS ===
*/

.ap-nav {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 10;
}
.ap-nav-inner {
	clear: both;
	padding: 0 0 5px 0;
	display: block;
}

/*
* === Hero ===
*/

#hero {
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1024.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1024.jpg', sizingMethod='scale')";
        background: url(../img/hero-1024.jpg) no-repeat center center scroll;
    }

@media screen and (min-width: 1921px) { /* Displays above 1920px width */
    #hero {
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero.jpg', sizingMethod='scale')";
        background: url(../img/hero.jpg) no-repeat center center scroll;
    }
}

@media screen and (min-width: 1367px) and (max-width:1920px) { /* Displays between 1366 and 1920px width */
    #hero {
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1920.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1920.jpg', sizingMethod='scale')";
        background: url(../img/hero-1920.jpg) no-repeat center center scroll;
    }
}

@media screen and (min-width: 1025px) and (max-width:1366px) { /* Displays between 1024 and 1366px width */
    #hero {
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1366.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1366.jpg', sizingMethod='scale')";
        background: url(../img/hero-1366.jpg) no-repeat center center scroll;
    }
}

@media screen and (max-width:1024px) { /* Displays below 1024px width */
    #hero {
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1024.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hero-1024.jpg', sizingMethod='scale')";
        background: url(../img/hero-1024.jpg) no-repeat center center scroll;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 2) { /**  RETINA IMAGES **/
	#hero {
		background: url(../img/hero.jpg) no-repeat center center scroll;
	}
}

#hero {
	min-height:100%;
	min-height: 100vh;
	width:100%;
	background-color: #000;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-bottom: 25px;
  	z-index: 100;
}

#heroTopBar {
	width:100%;
	margin:0;
	background: #fff;
	height:40px;
	line-height: 40px;
}

#heroTopBar img {
	vertical-align: middle;
	margin-left: 25px;
}

#heroContent {
	width: 45%;
	margin-left: 10%;
	color: #fff;
}

#heroContent h1 {
	margin-top: 30%;
	font-size: 80px;
	font-size: 8rem;
	font-family: bebas_neue_regular;
	text-shadow: 0 0 34px rgba(0,0,0,0.5);
}

#heroContent h2 {
	margin-top: 2.5%;
	font-size: 30px;
	font-size: 3rem;
	font-family: bebas_neue_light;
	text-shadow: 0 0 34px rgba(0,0,0,0.96);
}

.main-image-link {
	margin-top: 2.5%;
	display: inline-block;
	background-color: rgba(0, 0, 0, .35);
	height: 50px;
	width: 150px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-family: bebas_neue_regular;
	font-size: 22px;
	line-height: 50px;
	margin-right: 5px;
	text-decoration: none;
}

.main-image-link:hover {border-color: #ed008c;color: #ed008c;}

.main-image-link a { color: #fff; text-decoration: none; }
.main-image-link a:active { color: #fff; text-decoration: none; }
.main-image-link a:hover { border-color: #ed008c; color: #ed008c; text-decoration: none; }
.main-image-link a:visited { color: #fff; text-decoration: none; }

/*
* === Mobile Hero ===
*/

#mobileHero {
	display: none;
	width:100%;
	height:50%;
	height:50vh;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo-square.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo-square.png', sizingMethod='scale')";
	background: url(../img/logo-square.png) no-repeat center top; 
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
}

@media screen and (max-width: 630px) {

	#hero {
		display: none;
	}

	#mobileHero {
		display: block;
	}
	.ap-nav {
		right:-100px;
	}
	
}

/*
* === Featured In ===
*/

#featuredIn {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-bottom: 50px;
}

.featured-in-block {
	display: inline-block;
	*display: inline;
    zoom: 1;
	text-align: center;
	margin: 30px 0;
	padding: 0 5%;
}

@media screen and (min-width: 631px) /* Desktop */ {

	#featured-in-width {
		width: 75%;
		margin: 0 auto;
	}
}

/*
* === Featured Photos ===
*/

#featuredPhotos {
	width: 100%;
	margin:0;
	padding: 0;
	font-size: 0 !important;
	padding-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.featured-photo {
	position: relative;
	display: inline-block;
	float:left;
	font-size: 0;
	background-color: #000000;
	overflow: hidden;
	max-height: 100vh;
	text-align: center;
}

.featured-photo img {
	display: inline-block;
	margin: 0 auto;
}

.featured-w {
	width:100%;
	width:100vw;
	overflow: hidden;
}

.featured-w img {
	width: 100%;
	vertical-align: bottom;
}

.featured-s {
	width: 50%;
	height:50vw;
}

.featured-s img {
	height: 100%;
	width: auto;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.featured-s-h {
	width: 50%;
	height:50vw;
}

.featured-s-h img {
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.featuredDesc {
	display: none;
	position: absolute;
	color: #fff;
	bottom: 0;
	right:0;
	padding: 0 15px 15px 0;
	text-align: right;
	font-family: bebas_neue_regular;
	text-shadow: 0 0 34px rgba(0,0,0,0.5);
}

.featuredDesc h1 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 2px;
}

.featuredDesc h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 2px;
}

.featuredDesc h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

/*
* === Biography ===
*/

#biography {
	width: 100%;
	padding-bottom: 50px;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

#bio-text{
	display: block;
	text-align: justify;	
	padding: 50px 0 0 0;
	margin: auto;
	width: 500px;
}

#bio-text h3 {
	display: inline;
	font-size: 30px;
	font-size: 3rem;
	font-family: bebas_neue_regular;
    vertical-align: bottom;
}

.fact-box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width:300px;
	margin-top: 25px;
}

.fact-title {
	color: #01AEF0;
	margin-top: 25%;
	margin-bottom: 10%;
	font-size: 30px;
	font-size: 3rem;
	font-family: 'bebas_neue_bold', sans-serif;
}

@media screen and (max-width: 630px) /* Mobile */ {

	#bio-text {
		width:90%;
	}

	.fact-box {
		display: none;
	}
}

/*
* === The Photos Styles ===
*/

#thePhotos {
	width: 100%;
}

.mainPhotoContainer {
	width: 100%;
	min-height:60vh;
	margin: -5px 0;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-color: #000;
  	position: relative;
  	overflow: hidden;
  	z-index: 100;
}

@media screen and (max-width: 1023px) /* Mobile */ {

	.mainPhotoContainer {
		background-attachment: scroll;
	}
}

.mainPhotoContainer h1 {
	font-family: bebas_neue_bold;
  	font-size: 180px;
  	font-size: 18rem;
  	font-size: 18vw;
  	color: #fff;
  	padding: 2% 0 0 2%;
}

    #thePhotos_landscapes {
	background-image: url(../img/categories/1024/landscape.jpg);
	}

	#thePhotos_nature {
		background-image: url(../img/categories/1024/nature.jpg);
	}

	#thePhotos_portraits {
		background-image: url(../img/categories/1024/portrait.jpg);
	}

	#thePhotos_sport {
		background-image: url(../img//categories/1024/sport.jpg);
	}

	#thePhotos_misc {
		background-image: url(../img//categories/1024/misc.jpg);
	}

@media screen and (min-width: 1367px) { /* Displays above 1366px width */
    #thePhotos_landscapes {
	background-image: url(../img/categories/1920/landscape.jpg);
	}

	#thePhotos_nature {
		background-image: url(../img/categories/1920/nature.jpg);
	}

	#thePhotos_portraits {
		background-image: url(../img/categories/1920/portrait.jpg);
	}

	#thePhotos_sport {
		background-image: url(../img//categories/1920/sport.jpg);
	}

	#thePhotos_misc {
		background-image: url(../img//categories/1920/misc.jpg);
	}
}

@media screen and (min-width: 1025px) and (max-width:1366px) { /* Displays between 1024 and 1366px width */
    #thePhotos_landscapes {
	background-image: url(../img/categories/1366/landscape.jpg);
	}

	#thePhotos_nature {
		background-image: url(../img/categories/1366/nature.jpg);
	}

	#thePhotos_portraits {
		background-image: url(../img/categories/1366/portrait.jpg);
	}

	#thePhotos_sport {
		background-image: url(../img//categories/1366/sport.jpg);
	}

	#thePhotos_misc {
		background-image: url(../img//categories/1366/misc.jpg);
	}
}

@media screen and (max-width:1024px) { /* Displays below 1024px width */
    #thePhotos_landscapes {
	background-image: url(../img/categories/1024/landscape.jpg);
	}

	#thePhotos_nature {
		background-image: url(../img/categories/1024/nature.jpg);
	}

	#thePhotos_portraits {
		background-image: url(../img/categories/1024/portrait.jpg);
	}

	#thePhotos_sport {
		background-image: url(../img//categories/1024/sport.jpg);
	}

	#thePhotos_misc {
		background-image: url(../img//categories/1024/misc.jpg);
	}
}

@media all and (-webkit-min-device-pixel-ratio: 2) { /**  RETINA IMAGES **/
    #thePhotos_landscapes {
	background-image: url(../img/categories/1920/landscape.jpg);
	}

	#thePhotos_nature {
		background-image: url(../img/categories/1920/nature.jpg);
	}

	#thePhotos_portraits {
		background-image: url(../img/categories/1920/portrait.jpg);
	}

	#thePhotos_sport {
		background-image: url(../img//categories/1920/sport.jpg);
	}

	#thePhotos_misc {
		background-image: url(../img//categories/1920/misc.jpg);
	}
}

.primaryPhotos {
	display: none;
	text-align: center;
	width:100%;
	padding: 50px 0;
	margin-top: 20vh;
	position: absolute;
	bottom: 0;
	border: 0;
}

.primaryPhotos .thumb {
	position: relative;
	display: inline-block;
  	width: 200px;
  	width: 20vw;
  	height: 200px;
  	height: 20vw;
  	margin: 0 2.2vw;
  	overflow: hidden;
}

.primaryPhotos .thumb .plus {
	position: absolute;
	font-size: 16px;
	color: #fbffff;
	bottom:10px;
	right: 50%;
	margin-right: -12px;
}

.primaryPhotos .thumb img {
position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.triangleLeft {
	height:30px;
	position: absolute;
	left: -11%;
	width: 60%;
	top:-30px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: skew(45deg);
	   -moz-transform: skew(45deg);
	     -o-transform: skew(45deg);
	     	transform: skew(45deg);
}

.triangleRight {
	height:30px;
	position: absolute;
	right: -11%;
	top:-30px;
	width: 60%;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: skew(-45deg);
	   -moz-transform: skew(-45deg);
	     -o-transform: skew(-45deg);
	     	transform: skew(-45deg);
}

.showPhotos {
	position: absolute;
	bottom:0px;
	right: 25px;
	color: #fff;
	font-size: 50px;
	padding-bottom:25px;
	transition: all 0.25s ease-in-out;
}

.showPhotos:hover {
	color: #ca2188;
	cursor: pointer;
}

.showAll {
	font-size: 20px;
	position: relative;
	bottom: -25px;
	transition: all 0.25s ease-in-out;
}

.showAll a { color:#9e9e9e; text-decoration: none;}
.showAll a:visited { color:#9e9e9e; text-decoration: none;}
.showAll a:active { color:#ED008C; text-decoration: none;}
.showAll a:hover { color:#ED008C; text-decoration: none;}

@media screen and (max-width: 630px) /* Mobile */ {

	.mainPhotoContainer  {
		background-attachment: scroll;
		height:100vh;
	}

	.primaryPhotos .thumb {
		position: relative;
		display: inline-block;
	  	width: 45vw;
	  	height: 45vw;
	  	margin: 2.5vw 2.5vw;
	  	overflow: hidden;
	}
}

.photoTitle:hover {
	cursor: pointer;
}

/*
* === Contact Styles ===
*/

#contact {
	width: 100%;
}

#contactFormHolder {
	width: 520px; 
	margin: 0 auto;
	padding: 25px;
	background-color: #b5b5b5;
	margin-bottom: 50px;
}

@media screen and (max-width: 630px) /* Mobile */ {

	#contactFormHolder {
		width:80vw;
	}
}

/*
* === Footer Styles ===
*/

#footer {
	width: 100%;
	min-height: 200px;
	background: #2e3643;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 25px;
}

.footer-block {
	padding: 10px 0 25px 0;
	text-align: center;
}

.footer-block li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 34px;
	font-size: 3.4rem;
	font-family: bebas_neue_bold;
	margin-left:25px;
	margin-left:3vw;
}

.footer-block li:first-child {
	margin-left:0;
}

.footer-block a {text-decoration: none; color: #b52899;}
.footer-block a:visited {text-decoration: none;color: #b52899;}

.footer-block a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: color 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: color 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: color 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.footer-block i {
font-size: 30px;
}

.footer-copyright {
	color: #4f5669;
	padding: 25px 0 25px 0;
	text-align: center;
	font-size: 12px;
}

#lvl87 {
	color: #4f5669;
	font-size: 12px;
	width: 56px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#lvl87 img {
	margin-top: 5px;
}

#socialButtons {
	margin-top: 50px;
}

#socialButtons ul li {
	margin:0 25px;
	width:50px;
	height:50px;
	background-color: #b8bdc1;
	border:1px solid #b8bdc1;
	border-radius: 25px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	transition: background-color 0.5s ease;
}

#socialButtons ul li:hover {
	background-color: #2e3643;
}

#socialButtons a { color: #2e3643;}
#socialButtons a:visited { color: #2e3643;}
#socialButtons a:active { color: #b8bdc1;}
#socialButtons a:hover { color: #b8bdc1;}


@media screen and (max-width: 630px) /* Mobile */ {

	.footer-block-center {
		width:90%;
	}

	.footer-block {
		padding: 20px 0 25px 0;
		display: block;
		width: 100%;
	}
}

/* End of footer styles */

/*
* === Common Styles ===
*/

.hatched-title-bar {
	height: 100px;
	text-align: right;
	background-image: url(../img/hatch.gif);
	margin-bottom: 25px;
}

.hatched-title-bar-text {
	height: 100px;
	line-height: 100px;
	width: 100%;
	color: #fff;
	font-family: bebas_neue_bold;
	font-size: 50px;
	font-size: 4.5vw;
}

@media screen and (min-width: 631px) /* Desktop */ {
 
  .hatched-title-bar {
  	position: relative;
  	margin:4% 0;
	width: 40%;
  	left: -4%;
    -webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	     	transform: skew(20deg);
  }

  .hatched-title-bar-text {
  	text-align: right;
  	position: relative;
  	left: -4%;
	-webkit-transform: skew(-20deg);
   	   -moz-transform: skew(-20deg);
     	 -o-transform: skew(-20deg);
     		transform: skew(-20deg);
	}
}

@media screen and (max-width: 630px) /* Mobile */ {

	.hatched-title-bar {
		text-align: center;
		width:100%;
	}
	.hatched-title-bar-text {
	font-size: 75px;
	font-size: 16vw;
	}
}

.clear {
	clear: both;
}