@font-face {
    font-family: "Superheat-Light";
    src: url("../fonts/Superheat-Light.woff2");
    font-display: fallback;
  }
  
  @font-face {
    font-family: "Superheat-Lightitalic";
    src: url("../fonts/Superheat-LightItalic.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Superheat-Regular";
    src: url("../fonts/Superheat-Regular.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Superheat-Italic";
    src: url("../fonts/Superheat-Italic.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Superheat-Bold";
    src: url("../fonts/Superheat-Bold.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Neutronic-Thin";
    src: url("../fonts/Neutronicv0.7-Thin.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Neutronic-Light";
    src: url("../fonts/Neutronicv0.7-Light.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Neutronic-ExtraLight";
    src: url("../fonts/Neutronicv0.7-Extralight.woff2");
    font-display: fallback;
  }
  
  @font-face {
    font-family: "Neutronic-Heavy";
    src: url("../fonts/Neutronicv0.7-Extrabold.woff2");
    font-display: fallback;
  }
  @font-face {
    font-family: "Neutronic-Regular";
    src: url("../fonts/Neutronicv0.7-Regular.woff2");
    font-display: fallback;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    font-size: 10px;
  }
  
  footer {
    border: none;
  
    width: 100%;
    height: auto;
  
    background-color: #111111;
  
    margin: 0;
    display: inline-block;
    padding: 20px 0;
  }
  
  footer p {
    font-family: "Neutronic-Light", sans-serif;
    color: #f2f2f2;
    text-align: center;
  
    font-size: 12px;
  }
  footer a {
    font-family: "Neutronic-Light", sans-serif;
    color: #f2f2f2;
    text-align: center;
  
    font-size: 12px;
  }
  


  .svg-wrapper {
 
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  
    /*
    position: absolute;
  
    left: 50%;
    width: 320px;
    margin: 0;
    height: 60px;
    top: 80%;
  
    border:  none;
  
    transform: translate(-50%, -50%);
    text-align: center;
    */
 
  }
  
  .shape {
    fill: transparent;
    stroke-dasharray: 130 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    stroke:#E393FF;
  }
  
  .viewwork p {
    font-family: "Superheat-Light", sans-serif;
    font-size: 22px;
    color: #f2f2f2;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: none;
    top: -46px;
  }
  .svg-wrapper a {
    text-decoration: none;
  }

  @keyframes draw {
    0% {
      stroke-dasharray: 140 540;
      stroke-dashoffset: -474;
      stroke-width: 8px;
    }
    100% {
      stroke-dasharray: 760;
      stroke-dashoffset: 0;
      stroke-width: 2px;
    }
  }
  
  .svg-wrapper:hover .shape {
    -webkit-animation: 0.5s draw linear forwards;
    animation: 0.5s draw linear forwards;
  }
  /* Navbar section */
  
  .nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 1;
  }
  
  .nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
    font-family: "Superheat-Light";
  }
  
  .nav div.logo a {
    text-decoration: none;
    color: #f2f2f2;
    font-size: 2.5rem;
  }
  
  .nav div.logo a:hover {
    font-family: "Superheat-Lightitalic", sans-serif;

  }
  
  .nav div.main_list {
    font-family: "Superheat-Light", sans-serif;
    height: 65px;
    float: right;
  }
  
  .nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
  }
  
  .nav div.main_list ul li a {
    text-decoration: none;
    color: #f2f2f2;
    line-height: 65px;
    font-size: 2.4rem;
  }
  
  .nav div.main_list ul li a:hover {
    font-family: "Superheat-Lightitalic", sans-serif;
    
  }
  
  .nav div.main_list ul li a:active {
    font-family: "Superheat-Lightitalic", sans-serif;
    
  }
  
  
 
  
  .projects-container {
    border: none;
  
    margin: 0;
    padding: 180px 0;
  
    width: 100%;
    height: auto;
  
    display: flex;
    flex-direction: column;
  
    justify-content: center;
    align-items: center;
  
    background-color: #111111;
  }
  
  
 
  
  
  .whoami {
    border: none;
    margin: 100px 0 70px 0;
    width: 70%;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .whoami img {
    width: 30%;
    margin-bottom: 0px;
    margin-right: 20px;
  
    float: left;
    padding: 0;
  }
  .whoami a {
    font-family: Neutronic-ExtraLight, sans-serif;
    font-size: 1.2vw;
    font-style: normal;
    line-height: 150%;
  
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
  
    color: #e7e7e7;
    text-decoration-color: #868686;
    
  }
  .whoami p {
    font-family: Neutronic-ExtraLight, sans-serif;
  
    font-style: normal;
  
    color: #e7e7e7;
    line-height: 150%;
  
    font-size: 1.3vw;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
  }
  
  .whoami a:hover {
    color: #868686;
    text-decoration-color: #868686;
  
  }
  #head2 ul li a:hover {
    font-family: "Superheat-LightItalic", sans-serif;
    font-style: normal;
    letter-spacing: 0.5px;

    text-decoration: none;

    color: #9b9b9b;
    line-height: 150%;
    font-size: 28px;
  
    text-align: left;

    
  } 
  
  .navTrigger {
    display: none;
  }
  
  .nav {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  @media only screen and (min-width:320px) and (max-width:600px) {

    #head2 {
        border:none;
        border-radius: 30px;
      margin: 50px 0;
      width: 90%;
      height: auto;
    
      position: relative;
      display: flex;
      flex-direction: column;
    
      justify-content: start;
      align-items: left;
    }
    
      
      #head2 ul {
        margin-left: 20px;
      
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content:space-between;
      
        flex-wrap: wrap;
        justify-content:start;
        align-items: left;
      }
      #head2 ul li {
        margin: 5px 0;
        
      }
      
      #head2 ul li a {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #f2f2f2;
        line-height: 150%;
        font-size: 16px;
      
        text-align: left;
      }
      #head2 ul p {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #E393FF;
        line-height: 150%;
        font-size: 20px;
      
        text-align: left;
      }
      #head2 ul li a:hover {
        font-size: 16px;
      } 
    
     
    
  }

  @media only screen and (min-width: 601px) and (max-width:991px) {
    #head2 {
        border:none;
        border-radius: 30px;
      margin: 50px 0;
      width: 80%;
      height: auto;
    
      position: relative;
      display: flex;
      flex-direction: column;
    
      justify-content: start;
      align-items: left;
    }

    #head2 ul {
        margin-left: 10px;
      
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content:space-between;
      
        flex-wrap: wrap;
        justify-content:start;
        align-items: left;
      }
      #head2 ul li {
        margin: 5px 0;
        
      }
    #head2 ul li a {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #f2f2f2;
        line-height: 150%;
        font-size: 28px;
      
        text-align: left;
      } 
      #head2 ul p {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #E393FF;
        line-height: 150%;
        font-size: 32px;
      
        text-align: left;
      } 
      #head2 ul li a:hover {
        font-size: 28px;
      }  
}


  @media only screen and (max-width: 992px) {
    .whoami {
        margin: 20px 0 70px 0;
        border: none;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
      }
      .whoami img {
        width: 300px;
        height: auto;
        margin: 0 0 20px 0;
        float: none;
        padding: 0;
        border: none;
      }
      .whoami a {
        font-size: 18px;
      }
      .whoami p {
        font-size: 18px;
      }
  
    
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) and (max-width: 1500px) {
    .whoami {
      margin: 100px 0 70px 0;
      border: none;
      width: 900px;
      padding: 0;
    }
    .whoami a {
      font-family: Neutronic-ExtraLight, sans-serif;
      font-style: normal;
  
      color: #e7e7e7;
  
      font-size: 18px;
    }
    .whoami p {
      font-family: Neutronic-ExtraLight, sans-serif;
  
      font-style: normal;
  
      color: #e7e7e7;
      line-height: 150%;
  
      font-size: 18px;
      text-align: left;
      margin: 8px 0 14px 0;
      padding: 0;
    }
  
    .whoami img {
      width: 350px;
      height: auto;
      margin: 0px 20px 10px 0px;
      float: left;
      padding: 0;
      border: none;
    }
    #head2 {
        border:none;
        border-radius: 30px;
      margin: 50px 0;
      width: 900px;
      height: auto;
    
      position: relative;
      display: flex;
      flex-direction: column;
    
      justify-content: start;
      align-items: left;
    }

    #head2 ul {
        margin-left: 10px;
      
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content:space-between;
      
        flex-wrap: wrap;
        justify-content:start;
        align-items: left;
      }
      #head2 ul li {
        margin: 5px 0;
        
      }
    #head2 ul li a {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #f2f2f2;
        line-height: 150%;
        font-size: 28px;
      
        text-align: left;
      }  
      #head2 ul p {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #E393FF;
        line-height: 150%;
        font-size: 32px;
      
        text-align: left;
      }  
      #head2 ul li a:hover {
        font-size: 28px;
      } 
   
  }
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1501px) {
    .whoami {
      margin: 100px 0 70px 0;
      border: none;
      width: 1120px;
      padding: 0;

      
    }
    .whoami img {
      width: 350px;
      height: auto;
      margin: 0px 30px 0 0;
      float: left;
      padding: 0;
      border: none;
    }
    .whoami a {
      font-family: Neutronic-ExtraLight, sans-serif;
      font-style: normal;
  
      color: #e7e7e7;
  
      font-size: 21px;
    }
    .whoami p {
        
      font-family: Neutronic-ExtraLight, sans-serif;
  
      font-style: normal;
  
      color: #e7e7e7;
      line-height: 150%;
  
      font-size: 22px;
      text-align: left;
      margin: 0px 0 26px 0;
      padding: 0;
    }
    #head2 {
        border:none;
        
      margin: 100px 0 50px 0;
      width: 1100px;
      height: auto;
    
      position: relative;
      display: flex;
      flex-direction: column;
    
      justify-content: start;
      align-items: left;
    }

    #head2 ul {
        margin-left: 10px;
      
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content:space-between;
      
        flex-wrap: wrap;
        justify-content:start;
        align-items: left;
      }
      #head2 ul li {
        margin: 5px 0;
        
      }
      #head2 ul p {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #E393FF;
        line-height: 150%;
        font-size: 32px;
      
        text-align: left;
      }  
     
    #head2 ul li a {
        font-family: "Superheat-LightItalic", sans-serif;
        font-style: normal;
        letter-spacing: 0.5px;
    
        text-decoration: none;

        color: #f2f2f2;
        line-height: 150%;
        font-size: 28px;
      
        text-align: left;
      }  
      #head2 ul li a:hover {
        font-size: 28px;
      } 
     
  
  
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      margin: 0;
    }
  }
  
  @media screen and (max-width: 768px) {
    .navTrigger {
      display: block;
    }
    .nav div.logo {
      margin-left: 15px;
    }
    .nav div.main_list {
      width: 100%;
      height: 0;
      overflow: hidden;
    }
    .nav div.show_list {
      height: auto;
      display: none;
    }
    .nav div.main_list ul {
      flex-direction: column;
      width: 100%;
      height: 100vh;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #111111;
      /*same background color of navbar*/
      background-position: center top;
    }
    .nav div.main_list ul li {
      width: 100%;
      text-align: right;
    }
    .nav div.main_list ul li a {
      text-align: center;
      width: 100%;
      font-size: 3rem;
      padding: 20px;
    }
    .nav div.media_button {
      display: block;
    }
  }
  
  /* Animation */
  
  .navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
  }
  
  .navTrigger i {
    background-color: #f2f2f2;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  }
  
  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  
  .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  
  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }
  
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }
  
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }
  
  .affix {
    padding: 0;
    background-color: #111111;
  }
  
  @media all and (max-width: 700px) {
    .myP {
      padding: 2%;
    }
  }
  
   /*
  Button Hover SVG Animation:
  Copyright (c) 2022 by Sean McCaffery (https://codepen.io/seanmccaffery/pen/kWWxzQ)
  */