html {
  overflow: hidden;
  z-index: 100;
  cursor: url('assets/imgs/cursor_copy.png'), url('assets/imgs/cursor_copy.cur'), pointer;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #7c248d;
  font-family: Helvetica;
  text-transform: uppercase;
  color: #7c248d;
  margin: 0px;
  padding:0px;
  
  overflow: hidden;
  max-height:100vh;
  height: 100vh;
  min-height: 100vh;
  width: 100vw;
  max-width:100vw;
  min-width: 100vw;
  position: fixed;
}
a,
a:visited {
  color: #7c248d;
  text-decoration: none;
}
.info {
  position: fixed;
  text-align: center;
  top: 0%;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
}
.main .phone-link {
  position: fixed;
  padding-right: 25px;
  top: 50px;
  right: -100%;
  width: 90px;
  height: 90px;
  border-style: solid;
  border-width: 60px;
  -o-border-image: url('assets/imgs/ppsquare_bwire.png') 230 round;
     border-image: url('assets/imgs/ppsquare_bwire.png') 230 round;
  cursor: pointer;
  filter: saturate(1);
  transition: filter 0.8s;
}
@media (max-height: 600px) {
  .main .phone-link {
    display: none;
  }
}
.main .phone-link:hover {
  filter: saturate(50);
}
.main .phone-link img {
  max-width: 100%;
}
.main .video-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
  padding: 4px;
  height: calc(82% - 50px);
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border-style: solid;
  border-width: 90px;
  border-radius: 20px;
  -o-border-image: url('assets/imgs/ppsquare_bwire.png') 200 round;
     border-image: url('assets/imgs/ppsquare_bwire.png') 200 round;
}
@media (max-width: 886px) {
  .main .video-modal {
    width: 88%;
    border: none;
    background: black;
  }
}
.main .video-modal .close {
  text-align: right;
  padding: 0px 10px;
  color: white;
  font-family: cursive;
  cursor: pointer;
  background: black;
}
@media (max-width: 886px) {
  .main .video-modal .close {
    background: none;
  }
  .photo-tab {
      font-size: 5vw;
  }
}
.main .video-modal video {
  max-width: 100%;
  max-height: 96%;
  margin: 0 auto;
  opacity: 1;
}
.main .content {
  animation: blurIn 1s ease-out;
  filter: blur(0px);
  height: 100vh;
}
@media (max-width: 886px) {
  .main .content {
    overflow: hidden;
  }
}
.main .content .gif {
  max-height: 90vh;
  
  position: fixed;
}
.main .content .gif a > div {
  background: url('assets/gifs/dripping.gif') center center no-repeat;
  width: 100%;
  height: 100%;
}
.main .content img {
  max-height: 500px;
}
@media (max-width: 886px) {
  .main .content img {
    max-height: 50vh;
  }
}
.main .content .links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  
  position: fixed;
  bottom: 30px;
  right: 20px;
  margin: 0 auto;
  width: 220px;
  height: 220px;
}
.main .content .links a:nth-child(1) {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 2;
      grid-column-start: 2;
}
.main .content .links a:nth-child(2) {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
}
.main .content .links a:nth-child(3) {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 3;
      grid-column-start: 3;
}
.main .content .links a:nth-child(4) {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-column: 2;
      grid-column-start: 2;
}
@media (min-width: 989px) {
  /*.main .content .links {
    font-size: 14px;
  }*/

}
.main .content .links * {
  transition: all .2s;
}
.main .content .links *:hover {
  transform: scale(1.2);
}
.main .content .links img {
  width: 70px;
  height: 70px;
}
@media (max-width: 886px) {
  .main .content .links img {
    width: 15vw;
    height: 15vw;
    max-height: 9vh;
    max-width: 9vh;
  }

  .main .content .links{
    bottom: 75px;
   right: 70px;
     width: 110px;
    height: 110px;
  }

}
#head1 {
  position: fixed;
  width: 100px;
  height: 100px;
}
#scene {
  overflow: hidden;
  position: fixed;
  /*min-height: 500px;*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  filter: blur(0px);
}
#back {
  position: fixed;
  max-width: 20vw;
  width: 100px;
  height: 100px;
  z-index: 10;
  top: 0px;
  left: 0px;
}
.photo-tab {
    position: absolute;
    right: 20%;
    top: -0.7vw;
    border: solid black;
    padding: 1vw;
    font-size: 30px;
    font-family: cursive;
    color: white !important;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.3);
}
@keyframes blurIn {
  0% {
    filter: blur(60px);
  }
  100% {
    filter: blur(0px);
  }
}
