@font-face {
    font-family: Motomangucode-Regular;
    src: url(../font/Motomangucode-p7Jj1.ttf);
}

@font-face {
    font-family: Motomangucode-Italic;
    src: url(../font/MotomangucodeItalic-DODB9.ttf);
}

@font-face {
    font-family: Motomangucode-Bold;
    src: url(../font/MotomangucodeBold-3zde3.ttf);
}

@font-face {
    font-family: Motomangucode-Bold-Italic;
    src: url(../font/MotomangucodeBoldItalic-x36Or.ttf);
}

@font-face {
    font-family: Calibri-Regular;
    src: url(../font/calibri-regular.ttf);
}

@font-face {
    font-family: Calibri-Bold;
    src: url(../font/calibri-bold.ttf);
}

@font-face {
    font-family: Calibri-Italic;
    src: url(../font/calibri-italic.ttf);
}

@font-face {
    font-family: Calibri-Bold-Italic;
    src: url(../font/calibri-bold-italic.ttf);
}



html {
    image-rendering: pixelated;
    background-color: #017274;
    overflow-x: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}


/*CONTACT*/
.contact .bigmono {
    background-image: url(../images/face-optimized.gif);
    filter: drop-shadow(5px 10px 10px black);
}

.contact .bone {
    margin: 1% 0 auto 5%;
    text-align: left;

}

.contact .bone p, li {
    font-family: Calibri-Regular;
    font-size: 17pt;
    filter: drop-shadow(1px 1px 2px black);
}

br{
    margin: 5px 0 5px 0;
}

.contact .bone h2 {
    color: white;
    font-family: Motomangucode-Regular;
    font-size: 16pt;
    filter: drop-shadow(1px 1px 2px black);
    letter-spacing: -3px;
}

.contact .bone img {
    height: 70px;
    filter: drop-shadow(1px 1px 2px black);
    transition: all 0.1s;
}


.contact .bone a, p{
    text-decoration: none;
    color:#ec698c;
}

.contact .bone p{
    color:#ec698c;
    filter: drop-shadow(1px 1px 2px black);
}

.contact p, a {
    text-decoration: none;
    font-size: 20pt;
    transition: all 0.1s;
    color:#ec698c;
}

.contact p:hover {
    font-size: 25pt;
    color: white;
    filter: drop-shadow(5px 5px 5px black);
}

/*ABOUT*/

.about .bigmono {
    background-image: url(../images/face-optimized.gif);
    filter: drop-shadow(5px 10px 10px black);
}

.about .bone {
    margin: 1% 0 auto 5%;
    text-align: left;

}

.about .bone p, li {
    font-family: Calibri-Regular;
    font-size: 17pt;
    color: white;
    filter: drop-shadow(1px 1px 2px black);
}

br{
    margin: 5px 0 5px 0;
}

.bone h2 {
    color: white;
    font-family: Motomangucode-Regular;
    font-size: 16pt;
    filter: drop-shadow(1px 1px 2px black);
    letter-spacing: -3px;
}

.bone img {
    height: 70px;
    filter: drop-shadow(1px 1px 2px black);
    transition: all 0.1s;
}

.bone h2 {
    text-decoration: none;
    color:#ec698c;
    font-size: 20pt;
}

.bone a{
    text-decoration: none;
    color:#ec698c;
}

/*WORK*/

.work {
    background-image: url(../images/grid.png);
    background-repeat: repeat;
    background-size: 15%;
}

.work .content {
    background-image: url(../images/grid.png); 
}

.work .navmenu li {
    color: #26a1a3;
    filter: drop-shadow(1px 1px 1px black);
}

.work .navmenu a {
    color: #26a1a3;
}

.work .squiggle {
    position: relative;
    left: 0;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 15px;
    background-image: url(../images/squiggle_green.svg);
    filter: drop-shadow(2px 2px 2px black);
}

.work .logo img{
    filter: drop-shadow(2px 2px 2px black);
}

.work .lockup img {
    filter: drop-shadow(2px 2px 2px black);
}

