body {
  background-color: white;
  color:  #000000;
  font-family: "Degular", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-align: left;
    margin: auto;

}

* {
  box-sizing: border-box;
}



#sitehead a {
    -webkit-font-smoothing: antialiased;
}

.menu-wrap {
  margin: auto;
  background-color: #ffffff;
  height: 130px;
  color: white;
}

.menu-style {
font-weight: 600;
}

.fix-font {
-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.sidenav {
  overflow: hidden;
  height: 220px;
  width: 100%;
  position: static;
  background-color: white;


}

.sidenav #myLinks {
  display: block;
  z-index: 100;
}


.sidenav a {
  text-decoration: none;
  font-size: 120px;
  color: #000000;
  display: inline-flex;
  -webkit-appearance: initial;
}


.sidenav a.material-icons {
  display: none;
  color: black;
  position: absolute;
  right: 15px;
  top: 35px;
  font-size: 40px;
  background-color: white;
}

.sidenav a:hover {
  color: rgba(0, 0, 0, 0.1);
}


.sidenav a.active {
  color: rgba(0, 0, 0, 0.1);
}




.logo {
  width: 200px;
  position: absolute;
  left: 15px;
  top: 15px;
}




.menu-vertical {
  text-align: right;
  align-items: right;
  position: absolute;
  right: 15px;
  top: 0px;

  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-space{
  padding-bottom: 0px;
  padding-left: 15px;
}







/*******Portfolio*******/



.grid-container-work {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 15px;
  margin-top: 80px;
  margin-right: 15px;
  margin-left: 15px;
  grid-template-areas:
    "One One Two Two Two"
    "Three Three Three Four Four"
    "Five Five Six Six Six"
    "Seven Seven Seven Eight Eight"
    "Nine Nine Ten Ten Ten";
}
.One { grid-area: One; }
.Two { grid-area: Two; }
.Three { grid-area: Three; }
.Four { grid-area: Four; }
.Five { grid-area: Five; }
.Six { grid-area: Six; }
.Seven { grid-area: Seven; }
.Eight { grid-area: Eight; }
.Nine { grid-area: Nine; }
.Ten { grid-area: Ten; }


.container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}


.text-portfolio {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  font-weight: 600;
  text-decoration:none;
}

.text-portfolio-bottom {
  color: white;
  font-size: 24px;
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: center;
  font-weight: 400;
  text-decoration:none;
}

