/*
    Document   : index
    Created on : Oct 20, 2013, 10:05:04 AM
    Author     : Jesse
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: "Nobile";
    src: url("fonts/nobile-webfont.eot"),
         url("fonts/nobile-webfont.ttf") format('truetype'),
         url("fonts/nobile-webfont.woff") format('woff'),
         url("fonts/nobile-webfont.svg") format('svg')
         ;
}
@font-face {
    font-family: "Nobile";
    src: url("fonts/nobile_bold-webfont.eot"),
         url("fonts/nobile_bold-webfont.ttf") format('truetype'),
         url("fonts/nobile_bold-webfont.ttf") format('woff'),
         url("fonts/nobile_bold-webfont.ttf") format('svg')
         ;
    font-weight: bold;
}


body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #2b2b2b;
    color: #c4c4c4;
    font-family: Nobile, Arial, sans-serif; /* change to nobile sans before deployment*/
}

.ninja{
    display: none;
}



/*
 * Left Side / Nav
 */

.stuckleft{
    padding: 20px 16px;
    width: 240px;
    position: absolute;
    left:0px;
    top:0px;
    bottom:0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#logo img{
    width: 240px;
}

#menu{
    padding: 20px 0;
    flex: 1;
    overflow-y: auto;
}

.menuItem{
    margin: 8px 20px;
}

.menuItem a{
    font-size: 16px;
    font-weight: bold;
    color: #c4c4c4;
    text-decoration: none;
    cursor: pointer;
}

#portfolio{
    padding: 0 0 6px 16px;
}

#portfolio .gallery{
    margin: 8px;
}

#portfolio .gallery a{
    font-weight: normal;
    font-size: 13px;
}

#portfolio .gallery a.active{
    font-weight: bold;
}

#copyrights{
    position: static;
    font-size: 11px;
    padding: 25px 15px;
}

#copyrights.fixed{
  position: absolute;
    bottom: 0px;
    left: 0px;
  padding: 20px 31px;
}




/**
 * Content / Galleries
 */

 .content{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 280px;
    padding: 128px 40px;
}

.content a{
    color: deepskyblue;
    text-decoration: none;
}

.content a:visited{
    color: deepskyblue;
}

.content h1{
    margin: 0px 0px 20px 0px;
    font-weight: normal;
}

.content p{
    font-size: 16px;
    line-height: 20px;
}

.content .about_image{
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-right: 20px;
}

#about h1 {
  margin-bottom: 32px;
}

#about .about_flex {
  display: flex;
  flex-direction: row;
}

#about .about_image {
  width: 300px;
}

#about .about_image img{
  width: 100%;
}

#about .about_text{
  flex: 1;
}

#gallery_container{
    text-align: center;
    margin: 0px auto;
}

#gallery_container #unit{
    display:inline-block;
    width: 920px;
}


#gallery_container .window{
    overflow: hidden;
    height: 640px;
    position: relative;
    width: 800px;
    float: left;
}

#gallery_container .window .images{
    overflow: hidden;
    height: 600px;
    position: absolute;
    left: 0px;
    transition: left 0.5s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#gallery_container .window .images .slide{
    height: 600px;
    width: 800px;
}

#gallery_container .window .images .slide img{
    max-height: 600px;
    max-width: 800px;
    vertical-align: middle;
    pointer-events: none;
}

#gallery_container .window .navbar{
    height: 32px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    overflow: hidden;
    transition: left 0.3s ease;
}

#gallery_container .window .navbar .nav{
    height: 32px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
    align-items: center;
}

#gallery_container .window .navbar .nav.thumb{
    justify-content: flex-start;
}

#gallery_container .window .navbar .nav.node{
    justify-content: center;
}


#gallery_container .window .navbar .nav .navNode{
    opacity: 0.5;
}

#gallery_container .window .navbar .nav .navNode.active{
    opacity: 1;
}


#gallery_container .arrowbox{
    height: 640px;
    line-height: 640px;
    width: 60px;
    cursor: pointer;
    float: left;
}

#gallery_container .arrowbox .photoArrow{
    height: 600px;
    line-height: 600px;
    cursor: pointer;
    background-repeat: no-repeat;
  background-position: 20px center;
}

#gallery_container .arrowbox .photoArrow.left{
    background-image: url('tryagain.png');
}

#gallery_container .arrowbox .photoArrow.right{
    background-image: url('othersidetryagain.png');
}


#gallery_container .arrowbox .navArrow{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

#gallery_container .arrowbox .navArrow:hover, #gallery_container .arrowbox .photoArrow:hover{
    color: white;
}


#gallery_container .window .navbar .nav .navNode{
    width: 10px;
    height: 10px;
    margin: 7px;
    cursor: pointer;
}


#gallery_container .window .navbar .nav .navThumb{
    width: 40px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c4c4c4;
    vertical-align: top;
}

#gallery_container .window .navbar .nav .navDitch{
    width: 5px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

#gallery_container .window .navbar .nav .navThumb img{
    max-width: 40px;
    max-height: 30px;
    pointer-events: none;
}


#scrollist{
  width: 800px;
  margin: 0px auto;
}

#scrollist h1{
  text-align: left;
}

#scrollist .scrollistItem{
  text-align: left;
}

#scrollist a{
  display:block;
  margin: 20px 0px;
}

#scrollist .scrollistImage{
  display: inline-block;
  width: 100px;
  height: 75px;
  line-height: 75px;
}
#scrollist .scrollistImage img{
  max-width: 100px;
  max-height: 75px;
  vertical-align: middle;
  pointer-events: none;
}

 #scrollist .scrollistDescription{
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  line-height: 18px;
  margin-left: 30px;
  text-align: left;
  font-size: 14px;
 }






