body,html{
	margin: 0;
}

.content{

  display: none;
}

#nav{
  background-color: white;
  padding: 20px;

}

#nav-home {
  overflow: hidden;
  width: auto;
  height: 100%;
  position: relative;
  background: url("../facebook-cover.jpg") no-repeat center center #111111;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 20px;
}

#nav-invert{
  background-color: white;
  padding: 20px;

}

#navlogo{
	height: 25px;
	width: 25px;
	transition: 0.5s;
}

#navlogo:hover{
	opacity: 0.5;
}

#hamburger-icon{
	height: 25px; 
	width: 25px;
	margin: auto;

}

#hamburger{
	float: left;
	transition: 0.5s;
	z-index: 1;
  opacity: 0.75;
}

#hamburger:hover{
	opacity: 0.5;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #080808; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}



/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.slider-wrapper {
  width: 100%;
  height:  calc(100vh - 65px);
  position: relative;
}

.slider-wrapper:hover { cursor: none; }

.before-wrapper {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  position: relative;
  background: url("../home/images/mtl-substill 2.jpg") no-repeat center center #111111;
  background-size: cover;
  background-attachment: fixed;
}

.before-wrapper:before {
  display: block;
  content: '';
  width: 100%; 
  height:100%;

}

.after-wrapper, .after-image {

}

.after-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.after-image {
	margin: 0
  display: block;
  width: auto;
  height: 100%;
  position: relative;

  background: url("../home/images/mtl-submov 2.jpg") no-repeat center center #efefef;
  background-size: cover;
  background-attachment: fixed;
}

#about{
  padding: 0 !important;
  height: 100%;
  overflow: hidden;
}

#abt-img{
  height: calc(100vh - 65px);
}

.social{
  height: 20px;
  width: 20px;
  transition: 0.3s;
}

.social:hover{
  opacity: 0.75;
}

#contact{
  height:  calc(100vh - 65px);
  /*background-color: #080808;*/
  background-color: #080808;
}

.blog{
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.blog a:hover{
  opacity: 0.45;
  text-decoration:none;
  transition: 0.5s;
  color: maroon;
}

.album-thmb{
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.gallery a:hover{
  transition: 0.5s;
  opacity: 0.75;
  text-decoration: none;
}

.gallery{
}

.album-layout img{
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}

.design-cover{
  width: 100%;
}



