html {
    overflow: scroll;
    overflow-x: hidden;
    min-height: 100%;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Pop-up contact form modal */
.bg-modal {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: flex;
	visibility:hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
	justify-content: center;
	align-items: center;
	z-index: 20;
	overflow:auto;
}

.modal-contents {
	height: 500px;
	width: 500px;
	background-color: #2B2D2F;
	text-align: center;
	padding: 20px;
	position: relative;
	border-radius: 4px;
	z-index: 20;
}

h2 {
    color: #c89542;
}

input {
	margin: 15px auto;
	display: block;
	width: 80%;
	padding: 8px;
	border: 1px solid gray;
	font-family: "Avenir-Light";
}

textarea {
	margin: 15px auto;
	display: block;
	width: 80%;
	height: 250px;
	padding: 8px;
	border: 1px solid gray;
	font-family: "Avenir-Light";
	resize:  none;
}

.btn{
	width: 80%;
	padding: 0.5rem 1rem;
	background-color: #c89542;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
	font-family: "Avenir-Light";
}

.btn:hover{
    background-color: #DAA520;
}

.close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 42px;
	color: #f4f4f4;
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 20;
}

.btnmid{
	width: 80%;
	padding: 0.5rem 1rem;
	background-color: #c89542;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
	font-family: "Avenir-Light";
	margin-left: 10%;
}

.btnmid:hover{
    background-color: #DAA520;
}

/* Pop-up contact form modal end */



body{	
margin: 0;
padding: 0;
font-family: "Avenir-Light";
background-color: #f4f4f4;
min-height: 100vh;
display: flex;
flex-direction: column;
}



img{
-webkit-user-select:none;
-webkit-touch-callout:none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-ms-user-select: none;
}

section.sec1{
	width: 100%;
	height:70px;
	box-sizing: border-box;
	background-color: #000000;
}

section.sec2{
	width: 100%;
	height:70px;
	box-sizing: border-box;
}


header nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	color:#000!important;
	background-color:rgba(0,0,0,1);
	padding: 0 0px;
	box-sizing: border-box;
	z-index: 10;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


header nav .brand{
	float: left;
	height: 100%;
	line-height: 70px;
}


header nav .brand a img{
	margin: 0;
	padding: 0;
	float: left;
	max-height: 70px;
}

.navbar{
	right:0;
	display: flex;
	margin: 0;
	padding: 0px 25px;
}

.navigation ul {
    list-style: none;
    padding-left: 0;
    position: absolute;
}

.navbar ul li{
	list-style: none;
}

header nav ul li a{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	width: 48px;
	font-size: 14pt;
}

	header .current a{
		font-weight: none;
		color: #c89542;
		text-shadow:none;
	}

	a#leftabit.current{
		font-weight: none;
		color: #c89542;
		text-shadow:none;
	}

	#leftabit{
	padding: 0px 30px 0px 15px;
}
	
	#leftabitcurrent{
	padding: 0px 30px 0px 15px;
	font-weight: none;
	color: #;
	text-shadow:none;
}
	

header nav ul li a:hover{
		font-weight: none;
		color: #c89542;
	}

.drop{position: relative;}

.dropdown ul li{
	visibility: hidden;
	opacity: 0;
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(-3em);
	z-index: -1;
	transition: opacity 0.7s ease 0s, visiblity 0s linear 0.7s, z-index 0s linear 0.07s;
}

.drop:hover .dropdown ul li{
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	transition-delay: 0s, 0s, 0.7s;
}

.dropdown a{
	height: 35px;
	line-height: 35px;
	padding: 0px 15px 0px 15px;
	width: 150px;
	display: block;
	background-color:rgba(0,0,0,0.7);
}

li#last{
	padding-bottom: 10px;
}

.toggle{
	display:none;
	height: 70px;
	line-height: 70px;
	text-align:right;
	box-sizing: border-box;
	font-size: 25px;
	color: #ffffff;
}

.toggle a{
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
}

li a#button{
	cursor: pointer; 
}


