.simple-bar .logo {	max-width: 800px;	max-height: 26px;	bottom: 6px;}
.simple-bar.nav-sticky .logo{ max-height: 20px; bottom: 4px !important;}
.project .hover-state h1{font-size: 60px;}
.contact-photo{ max-height:600px;}
.contact-photo h1{margin-bottom: 100px;}
.photo-form-wrapper input[type="submit"]{font-size: 14px;}
.photo-form-wrapper input[type="submit"]:hover{ background-color: #000;}
.project {height: 250px;}

footer { padding-top: 30px; padding-bottom: 30px; font-size: 12px;}

.overlay:before{ opacity: 0.75;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.fade-overlay:before{opacity: 0;}
#myname{text-align: center; margin: 0 auto; display: block;}
footer.short-2 .contact-action{font-size: 13px;}
.top-bar .menu li a:hover{color: #000;}

@media (max-width: 768px) {
	.has-dropdown:hover:after{display: none;}
  	footer.short-2 .contact-action {margin-top: 25px; height:70px;}	
  	footer.short-2 .align-vertical {padding-top: 25px !important;text-align: left;padding-left: 18px;}
}

.background-image-holder.parallax-background{top:-12% !important;}	
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.top-bar .logo.logo-wide {
		bottom: 24px;
		margin-bottom: 22px;
	}
	.simple-bar .logo{bottom: 30px;}	
	.background-image-holder.parallax-background{top:-32% !important;}	
	#myname img{width: 80%;}
}

.pswp__share--download{display: none !important;}


/* gallery group ------------ */
.thisgallery {
  width: 100%;
  height: auto;
  float: left;
}
.thisgallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  margin: 0 12px 12px 0;
  width: 171px;
  line-height: 0;
}

.thisgallery figure {
  display: none;
}
.thisgallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#photos a{
	background-color: #000; display: block; 
	opacity: 1;
}

#photos a img{ opacity: 1; }
#photos a:hover img{ opacity: .75; z-index: 100; 
-webkit-box-shadow: 0px 4px 10px 2px rgba(50, 50, 50, .7);
-moz-box-shadow:   0px 4px 10px 2px rgba(50, 50, 50, .7);
box-shadow:         0px 4px 10px 2px rgba(50, 50, 50, .7);}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}