.work .navmenu li a:hover{
    font-size: 25pt;
    color: white;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#myVideo {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 50%;
    min-height: 50%;
    opacity: 75%;
    z-index: -999;
  }

.content {
    width: 4096px;
    height: 4096px;
    position: fixed;
    background-image: url(../images/grid_cya.png);  
    background-repeat: repeat;
    background-size: 10%;
    z-index: -900;
    left: 0;
    top: 0;
    animation-name: gridSlide;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes gridSlide {
    0% {transform: translate3d(0, 0, 0);}
    100% {transform: translate3d(-2048px, -2048px, 0);}
  }

.title {
    position: relative;
    width: 100%;
    margin: 5px 0 0 5px;
    height: 100px;
    left: 0;
    overflow: hidden;
    /*border: 2px solid white;*/
}

.title a {
    cursor: pointer;
}

.logo {
    float: left;
    height: 100%;
    width: auto;
    margin: 0 5px 0 0;
    /*border: 2px solid white;*/
}

.logo img {
    height: 100%;
    filter: drop-shadow(2px 2px 5px black);
}

.lockup {
    float: left;
    height: 100%;
    width: auto;
    margin-left: -30px;
}

.lockup img {
    max-height: 100%;
    min-height: auto;
    filter: drop-shadow(5px 5px 5px black);
}

.navmenu {
    position: absolute;
    width: fit-content;
    text-align: center;
    z-index: 999;
    transition: all 0.2s;
    height: fit-content;
    right: 0;
    bottom: 0;
}

.navmenu ul {
    list-style-type: none;
  bottom: 0;
  padding: 0;
  transition: all 0.2s;
}

.navmenu li {
    display: inline;
    font-family: Motomangucode-Bold;
    margin-right: 20px;
    filter: drop-shadow(1px 2px 2px black);
    color:#ec698c;
    transition: all 0.2s;
}

.navmenu a {
    text-decoration: none;
    color:#ec698c;
}

.squiggle{
    position: relative;
    left: 0;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 15px;
    background-image: url(../images/squiggle.svg);
    filter: drop-shadow(2px 2px 2px black);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-image:linear-gradient(rgb(1,115,115), rgb(1,115,115), rgba(0,0,0,0));
    transition: all 0.2s;
    margin-top: 0;
    padding-top: 10px;
  }

  .sticky + .meat {
    padding-top: 102px;
  }

.navmenu li a{
    font-size: 16pt; 
    transition: all 0.1s;
}

a:visited {
    color:#ec698c;
}

.navmenu li a:hover{
    font-size: 25pt;
    color: white;
    filter: drop-shadow(5px 5px 5px black);
}

.meat {
    position:relative;
    left: 0;
    margin:0;
    width: 100vw;
    height: auto;
    text-align: center;
}

.meat h1{
    font-family: Motomangucode-Bold;
    font-size: 50pt;
    color: white;
    filter: drop-shadow(2px 5px 5px black);
    letter-spacing: -5pt;
    font-kerning: normal;
    margin-bottom: -20px;
}

.bone {
    position: absolute;
    padding: 10px;
    width: 48%;
    margin: auto;
}

.bone p {
    color: white;
}

.bone img {
    max-width: 95vw;
}

.bigmono {
    position: fixed;
    width: 800px;
    height: 800px;
    right: 0;
    bottom: 0;
    background-image: url(../images/shi_optimized.gif);
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 10px 10px black);
}

.footer {
    position: fixed;
    margin-bottom: 10px;
    width: 100%;
    bottom: 0;
    font-family: Motomangucode-Regular;
    font-size: 12pt;
    color: white;
    filter: drop-shadow(1px 1px 1px black);
    text-align: center;
}

.work .footer {
    color: #26a1a3;
  }

.burg {
    visibility: hidden;
    height: 0;
  }
  
  .overlay {
    visibility: hidden;
    height: 0px;
  }
  
  .overlay-content {
    visibility: hidden;
  }
  
  .overlay a {
    visibility: hidden;
  }
  
  .overlay a:hover, .overlay a:focus {
    visibility: hidden;
  }
  
  .overlay .closebtn {
    visibility: hidden;
  }