@media (max-width: 896px){
	.toggle{
		right:0;
		display: block;
		margin: 0;
		padding: 0;
	}

	.navbar {
	    display: none;
	    margin-top: 70px;
	    background-color:rgba(0,0,0,0.9);
	    padding: 0px 0px 15px 0px;
	    text-align: center;
	    width: 100%;
	    z-index: 10;
	}

	ul li.navbar {
		display:block;

	}
	
	.active{
		display:block;
	}

header nav ul li a{
	display: inline-block;
	height: 30px;
	line-height: 60px;
	color: #ffffff;
	text-decoration: none;
	z-index: 10;
}

li a#button{
	padding: 0px 26px 0px 15px;
}

	header .current a{
		font-weight: none;
		color: #c89542;
		text-shadow: none;
	}

#leftabitcurrent{
	text-shadow: none;
}

header nav ul li ul li a {
	width:100%;
	padding: 0px;
	z-index: 10;
}

li#last{
	padding-bottom: 0px;
}


header nav ul li a:hover{
		font-weight: none;
		color: #c89542;
		text-decoration: none;
	}

.dropdown ul li{
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(-3em);
	z-index: -1;
	transition: opacity 0.3s ease 0s, visiblity 0s linear 0.3s, z-index 0s linear 0.01s;
}
.drop:hover .dropdown ul li{
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	transition-delay: 0s, 0s, 0.3s;
	text-align: center;
	display: block;
}
.drop:hover .dropdown ul{
    width: 100%;
    position: static;
    z-index: 10;
}
.drop:hover .dropdown a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	width: 100%;
	background-color:rgba(255,255,255,0.3);
	text-align: center;
}
}



	/* Main-col */
	article#main-col{
		width: 50%;
		font-size: 17px;
		margin-bottom: 60px;
		padding: 0px 60px;
	}

	article#client-col{
		text-align: center;
		width: 100%;
	}

	h1.about{
		font-size: 30px;
		font-weight: bold;
	}

	h2.about{
		font-size: 30px;
		font-weight: bold;
		color: black;
	}

	a#form{
		cursor: pointer; 
		color: #c89542;
	}

	/* Sidebar*/
	aside#sidebar{
		width: auto;
		margin-top: 50px;
	}

	#mike{
		width: 100%;
		height: auto;
		padding-top: 30px;
	}

	.container{
		width: 80%;
		margin: auto;
		overflow: hidden;
	}

@media (max-width: 896px){

	article#main-col{
		width: 100%;
		font-size: 17px;
		margin-bottom: 0px;
		padding: 0px;
	}

		aside#sidebar{
		width: 100%;
		margin-bottom: -10px;
		margin-top: 0px;
	}

	#mike{
		width: 50%;
		height: auto;
		margin-left: 25%;
	}

}


	/* Footer*/

	footer{
		padding: 2px;
		margin-top: auto;
		background-color: #000000;
	}

	footer p{
		font-size: 15px;
		font-family: Avenir-Light;
		color: #c89542;
		font-weight: none;
		margin-left: 40%;
	}

ul.social-icons {
 padding:  0px 25px;
  }  

.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:25px;
  height:25px;
  margin-right: 20px;
  -webkit-transition: background-image 0.6s ease-in-out;
}

#facebook
{
    background: url("../img/facebook.png");
    background-size: 25px;
}

#facebook:hover
{
    background: url("../img/facebook2.png");
    background-size: 25px;
}

#instagram
{
    background: url("../img/instagram.png");
    background-size: 25px;
}

#instagram:hover
{
    background: url("../img/instagram2.png");
    background-size: 25px;
}

#flickr
{
    background: url("../img/flickr.png");
    background-size: 25px;
}

#flickr:hover
{
    background: url("../img/flickr2.png");
    background-size: 25px;
}

#linkedin
{
    background: url("../img/linkedin.png");
    background-size: 25px;
}

#linkedin:hover
{
    background: url("../img/linkedin2.png");
    background-size: 25px;
}

#shutterstock
{
    background: url("../img/shutterstock.png");
    background-size: 25px;
}

#shutterstock:hover
{
    background: url("../img/shutterstock2.png");
    background-size: 25px;
}



.flex {
  display: flex;
  justify-content: space-between;
}

.flex div {
  padding: 1em;
}

