body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#logo_jw{
  margin-top: 14px;
  margin-bottom: -49px;
  margin-left: calc(50% - 26px);
  margin-right: calc(50% - 26px);
  width: 53px;
  z-index: 10;
  display: block;
  position: fixed;
}

.nav
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
}

.nav ul
{
  position: relative;
}

.nav ul li
{
  text-align: center;
  list-style:none;
 }

.nav ul li a{
  color:#000;
  text-decoration: none;
  font-family: kade;
  font-weight: 400;
  font-size: min(10vw, 5vh);
  /*text-transform: uppercase;*/
  padding: 0.5vh 0.1vw;
  display: inline-flex;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;  
  visibility:visible;
  z-index: 2;
}

.nav ul:hover li a
{
  color: #000;
  
}

.nav ul li:hover a{
  color:#FFF;
  text-shadow: 0px 0px 6px #0002;
 }

.nav ul li a:before{
content: '';
position: absolute;
justify-content: center;
align-items: center;
opacity: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: flex;
visibility: visible;
z-index: -4;
}



.nav ul li a:hover:before{
  opacity: 1;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  visibility: visible;
}

.nav ul li:nth-child(9n+1) a:before{
  background-image: url(/files/portfolio/images/main/jw_me.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;

}

.nav ul li:nth-child(9n+2) a:before{
  background: url(/files/portfolio/images/main/jw_a-b.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav ul li:nth-child(9n+3) a:before{
  background-image: url(/files/portfolio/images/main/jw_unic.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav ul li:nth-child(9n+4) a:before{
  background-image: url(/files/portfolio/images/main/jw_s_f_s.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.nav ul li:nth-child(9n+5) a:before{
  background-image: url(/files/portfolio/images/main/jw_autow.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav ul li:nth-child(9n+6) a:before{
  background-image: url(/files/portfolio/images/main/jw_zeyko.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav ul li:nth-child(9n+7) a:before{
  background-image: url(/files/portfolio/images/main/jw_pos.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

//.nav ul li:nth-child(9n+8) a:before{
  background-image: url(/files/portfolio/images/main/jw_khg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav ul li:nth-child(9n+8) a:before{
  background-image: url(/files/portfolio/images/main/jw_vig.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav ul li:nth-child(9n+9) a:before{
  background-image: url(/files/portfolio/images/main/jw_saml.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



a{
  text-decoration: none;
}


h1{
  font-family: kade, 'open sans', sans-serif; 
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.7rem;
  padding-bottom: 10px;
}

h2{
  font-family:kade, 'open sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding-bottom: 10px;
}

h3{
  font-family:kade, 'open sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding-bottom: 10px;
}
}

.copy{
  font-family: 'open sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}


p{
  font-family: 'open sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
p a{
  color: #022a4f;
}

.intro{
  height:100vh;
  position: relative;
}

#vid{
  height:100%;
  width:auto;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  }

  
  body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display:none;
  }
