/* This stylesheet is meant for custom styles, on top of The Sylk Template */

h1, .h1 {
  font-size: 62px;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 300;
}

h5, .h5 {
  font-size: 14px;
}

a:hover, a:focus {
  color: #c5c5c5;
  text-decoration: none;
}

#lightbox .lightbox-inner {
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 1440px;
  height: 960px;
  max-width: 80vw;
  max-height: 80vh;
}

#lightbox .controls .galleryNext:hover, #lightbox .controls .galleryPrev:hover {
    background: rgba(0, 0, 0, 0.0);
}

#main-header a.brand .name {
  font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  margin-right: 20px;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
}

#main-header a.brand .title {
  font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.15em;
  letter-spacing: -0.025em;
  color: #fff;
  opacity: .5;
}

.main-nav {
  font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: .125em;
  text-transform: uppercase;
}

.main-nav ul li a {
  opacity: .6;
}

.bg.faded {
  opacity: .9;
}

.bg.dark {
  opacity: .6;
}

.slider.fs {
  position: fixed;
  top: 0;
  z-index: 0;
}

.vbottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 150px 25px;
}

.item img {
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.item img:hover {
	background: #000;
    opacity: .6;
}

.item-info {
	margin: 50px 0 0 50px;
}

.item-title {
	font-size: 2rem;
	letter-spacing: .5px;
	text-transform: capitalize;
	transition: all .3s linear;
	margin-top: 3px;
}

.slider.offset {
    top: 70px;
    left: 40px;
    right: 40px;
    bottom: 40px;
}

@media screen and (max-width: 992px) {
  .slider.offset {
    top: 75px;
    left: 15px;
    right: 15px;
    bottom: 15px;
} 

#main-header .main-nav ul li ul.dropdown {
    padding-top: 0px;
}
    
.vbottom {
    visibility: hidden;
}