@media (max-width: 896px){
	.flex{
		display: block;
	}

	footer p{
		text-align: center;
		margin-left: auto;
	}

	.social-icons {
		margin-top: 0px;
		text-align: center;
  }  

}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../default/loading.gif) no-repeat 50% 50%;
    margin-bottom:3px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 5px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


	/* Showcase */
	#showcase{
		min-height: 350px;
		background: url('../portfolio/landscapes/stars2.jpg') no-repeat 0 -150px;
		text-align: center;
		color: #ffffff; 
		box-shadow:0 2px 5px 0 rgba(0,0,0,0.3),0 2px 10px 0 rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}

	#showcase h1{
		margin-top: 100px;
		font-size: 55px;
		margin-bottom: 10px;
		color: #c89542;
	}

	#showcase p{
		font-size: 20px;
		color: #f4f4f4;
	}

@media (max-width: 896px){
		#showcase h1{
		margin-top: 75x;
		font-size: 35px;
		margin-bottom: 10px;
		color: #c89542;
	}

	#showcase p{
		font-size: 16px;
		color: #f4f4f4;
	}
}
#main{
	text-align:center;
}

.client{
	display:inline-block;
}
.clientele img{
	padding:  10px 20px;
}

@media (max-width: 896px){
	.clientele img{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 60%;
}
	}

#link {
	text-decoration: none;
	color: #c89542;
}

#link:hover {
	text-decoration: none;
	color: #000000;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}



/* Gallery 16:9 Ratio*/

.gallery{
	margin: 10px 15px;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    text-align: center;
}
.gallery img{
	width: 320px;
	height: 180px;
	padding: 0px 0px;
	margin: 10px;
	filter: grayscale(50%);
	transition: 1s;
	border-style: solid;
	border-color: #643b1e;
	border-width: 3px;
	box-shadow: 
    	0px 0px 0px 2.5px #e6b376,
    	0px 0px 0px 6px #905d2b,
		10px 10px 5px #8a795d;
}

.gallery img:hover{
	filter: grayscale(0%);
	transform: scale(1.03);
}

h1.gallerytitle{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

a.galleryart{
	text-align: center;
}


.gallery img.vertical{
	width: 160px;
	height: 241px;
	filter: grayscale(50%);
	transition: 1s;
}

.gallery img.vertical:hover{
	filter: grayscale(0%);
	transform: scale(1.03);
}

#landscapes{
position: relative;
padding-top: 100px; //(whatever distance from the top of the page you want)
}

#wildlife{
position: relative;
padding-top: 100px; //(whatever distance from the top of the page you want)
}

#action{
position: relative;
padding-top: 100px; //(whatever distance from the top of the page you want)
}

#portrait{
position: relative;
padding-top: 100px; //(whatever distance from the top of the page you want)
}

#events{
position: relative;
padding-top: 100px; //whatever distance from the top of the page you want
}


/* Error */

h1#error{
 	text-align: center;
 	font-size: 40pt;
 	padding-top: 0px;
 }

 @media (max-width: 896px){

h1#error{
 	text-align: center;
 	font-size: 20pt;
 	padding-top: 0px;
 }
}

.social{
	display: flex;
 	justify-content: center;
 	align-items: center;
    padding:  0px 25px;
}
.social li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social li a {
  border-bottom: none;
  }
.social li img {
  width:50px;
  height:50px;
  margin-right: 30px;
}

@media (max-width: 896px){

.social li img {
  width:30px;
  height:30px;
  margin-right: 20px;
}
}

#showcase4{
	min-height: 550px;
	background: url('../img/light.jpeg') no-repeat 0px -600px;
	text-align: center;
	color: #ffffff; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.3),0 2px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 5px;
}

@media (max-width: 896px){
#showcase4{
	min-height: 390px;
	background: url('../img/light.jpeg') no-repeat -500px -740px;
	text-align: center;
	color: #ffffff; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.3),0 2px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 5px;
}
}

 p.error2{
 	text-align: center;
 }
 
 p.error2 a{
 	text-decoration: none;
 	color: #c89542;
 }
#showcase2{
	min-height: 550px;
	background: url('../img/lost.jpg') no-repeat 0px -200px;
	text-align: center;
	color: #ffffff; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.3),0 2px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 5px;
}

@media (max-width: 896px){
#showcase2{
	min-height: 390px;
	background: url('../img/lost.jpg') no-repeat -600px -350px;
	text-align: center;
	color: #ffffff; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.3),0 2px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 5px;
}
}
/* Error/Thanks end */

.showcase3 {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    padding-bottom: 3px;
};