.image {
  display: block;
  height: 100%;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.container:hover .overlay {
  opacity: 1;
}







/*******Footer*******/
.footer-style {
  height: 300px;
  width: 100%;
  position: relative;
  bottom: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 40px;
  box-sizing: border-box;
}

.footer-style a {
  text-decoration: none;
  font-size: 70px;
  color: black;
  text-align:right;
  padding-left: 15px;
  font-weight: 400;
}


.footer-style a:hover {
  color: rgba(0, 0, 0, 0.1);
}

.footer-style a:active {
  color: rgba(0, 0, 0, 0.1);
}
.media-links {
  display: block;
  position: absolute;
  bottom:20%;
  right: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "instagram linkedin behance"
    "rights rights rights"

  }
  .instagram { grid-area: instagram; }
  .linkedin { grid-area: linkedin; }
  .behance { grid-area: behance; }
  .rights { grid-area: rights; }

.rights-style {
  text-align:right;
  font-size: 30px;
}

@media screen and (min-width:2001px) and (max-width:3800px) {
/*******Nav*******/


.menu-wrap {
  margin: auto;
  background-color: #ffffff;
  height: 130px;
  color: white;
}

.menu-style {
font-weight: 600;
}

.fix-font {
-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.sidenav {
  overflow: hidden;
  height: 220px;
  width: 100%;
  position: static;
  background-color: white;


}

.sidenav #myLinks {
  display: block;
  z-index: 100;
}


.sidenav a {
  text-decoration: none;
  font-size: 120px;
  color: #000000;
  display: inline-flex;
  -webkit-appearance: initial;
}


.sidenav a.material-icons {
  display: none;
  color: black;
  position: absolute;
  right: 15px;
  top: 35px;
  font-size: 40px;
  background-color: white;
}

.sidenav a:hover {
  color: rgba(0, 0, 0, 0.1);
}


.sidenav a.active {
  color: rgba(0, 0, 0, 0.1);
}




.logo {
  width: 200px;
  position: absolute;
  left: 15px;
  top: 15px;
}




.menu-vertical {
  text-align: right;
  align-items: right;
  position: absolute;
  right: 15px;
  top: 0px;

  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-space{
  padding-bottom: 0px;
  padding-left: 15px;
}







/*******Portfolio*******/



.grid-container-work {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 15px;
  margin-top: 80px;
  margin-right: 15px;
  margin-left: 15px;
  grid-template-areas:
    "One One Two Two Two"
    "Three Three Three Four Four"
    "Five Five Six Six Six"
    "Seven Seven Seven Eight Eight"
    "Nine Nine Ten Ten Ten";
}
.One { grid-area: One; }
.Two { grid-area: Two; }
.Three { grid-area: Three; }
.Four { grid-area: Four; }
.Five { grid-area: Five; }
.Six { grid-area: Six; }
.Seven { grid-area: Seven; }
.Eight { grid-area: Eight; }
.Nine { grid-area: Nine; }
.Ten { grid-area: Ten; }


.container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}


.text-portfolio {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  font-weight: 600;
  text-decoration:none;
}

.text-portfolio-bottom {
  color: white;
  font-size: 24px;
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: center;
  font-weight: 400;
  text-decoration:none;
}

.image {
  display: block;
  height: 100%;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.container:hover .overlay {
  opacity: 1;
}







/*******Footer*******/
.footer-style {
  height: 300px;
  width: 100%;
  position: relative;
  bottom: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 40px;
  box-sizing: border-box;
}

.footer-style a {
  text-decoration: none;
  font-size: 70px;
  color: black;
  text-align:right;
  padding-left: 15px;
  font-weight: 400;
}


.footer-style a:hover {
  color: rgba(0, 0, 0, 0.1);
}

.footer-style a:active {
  color: rgba(0, 0, 0, 0.1);
}
.media-links {
  display: block;
  position: absolute;
  bottom:20%;
  right: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "instagram linkedin behance"
    "rights rights rights"

  }
  .instagram { grid-area: instagram; }
  .linkedin { grid-area: linkedin; }
  .behance { grid-area: behance; }
  .rights { grid-area: rights; }

.rights-style {
  text-align:right;
  font-size: 30px;
}

}

@media screen and (min-width:824px) and (max-width:2000px) {

  /*******Nav*******/


  .menu-wrap {
    margin: auto;
    background-color: #ffffff;
    height: 105px;
    color: white;
  }

  .menu-style {
  font-weight: 600;
  }

  .fix-font {
  -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
  }

  .sidenav {
    overflow: hidden;
    height: 130px;
    width: 100%;
    position: static;
    background-color: white;
  }

  .sidenav #myLinks {
    display: block;
    z-index: 100;
  }


  .sidenav a {
    text-decoration: none;
    font-size: 50px;
    color: #000000;
    display: inline-flex;
    background-color: white;
    -webkit-appearance: initial;
  }


  .sidenav a.material-icons {
    display: none;
    color: black;
    position: absolute;
    right: 15px;
    top: 35px;
    font-size: 40px;
    background-color: white;
  }

  .sidenav a:hover {
    color: rgba(0, 0, 0, 0.1);
  }


  .sidenav a.active {
    color: rgba(0, 0, 0, 0.1);
  }




  .logo {
    width: 110px;
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .sphere {
    display:none;
    width: 110px;
    position: fixed;
    left: 15px;
    top:670px;
  }


  .menu-vertical {
    text-align: right;
    align-items: right;
    position: absolute;
    right: 15px;
    top: 10px;

    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-space{
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .sphere-space{
    padding-top: 0px;
  }






  /*******Portfolio*******/



  .grid-container-work {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 15px;
    margin-top: 25px;
    margin-right: 15px;
    margin-left: 15px;
    grid-template-areas:
      "One One Two Two Two"
      "Three Three Three Four Four"
      "Five Five Six Six Six"
      "Seven Seven Seven Eight Eight"
      "Nine Nine Ten Ten Ten";
  }
  .One { grid-area: One; }
  .Two { grid-area: Two; }
  .Three { grid-area: Three; }
  .Four { grid-area: Four; }
  .Five { grid-area: Five; }
  .Six { grid-area: Six; }
  .Seven { grid-area: Seven; }
  .Eight { grid-area: Eight; }
  .Nine { grid-area: Nine; }
  .Ten { grid-area: Ten; }


  .container {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }


  .text-portfolio {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    font-weight: 600;
    text-decoration:none;
  }

  .text-portfolio-bottom {
    color: white;
    font-size: 24px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: center;
    font-weight: 400;
    text-decoration:none;
  }

  .image {
    display: block;
    height: 100%;
    width: 100%;
  }

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .1s ease;
  }

  .container:hover .overlay {
    opacity: 1;
  }







  /*******Footer*******/
  .footer-style {
    height: 150px;
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 15px;
    box-sizing: border-box;
  }

  .footer-style a {
    text-decoration: none;
    font-size: 36px;
    color: black;
    text-align:right;
    padding-left: 15px;
    font-weight: 400;
  }
  .footer-style a:active {
    color: rgba(0, 0, 0, 0.1);
  }

  .footer-style a:hover {
    color: rgba(0, 0, 0, 0.1);
  }
  .media-links {
    display: block;
    position: absolute;
    bottom:40%;
    right: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "instagram linkedin behance"
      "rights rights rights"
    }

    .instagram { grid-area: instagram; }
    .linkedin { grid-area: linkedin; }
    .behance { grid-area: behance; }
    .rights { grid-area: rights; }

  .rights-style {
    text-align:right;
    font-size: 14px;
  }

  }

  @media screen and (min-width:415px) and (max-width:823px) {


    /*******Nav*******/





    .menu-wrap {
      margin: auto;
      background-color: #ffffff;
      height: 105px;
      color: white;
    }

    .menu-style {
    font-weight: 600;
    }

    .fix-font {
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
    }

    .sidenav {
      overflow: hidden;
      height: 100px;
      width: 100%;
      position: static;
      background-color: white;


    }

    .sidenav #myLinks {
      display: none;
      z-index: 100;
    }


    .sidenav a {
      text-decoration: none;
      font-size: 50px;
      color: #000000;
      display: inline-flex;
      background-color: white;
      -webkit-appearance: initial;
    }


    .sidenav a.material-icons {
      display: block;
      color: black;
      position: absolute;
      right: 15px;
      top: 35px;
      font-size: 40px;
      background-color: white;
    }

    .sidenav a:hover {
      color: rgba(0, 0, 0, 0.1);
    }


    .sidenav a.active {
      color: rgba(0, 0, 0, 0.1);
    }

    .main {
      margin-left: 15px; /* Same as the width of the sidenav */
    }


    .logo {
      width: 90px;
      position: absolute;
      left: 15px;
      top: 15px;
    }



    .menu-vertical {
      text-align: left;
      align-items: left;
      position: absolute;
      left: 15px;
      top: 0px;
      background-color: #ffffff;
      z-index: 100;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .menu-space{
      padding-bottom: 0px;
      padding-left: 15px;
    }



    /*******Content (Wierd but don't delete)*******/

    * {box-sizing:border-box}


    .box{
      display: block;
      position: absolute;
      top:10px;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 100px;
    }

    /*******Portfolio*******/



    .grid-container-work {
      display: block;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      gap: 0px 0px;
      margin-right: 15px;
      margin-left: 0px;
    }


    .container {
      position: relative;
      width: 100%;
      margin-bottom: 15px;
    }


    .text-portfolio {
      color: white;
      font-size: 24px;
      position: absolute;
      top: 5%;
      left: 5%;
      text-align: center;
      font-weight: 600;
      text-decoration:none;
    }

    .text-portfolio-bottom {
      color: white;
      font-size: 24px;
      position: absolute;
      bottom: 5%;
      left: 5%;
      text-align: center;
      font-weight: 400;
      text-decoration:none;
    }

    .image {
      display: block;
      width: 100%;
    }

    .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: .1s ease;
    }

    .container:hover .overlay {
      opacity: 1;
    }

    /*******Footer*******/
    .footer-style {
      height: 150px;
      width: 100%;
      position: relative;
      bottom: 0;
      background-color: white;
      overflow-x: hidden;
      padding-top: 15px;
      box-sizing: border-box;
    }

    .footer-style a {
      text-decoration: none;
      font-size: 30px;
      color: black;
      text-align:right;
      padding-left: 15px;
      font-weight: 400;
    }
    .footer-style a:active {
      color: rgba(0, 0, 0, 0.1);
    }

    .footer-style a:hover {
      color: rgba(0, 0, 0, 0.1);
    }
    .media-links {
      display: block;
      position: absolute;
      bottom:30%;
      right: 15px;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas:
        "instagram linkedin behance"
        "rights rights rights"
      }

      .instagram { grid-area: instagram; }
      .linkedin { grid-area: linkedin; }
      .behance { grid-area: behance; }
      .rights { grid-area: rights; }

    .rights-style {
      text-align:right;
      font-size: 14px;
    }



}

@media screen and (min-width:1px) and (max-width:414px) {


  /*******Nav*******/



  .menu-wrap {
    margin: auto;
    background-color: #ffffff;
    height: 105px;
    color: white;
  }

  .menu-style {
  font-weight: 600;
  }

  .fix-font {
  -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
  }

  .sidenav {
    overflow: hidden;
    height: 100px;

    position: static;
    background-color: white;


  }

  .sidenav #myLinks {
    display: none;
    z-index: 100;
  }


  .sidenav a {
    text-decoration: none;
    font-size: 50px;
    color: #000000;
    display: block;
    background-color: white;
    -webkit-appearance: initial;

  }


  .sidenav a.material-icons {
    display: block;
    color: black;
    position: absolute;
    right: 15px;
    top: 35px;
    font-size: 30px;
    background-color: white;
  }

  .sidenav a:hover {
    color: rgba(0, 0, 0, 0.1);
  }


  .sidenav a.active {
    color: rgba(0, 0, 0, 0.1);
  }

  .main {
    margin-left: 0px; /* Same as the width of the sidenav */
  }


  .logo {
    width: 70px;
    position: absolute;
    left: 15px;
    top: 25px;
  }

  .sphere {
    display:none;
    width: 110px;
    position: fixed;
    left: 15px;
    top:670px;
  }

  .menu-vertical {
    text-align: right;

    position: absolute;
    right: 0px;
    top: 100px;
    background-color: #ffffff;
    z-index: 100;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 50px;

  }

  .menu-space{
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 58px;
  }

  .sphere-space{
    padding-top: 0px;
  }

  .nav {

    writing-mode:tb-rl;
    writing-mode:horizontal-tb;
  }



  .rotate {
    /* Safari */
    -webkit-transform: rotate(0deg);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* IE */
    -ms-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-right: 0px;
  }





  /*******Portfolio*******/



  .grid-container-work {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;

    margin-right: 15px;
    margin-left: 15px;
  }


  .container {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }


  .text-portfolio {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    font-weight: 600;
    text-decoration:none;
  }

  .text-portfolio-bottom {
    color: white;
    font-size: 24px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: center;
    font-weight: 400;
    text-decoration:none;
  }

  .image {
    display: block;
    width: 100%;
    max-width: 1300px;
  }

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .1s ease;
  }

  .container:hover .overlay {
    opacity: 1;
  }


    /*******Footer*******/
    .footer-style {
      height: 150px;
      width: 100%;
      position: relative;
      bottom: 0;
      background-color: white;
      overflow-x: hidden;
      padding-top: 15px;
      box-sizing: border-box;
    }

    .footer-style a {
      text-decoration: none;
      font-size: 21px;
      color: black;
      text-align:left;
      padding-left: 15px;
      font-weight: 400;
    }
    .footer-style a:active {
      color: rgba(0, 0, 0, 0.1);
    }

    .footer-style a:hover {
      color: rgba(0, 0, 0, 0.1);
    }
    .media-links {
      display: block;
      position: absolute;
      bottom:30%;
      left: 0px;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas:
        "instagram linkedin behance"
        "rights rights rights"
      }

      .instagram { grid-area: instagram; }
      .linkedin { grid-area: linkedin; }
      .behance { grid-area: behance; }
      .rights { grid-area: rights; }

    .rights-style {
      text-align:left;
      font-size: 14px;
      margin-left: 15px;
    }

}
