html {
	background-color: #0B1134;
}

body {
	padding: 0;
	margin:0;
}

h1, h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 50px;
    color: #ffffff;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: bold;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 10px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 10px;

}

h1 {
    font-size: 60px;
    line-height: 50px;
    color: #ffffff;
}
h2 {
    font-size: 220px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 70px;
}

.link {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 10px;
    position: relative;
    z-index: 99999;

}

a.link {
	color: #ffffff;
	z-index: 99999;
	text-decoration: none;
    margin-top: 10px;
    float: left;
}

a.link:after {
	content: url("img/highlight.svg");
	position: absolute;
	left: -10px;
	bottom: -30px;
	z-index: 99999;

}

.contentOff {
	display: none;
}

.content {
	display: block!important;
}

.imgOff {
  filter: blur(100px);
  -webkit-filter: blur(40px);	
}

.imgOn {
  filter: blur(0px) !important;
  -webkit-filter: blur(0px) !important;	
}


.title {
	float: left;
    margin-top: 40px;
}
.logo a {
	float: right;
	height: 60px;
	width: auto;
	margin-top: 30px;
}
.logo a > img {
	height: 100%;
	width: auto ;

}

#container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px;


}

#wrap{
	position:relative;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 90%;
    height: auto;
    z-index: 1;
}

#nav-wrap {
	position:fixed;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 90%;
    height: auto;
    z-index: 99999999;
}

.slash-wrap {
	height: 800px;
	width: 800px;
	float: left;
	position: relative;
	z-index: -1;
	clear: both!important;
	right: 0;
	      transition: all .6s ease-in-out;
}

.slash-wrap:hover {
	right: -10px;
	transition: all .6s ease-in-out;
}

.slash-wrap:nth-child(4n+4):hover{
	left: 210px;
}


.slash-wrap:hover .slash-inner-wrap-text {
	left: 10px;
}


.slash-wrap:nth-child(2n){
	float: left;
	margin-top: -300px;
	margin-left: 450px;
}

.slash-wrap:nth-child(2n+1){
	float: left;
	margin-top: 40px;
}

.slash-wrap:nth-child(4n+4){ 
    position: relative;
    margin-top: -800px !important;
    left: 200px;
}

.slash-wrap:nth-child(1){
	margin-top: 0!important;
}

.slash-wrap:last-child > .slash{ 
    width: 900px;
}


.slash-wrap:last-child > .slash > .slash-image {
    z-index: -999;
    position: absolute;
    height: 100%;
    width: auto;
    left: 0%;
}

.slash {
	height: 800px;
	width: 600px;
	background-color: #0B1134;
	overflow: hidden;
	left: 160px;
	position: relative;
}


.skewed {
  transform: skew(-21deg);
}

.skewed > * { transform: skew(20deg); }



.slash-inner {
position: absolute;
    top: 40%;
    width: 50%;
    height: auto;
    left: -30px;
}

.slash-inner-wrap {
	position: ;
}

.slash-inner-wrap-text {
    z-index: 999;
    position: absolute;
    left: 20px;
    top: -160px;
    width: 100%;

          transition: all .6s ease-in-out;
}

.slash-image {
    z-index: -999;
    position: absolute;
    height: 100%;
    width: 100%;
    left: -30%;
}

.slash-image > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 100%;
      transition: all .6s ease-in-out;
      opacity: .6;
}

.skewed:hover .slash-image > img {
    transform: scale(1.2);
}

.rotate {
	transform-origin: 50% 0;
	animation: moveIt 2.5s ease-in-out infinite;
	position: absolute;
	left: 115px;
	top: -10px;
}

@keyframes moveIt {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

@media only screen and (max-width: 600px) {
    

    #nav-wrap {
        background-color: #0b1134;
        padding-bottom: 20px;
        padding: 20px;
    }

    h2 {
        font-size: 160px;
    }

    .title img {
        height: 80px;
    }

    .title {
        margin-top: 0px;
    }

    .rotate {
        left: 97px;
        top: -16px;
    }

    .logo a {
        float: right;
        height: 40px;
        width: auto;
        margin-top: -5px;
        position: relative;
        right: -10px;
    }

    #wrap {
        top: 60px;
        left: 6px;
    }
    
    .slash {
        height: 800px;
        width: 600px;
        background-color: #0B1134;
        overflow: hidden;
        left: -25px;
        position: relative;
        top: 50px;
    }
    
    .slash {
        height: 620px;
        width: 600px;
    }
    
    .slash-wrap:nth-child(2n) {
        float: left;
        margin-top: 0;
        margin-left: 0;
    }

    .slash-wrap:nth-child(4n+4):hover{
        left: 0px;
    }

    .slash-wrap:nth-child(2n){
        float: left;
        margin-top: 0px;
        margin-left: 0px;
    }

    .slash-wrap:nth-child(2n+1){
        float: left;
        margin-top: 40px;
    }

    .slash-wrap:nth-child(4n+4){ 
        position: relative;
        margin-top: 0px !important;
        left: 0px;
    }

    .slash-wrap:nth-child(1){
        margin-top: 0!important;
    }

    .slash-wrap:last-child > .slash{ 
        width: 900px;
    }


    .slash-wrap:last-child > .slash > .slash-image {
        z-index: -999;
        position: absolute;
        height: 100%;
        width: auto;
        left: 0%;
    }
    a.link:after {
        content: none;
    }

}
