@font-face {
    src: url('content/uni.otf');
    font-family: "uni";
}

body {
  margin: 0%;
	padding: 0%;
	background-color: #fff;
	color: #000;
  font-family: uni, Arial, sans-serif;
 	font-size: .8vw;
  width: 100%;
  height: 100vh;
}

span {
  font-family: uni, Arial, sans-serif; 
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  
}

a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

.title {
  position: fixed;
  top: 2%;
  left: 1.5%;
}
.titlei .a {
  position: fixed;
  display: block;
}

.titlei:hover .a {
  display: none;
}
.titlei .b {
  display: none;
}

.titlei:hover .b {
  display: inline;
}

#loader {
  position: fixed;
  z-index: 22222;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
}

#loader p {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#list {
  position: relative;
  top: 1%;
  left: 25%;
  width: 74%;
}

.number-column {
  float: left;
  width: 6%;
}

.client-column {
  float: left;
  width: 87%;
  height: 5vh;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
.client-column:hover {
  cursor: pointer;
}

.service-column {
  float: left;
  width: 45%;
}

.season-column {
  float: right;
  width: 25%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.grid-container {
  position: relative;
  top: 2%;
  left: 70%;
  display: grid;
  grid-template-columns: repeat(1, 2fr);
  width: 30%;
  height: 100vh;
  grid-row-gap: 10%;
  grid-column-gap: 0%;
  float: left;
  margin-bottom: 620px;
}
.grid-item {
  font-size: .8vw;
  text-align: left;
  float: left;
}

.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;
}

.hover-image {
    display: block;
    position: fixed;
    top: 2%;
    left: 1.5%;
    z-index: 2;
    width: 67.5%;
    height: 100%;
    align-content: flex-start;
}

.hover-image img {
  position: fixed;
  height: 96%;
  left: 1.5%;
  top: 1.5%;
}

.videoWrapper iframe {
    position: absolute;
    float: right;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0%;
    height: 0;
    width: 100%;
    float: right;
}

.full {
  width: 100%;
  height: 100%;
}

.vimeo-wrapper2 {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}

.vimeo-wrapper2 iframe {
   width: 100%;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 2.4vw;
    overflow-x: hidden;
  }

  .grid-container {
    left: 40%;
    top: 2%;
    margin-bottom: 1.5%;
    width:58%; 
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 2fr);
  }

  .grid-item {
    font-size: 3vw;
    text-align: left;
  }

  .hover-image {
    display: none;
  }

  .hover-image iframe {
    width: 95%;
    float: right;
    margin-bottom: 0;
    border: none;
  }

  .number-column {
    float: left;
    width: 12%;
  }

  .hover-image img {
    position: fixed;
    width: 38%;
    height: auto;
    left: 1%;
  }

  .client-column {
    float: left;
    width: 85%;

  }
  .title {
  position: fixed;
  top: 2%;
  left: 3%;
}
}  
