/* Style
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,700');

body {
    margin:0;
    font-family: 'Montserrat', sans-serif;
    background-color: #383838;
    color:#eee;
}
article {
    background-color: #eee;
    padding: 30px 8% 10px 8%;
    text-align: center;
    color:#383838;
}
article h1{
    margin-top: 0;
    font-size: 2em;
    padding-top: 10px;
    font-weight: 500;
}
article h3{
    font-size: 1.5em;
    font-weight: 500;

}
p{
    font-weight: 300;
    font-size: 14px;
}

.title{
   font-size: 1.2em;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-weight: 500;
}
header a{
   color:#eee;
}
.togglemenu, .close{
    position: absolute;
    right:8%;
    top:40px;
    margin-top:2px
  }
  .close{
      top:10px;
        color:#383838;
    }

ul{
   list-style: none;
   padding-left: 0;
}
h1{
   font-weight: 500;
}
header{
  padding-left: 8%;
  padding-top: 40px;
  z-index: 9999;
  background-color: #383838;
  color:#eee;
  padding-bottom: 40px;
}
nav{
  text-align: center;
  position: absolute;
  box-shadow: 0 0 20px #999;
  background-color: #eee;
  width: 100%;
  height: 400px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right:0%;
  z-index: 9997;
  font-size: 0.9em;
  top:0;
  padding-top: 65px;
}
nav li{
  padding-top: 30px;
}

nav a{
  color: #383838;
}
nav a:hover{
  color: silver;
}
.active a{
  color:tan;
}
a{
  text-decoration: none;
  color:#383838;
}

.activeTab{
  color:tan;
}
.categorylist li{
   display: inline-block;
   text-transform: uppercase;
   font-size: 0.8em;
   font-weight: 400;
   letter-spacing: 1px;
   width: 30%;
   padding: 10px 0;
   text-align: center;
   margin-bottom: 10px;
}
.categorylist {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 15px 0;
}
.categorylist li:hover{
   color: silver;
   cursor: pointer;
}
.imgcontainer{
   background-color: #eee;
   padding:0 0 0 8%;
}

.categorized {
    width: 44.53%;
    box-shadow: 0 0 3px #aaa;
    margin:1% 2% 1% 0%;
}
.categorized:hover {
    box-shadow: 0 0 20px #999;
    cursor: pointer;
}

.lightbox{
    width: 100%;
    position: fixed;
    background:rgba(0,0,0,0.8);
    top:0;
    z-index: 9998;
    text-align: center;
}
 .forward, .backward{
    position: fixed;
    background:rgba(0,0,0,0.3);
    color:#eee;
    border-radius: 50px;
    padding:10px 15px;
    z-index: 9999;
    top:50%;
    left:20px;
}
.forward{
    right: 20px;
    left:auto;

}
.forward:hover, .backward:hover{
    color: grey;
    background:rgba(0,0,0,0.8);
    cursor: pointer;
}
.insidelightbox{
    width: 100%;
    position: absolute;
}


#slideshow {
  position: relative;
  width: 100%;
  background-color: #eee;
  height: 800px;
  overflow: hidden;
  z-index: 777;
}
#slideshow img{
  width: 100%;
}

#slideshow div {
  position: absolute;
  top:0;
  width: 100%;

}
#slideshow p {
  position: absolute;
  background-color: hsla(180,0%,100%,0.6);
  top: 0;
  margin-top:0;
  width: 100%;
  height: 100%;
}

.slidetext{
    position: absolute;
    z-index: 9989;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    color:#383838;
    margin-top: 20px;
    letter-spacing: -1px;
}
.slidetext h1, .slidetext h2{
    font-weight: 500;
    text-shadow: 0 0 40px #fff;
    margin-bottom: 0;

}
.photolink:hover{
  text-shadow: 0 0 12px silver;
  cursor: pointer;
}
.photolink{
    font-weight: 500;
    font-size: 0.6em;
    letter-spacing: 1px;
    text-shadow: 0 0 12px white;
    padding:10px;
    width: 160px;
    margin: 0 auto;
}
footer{
    font-weight: 300;
    text-align: center;
    font-size:0.6em;
    padding: 30px;
}
footer p{
  font-size:1.1em;
  color:#999;
  }
footer a{
  color:#999;

}
footer a:hover{
    color:tan;
}

h4{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.9em;
  font-weight: 500;
}
hr{
  color:transparent;
  border: 0;
  border-top: 1px solid #eee;
}

aside p{
  line-height: 35px;
}
aside i{
  margin-right: 15px;
}

.clear{
  clear:both;
}
.loader{
  position: fixed;
  top:120px;
  text-align: center;
  padding-top: 20%;
  color:#383838;
  width: 100%;
  min-height: 100%;
  height:100vh;
  background-color:#eee;
}

.scrollup{
  position: fixed;
  bottom:15px;
  right:15px;
  background-color: rgba(140, 140, 140, 0.7);
  color:#eee;
  padding: 10px 14px 13px 14px;
  border-radius: 2px;
  text-align: center;
}
.scrollup:hover{
  background-color: rgba(100, 100, 100, 0.9);
  cursor: pointer;
  }





@media only screen and (min-width: 600px) { /* SCREENS BIGGER THAN 600 */
  .categorized {
      width: 29.1%;
  }
  .insidelightbox{
      width: 70%;
  }
  .title{
     font-size: 2em;
     letter-spacing: 3px;
  }
  .aboutdiv{
    width: 30%;
    margin-top: 100px;

  }


  nav{
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    right:8%;
    font-size: 0.8em;
    top: 16px;
    position: absolute;
    background-color: transparent;
    width: auto;
    height: auto;
    padding-top: 0;
    box-shadow: 0 0 0 ;
  }
  nav li{
    padding-top: 5px;
  }
  nav li a{
    color:#eee;
  }
  .close{
    display: none;
  }
  .togglemenu{
    display: none;
  }
  .slidetext{
      font-size: 1.6em;
  }
  .slidetext{
      margin-top: 100px
  }

  .aboutbanner{

    margin-top: 110px;

  }



}
@media only screen and (min-width: 900px) { /* SCREENS BIGGER THAN 800 */
  .categorized {
      width: 16.65%;
  }
  .categorylist li{
    margin-right:30px;
    width: auto;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    font-size: 0.8em;
    letter-spacing: 1px;
    border: none;
  }
  .categorylist{
    text-align: center;
     border-top: 1px solid #fff;
     border-bottom: 1px solid #fff;
     padding: 25px 0;
     margin-top: 40px;
  }
  .slidetext{
      margin-top: 180px
  }
  .aboutdiv{
    width: 20%;
    margin-top: 100px;
    padding: 20px 8%;
    height: 100%;
    padding-top: 80px;
    background-color: rgba(250, 250, 250, 0.5);
    position: absolute;
    z-index: 9998;

  }




}
