@font-face{
  font-family: "gridnik";
  src: url("data/gridnik.tff");
}

body {
  height: 100vh;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  background-color: black;
  overflow-x: hidden;
}
/* HAMBURGER + LOGO + NAV = GLOBAL TAGS */
#topleft {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 888;
}
#ph {
  position: absolute;
  font-family: arial;
   margin-top: 115px;
    left: 21%;
  font-size: 25px;
  color: white;
}
.columnp h1 {
  text-align: left;
  font-family: arial;
  margin-top: 5%;
  font-size: 25px;
  color: white;
}
.columnp h2 {
  text-align:left;
  font-family: arial;
  margin-top: 5%;
  font-size: 25px;
  color: black;
}

#topright {
  position: fixed;
  top: 40px;
  right: 15px;
  z-index: 6;
}
#bottomright {
  bottom: 15px;
  right: 15px;
  z-index: 999;
  color: white;
}
#hamburger-button {
  position: absolute;
  top:35px;
  right: 35px;
  z-index: 9999; /*so it never gets lost under something*/
  display: inline-block;
  vertical-align: top;
  height:15px;
  width:15px;
}

#hamburger-button:hover {
  cursor: pointer;
  /* changes the cursor to pointer */
}

#hamburger-button > span {
  display: block;
  height: 3px;
  margin-bottom: 3px;
  width: 20px;
  background-color: white;
 -webkit-transition-timing-function: linear; /* Safari and Chrome */
transition-timing-function: linear;
transition-duration:1s;
}
   

#hamburger-button.open > span:first-child {
-webkit-transform: translateY(6px) rotate(45deg); /* Chrome, Safari, Opera */
transform:translateY(6px) rotate(45deg);
}


#hamburger-button.open > span:nth-child(2) {
  -webkit-transform: rotateY(90deg); /* Safari */
    transform: rotateY(90deg);
  /* rotates the second child on the Y AXIS ONLY 90 degrees so it disappears into a point */
}

#hamburger-button.open > span:last-child {
-webkit-transform: translateY(-6px) rotate(-45deg); /* Chrome, Safari, Opera */
    transform: translateY(-6px) rotate(-45deg);
}

.navbar {
  position:fixed;
  z-index:888; /*so its above the content but below the burger button*/
  height:100vh;
  width: 100vw;
  vertical-align: middle;
  left:-100vw;
  transition:.5s;
  background-color:black;
  overflow-y: hidden;
}
.navbar.open{
  left:0;
}

.navbar a {
  position: relative;
  z-index: 999;
    font-family: 'helvetica';
    font-size: 30px;
    line-height: 60px;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    z-index: 5;
      display: flex;
    align-items: center;
}
.navbar ul {
  position: fixed;
 list-style: none;
   top: 50%;
  transform: translatey(-50%);
 font-size: 10px;
}
.navbar ul a:hover {
  text-decoration: underline;
}

hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
    z-index: -1;
}

.hover-image {
    display: flex;
    position: fixed;
 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 100vw;
    height: 100vh;
}

.hover-image img {
    max-width: 40% !important;
    max-height: 100% !important;
    width:100%;
    height: 100%;
    margin-bottom: 0;
    z-index: -1;
}


.hideme {
  opacity: 0;
}
/* HOMEPAGE */
.slideshow { 
    position: relative; 
    width: 100%; 
    height: 100%; 
}
.slideshow > div:first-child{
     display: block;
}

.slideshow > div { 
    position: absolute; 
    width: 110%;
    height: 100%; 
}
.slideshow img {
  width: 100%;
  height: 100%;
}

.slideshow2 { 
    position: relative; 
    width: 100%; 
    height: 100%; 
}
.slideshow2 > div:first-child{
     display: block;
}

.slideshow2 > div { 
    position: absolute; 
    width: 110%;
    height: 100%; 
}
.slideshow2 img {
  width: 100%;
  height: 100%;
}

object-position: center center;
    }
    #type {
      font-family: arial;
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 80%;
      z-index: 10;
    }
  #type p {
    z-index: 99;
    stroke: 2px;
    font-family: arial;
    position: absolute;
    left: 50%;
    top: 65%;
    text-align: center;
    font-size: 22vw;
    transform: translate(-50%, -55%);
    -webkit-text-fill-color: transparent;
    color: white;
    -webkit-text-stroke-width:4px;
}
#cc {
position: relative;
  bottom: 2%;
  text-align: center;
  align-self: center;
  font-family: arial;
  font-size: 12px;
  color: white;
  z-index: 100000;
  padding-bottom: 20px;
   
}
}
/* PROJECTS */