/* Image Gallery */
.container {
    width: 100%;
    height: 100%;
  }
  
  .top {
    display: flex;
    width: 80vw;
    height: 80vh;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
  }
  
  .top ul {
    list-style: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
  }
  
  .top ul li {
    position: relative;
    float: left;
    width: 25%;
    height: 25%;
    overflow: hidden;
    filter: invert(0%);
    filter: drop-shadow(5px 5px 5px black);
    transition: 0.5s ease ;
  }
  
  .top ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    color: white;
    opacity: 0.4;
    text-align: center;
    box-sizing: border-box;
    pointer-events: none;
    filter: invert(0%);
  }
  
  .top ul li:hover {
    filter: invert(100%);
    
  }
  
  .top ul li img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
  }
  
  .lightbox img {
    max-width: 90%;
    max-height: 80%;
    position: relative;
    top: -100%;
  }
  
  .lightbox:target {
    outline: none;
    top: 0;
    opacity: 1;
    pointer-events: auto;
  }
  
  .lightbox:target img {
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  
  .lightbox video {
    max-width: 90%;
    max-height: 80%;
    position: relative;
    top: -100%;
  }
  
  .lightbox:target video {
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

@media only screen and (max-width: 1150px){
    
    #myVideo {
       height: 100vh;
    }

    .work {
        background-size: 25%;
    }

    .work .content {
        background-size: 5%;
    }

    .title {
        width: fit-content;
        margin: 5px auto 5px auto;
        padding:10px;
    }

    .title .logo {
        width: 100px;
    }

    .title .logo img {
       height: 100px;
    }

    .title .lockup {
        width: 250px;
        height: 100%;
        background-image: url(../images/lockup_Stack.png);
        background-size:cover;
        background-repeat: no-repeat;
        margin: 0 0 0 0;
        filter: drop-shadow(5px 5px 5px black);
    }

    .work .lockup {
        background-image: url(../images/lockup_Stack_green.png);
        width: 250px;
        height: 100%;
        margin: 0;
        background-size: cover;
        filter: drop-shadow(2px 2px 3px black);
    }

    .title .lockup img {
        visibility: hidden;
    }

    .navmenu ul, li{
        visibility: hidden;
        margin: 0;
        height: 0;
    }

    .burg {
        position: relative;
        width: 100%;
        left: 0;
        display: block;
        visibility: visible;
        width: 100%;
        margin: 0 auto 30px 10px;
        font-size:40px;
        cursor:pointer;
        font-family: Motomangucode-Bold, Arial, Helvetica, sans-serif;
        color: white;
        filter: drop-shadow(2px 1px 1px black);
        z-index: 999;
      }

      .work .burg {
        color:#26a1a3;
      }

      .stickyburg {
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        background-image:linear-gradient(rgb(1,115,115), rgba(0,0,0,0));
        transition: all 0.2s;
        margin-top: 0;
        padding-top: 10px;
      }

      .overlay {
        visibility: visible;
        display: inline-block;
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(1,80,80);
        background-color: rgba(1,80,80, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
        z-index: 1000;
      }
      
      .overlay-content {
        visibility: visible;
        position: relative;
        top: 25%;
        width: 100vw;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlay a {
        visibility: visible;
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        font-family: Motomangucode-Bold, Arial, Helvetica, sans-serif;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        filter:drop-shadow(2px 2px 2px black);
        margin-bottom: 30px;
      }
      
      .overlay a:hover, .overlay a:focus {
        visibility: visible;
        color: #ff3c6c;
      }
      
      .overlay .closebtn {
        visibility: visible;
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
      }
    
      .bigmono {
        width: 350px;
        height: 350px;
      }

      .about .bigmono {
        position: relative;
      }

      .bone {
        width: 90%;
      }

    .meat h1 {
        font-size: 30pt;
        letter-spacing: -4px;
    }

    .top {
        flex-direction: column;
    }

    .top ul, li{
        visibility: visible;
        width: 300%;
        display: flex;
        flex-direction: column;
    }

   

}

@media only screen and (height <= 1000px){
    #myvideo {
        width: 100vw;
    }
}