.block_container {
  position: absolute;
  width:80%;
  top: 20%;
  left: 20%;
  text-align: center;
  height: 100vh;
  margin: 0;
  z-index: 3;
}
.block_containerm {
  display: none;
}
.p_item {
  width: 95%;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
.p_item a {
  top: 90%;
  font-family: helvetica;
}
.hide{
  transform: scale(0);
  width: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 7px;
  top: 10%;
}

/* Create four equal columns that sits next to each other */
.column {
  position: relative;
  -ms-flex: 15%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 7px;
  padding-bottom: 40px;
  left: 21%;
  top: 20%;
}
.column img {
  margin-top: 150px;
  vertical-align: middle;
  width: 100%;
}
.column a {
  color: white;
  text-decoration: none;
  padding-top: 50px;
  font-family: arial;

}
.column a:hover {
text-decoration: underline;
cursor: pointer;

}
.horizontel {
  margin-top: 250px;
}

.container {
  position: relative;
  width: 100%;

}
.imgae {
   display:block;
    width: 10%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}



.filter1 {
  left: 3%;
  top: 35%;
  width: 15%;
  color: white;
  font-family: 'arial';
  font-size: 15px;
  position: fixed;
}
.filter1 p {
  font-family: 'arial';
  font-size: 15px; 
  color: white;
  cursor: pointer;
  text-decoration: underline;

}

.filter1 a {
  text-decoration: none;
    color: white;
  
}
.filter1 a:hover{
  text-decoration: underline;  
  cursor: pointer;
}
.filter1 a:active{
  text-decoration: underline;
  cursor: pointer;
}

.filter1 h1 {
  font-size: 20px;
  color: white;
}
.filter2 {
left: 3%;
top: 60%;
width: 15%;
font-family: 'arial';
font-size: 15px;
position: fixed;
color: white;
}
.filter2 a {
  text-decoration: none;
  color: white;
  transition: .4s;
}
.filter2 a:hover{
  text-decoration: underline;  
  cursor: pointer;
}
.filter2 h1 {
  font-size: 20px;
  color: white;
}
/* SHEET */
#footer1 {
            left: 19.5%;
            position:absolute;
            margin-top:0px;
            width: 25%;
            height: 25%;
            background: ;
            z-index: 1;
            text-align: left;
            font-family: arial;
            color: white;
            margin-top: 710px;
            margin-bottom: 15%;
}
#footer1 a {
  color: #fff;
  font-family: arial;
  text-decoration: none;
}
#footer1 a:hover {
  text-decoration: underline;
}
#footer2{
            left: 40%;
            position:absolute;
            margin-top:0px;
            width: 40%;
            height: 30%;
            background: ;
            z-index: 2;
            text-align: left;
            font-family: arial;
            margin-bottom: 20px;
            color: white;
              margin-top: 710px;
            margin-bottom: 15%;

}
.filter2 p {
  font-family: 'arial';
  font-size: 15px; 
  color: white;
  cursor: pointer;
  text-decoration: underline;
}
.data{
  display: block;
  position: absolute;
  text-align: left;
  left: 0%;
  width: 20%;
  color: white;
}
.rowp {
   display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.block_containerp {
  position: relative;
  width:80%;
  top: 15%;
  left: 10%;
  text-align: center;
  height: 100vh;
  margin: 0;
  z-index: 3;
}


/* Create four equal columns that sits next to each other */
.columnp {
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.columnp img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.coulmnm {
  visibility: hidden;
}
      #footer2 {
                   left: 45%;
            position:absolute;
            margin-top:0px;
            width: 40%;
            height: 30%;
            background: ;
            z-index: 2;
            text-align: left;
            font-family: arial;
            margin-bottom: 20px;
            color: white;
              margin-top: 710px;
            margin-bottom: 15%;
      }
     .wrapper {
  margin: 0 auto;
  width: 80%;
  left: 10%;
}
.swiper-button-prev {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-container {
  position: absolute;
  left:2%;
   top: 150px;
    width: 65%;
    height:550px;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-pagination-bullet {
      color: red;
        background-color: none;
        border: none;
       
        border-radius: 50%;
        width: 12px;
        height: 12px;
 
    }
.swiper-pagination > .swiper-pagination-bullet {
    opacity: 1;
    border: black solid 1px;
    background-color: transparent;
}
.swiper-pagination > .swiper-pagination-bullet-active {
    background-color: white;
}

/* MOBILE */
@media only screen and (max-width: 768px) {

    .mobilecolumn {
        position: relative;
        -ms-flex: 15%; /* IE10 */
        flex: 25%;
        max-width: 55%;
        left: 40%;
        margin-top: 15%;
        display: block;
        visibility: visible;

    }
      .hover-image {
    display: none;
}
    .mobilerow {
      display: -ms-flexbox; /* IE10 */
        display: flex;
        -ms-flex-wrap: wrap; /* IE10 */
        flex-wrap: wrap;
        padding: 4 0px;
        top: 9%;
        padding-bottom: 10%;
    }
    .mobilecolumn img {
      padding-top: 20px;
      padding-bottom: 5px;
    }
    .mobilecolumn a {
      position: relative;
      font-family: arial;
    
      color: white;
      text-decoration: none;
    }
    .comphide {
      display: block;
    }

  #ph {
   position: relative;
   left: 1.5%;
   padding-bottom: -100%;
    margin-top: 20%;
  }


.swiper-container {
  position: relative;
  left:1%;
  top: 1%;
    width: 98%;
    height:250px;
}

  .navbar ul {
    list-style: none;
    text-align: center;
    margin-top: 35%;
    margin-left: -5%;
    font-size: 1.5em;
  }
  .slideshow { 
    position: relative; 
    display: inline-block;
    width: 100%; 
    height: 100%; 
  }
  #topleft img {
    width: 30%;
  }
  #footer1 {
             left: 4%;
            position:fixed;
            width: 90%;
            height: 30%;
            background: ;
            z-index: 2;
            text-align: left;
            font-family: arial;
            margin-bottom: 20px;
            color: white;
              margin-top: 450px;
            
            overflow-x: scroll;
}
 #footer1 a {
  font-family: arial;
  color: white;
  text-decoration: none;
 }
 #footer1 a:hover {
  text-decoration: none;
 }
      #footer2 {
            left: 4%;
            position:fixed;
            width: 90%;
            height: 30%;
            background: ;
            z-index: 2;
            text-align: left;
            font-family: arial;
            margin-bottom: 20px;
            color: white;
              margin-top: 270px;
            margin-bottom: 15%;
      }

.column {
visibility: hidden;
}

.columnm img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}
.rowm {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 7px;
  top: 1%;
}

/* Create four equal columns that sits next to each other */
.columnm {
  position: relative;
  -ms-flex: 15%; /* IE10 */
  flex: 25%;
  max-width: 70%;
  padding: 0 7px;
  padding-bottom: 4px;
  left: 21%;
  top: 2%;
  text-align: left;
}
.columnm img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}
.columnm a {
  text-align: left;
  color: white;
  text-decoration: none;
  padding-top: 5px;
  font-family: arial;

}
.columnm a:hover {
text-decoration: underline;
cursor: pointer;

}
.horizontel {
  visibility: hidden;
}
.block_containerm {
  display: block;
  position: absolute;
  width:90%;
  top: 10%;
  left: 12%;
  text-align: center;
  height: 100vh;
  margin: 0;
  z-index: 3;
}

.filter1 {
  width: 20%;
}

.filter1 h1 {
  font-size: 16px;
}
.filter2 {
  width: 40%;
}
.filter2 h1 {
  font-size: 16px;
}


}



}
@media screen and (max-width: 1300px) {
 #footer1 {
  margin-top: 0%;
}
}
@media screen and (max-width: 1250px) {
 .horizontel {
  margin-top: 210px;
}
}
@media screen and (max-width: 1200px) {
 .horizontel {
  margin-top: 205px;
}
@media screen and (max-width: 1100px) {
 .horizontel {
  margin-top: 185px;
}
@media screen and (max-width: 900px) {
 .horizontel {
  margin-top: 150px;
}
