body {
  background-color: white;
  color:  #000000;
  font-family: "Degular", sans-serif;
  font-weight: normal;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-align: left;
    margin: auto;
    text-decoration: none;
-webkit-font-smoothing: subpixel-antialiased;
}

* {
  box-sizing: border-box;
}

/*.cell            { cursor: cell; }*/

.menu-wrap {
  display: inline-block;
  box-sizing: border-box;
}




.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 {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 0px;
  box-sizing: border-box;
}

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

.sidenav a.material-icons {
  display: none;
  color: black;
  position: block;
  right: 15px;
  top: 30px;
}


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

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

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


.sphere {
  width: 200px;
  position: fixed;
  left: 15px;
  bottom:15px;
}

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

.menu-vertical {
  display: inline-flex;
  position: absolute;
  top: 25%;
  left: 10%;
}

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

/*.sphere-space{
  padding-top: 35px;
}*/

.nav {
  writing-mode:tb-rl;
  writing-mode:vertical-lr;
  writing-mode:sideways-lr;
}



.rotate {
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-360deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}





/*******SlideShow*******/

* {box-sizing:border-box}

/*
.slideshow-container {
  max-width: 1300px;
  max-height: 687;
  position: relative;
  padding-top: 0px;
  padding-right: 15px;
  margin-bottom:  0px;

}


.mySlides {
  display: none;
}


.text {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top:0px;
  vertical-align: middle;
  left: 40%;
}


.numbertext {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 30%;
}*/

.name{
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  left: 40%;

}


.value{
  font-size: 130px;
  font-size: 9vw;
  font-weight: 600;
  line-height: 8vw;
  text-align: center;
  top:120px;
  left: 0%;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 100px;
}


.media-links2 {
  display: block;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-right: 20px;
  text-align: right;
  }

.designrush{
  font-size: 24px;
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  color: #000000;
  text-decoration-line: none;
}



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

.grid-container-work {
  box-sizing:border-box;
  display: grid;

  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 300px;
}


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

.image {
  width: 100%;
}


.text-portfolio {
  color: black;
  font-size: 100px;
  position: inherit;
  text-align: left;
  font-weight: 600;
  text-decoration:none;
}

.text-portfolio-bottom {
  color: black;
  font-size: 70px;
  position: inherit;
  text-align: right;
  font-weight: 400;
  text-decoration:none;
}







/*******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 {
  display: inline-block;
  box-sizing: border-box;
}




.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 {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 0px;
  box-sizing: border-box;
}

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

.sidenav a.material-icons {
  display: none;
  color: black;
  position: block;
  right: 15px;
  top: 30px;
}


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

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

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


.sphere {
  width: 200px;
  position: fixed;
  left: 15px;
  bottom:15px;
}

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

.menu-vertical {
  display: inline-flex;
  position: absolute;
  top: 25%;
  left: 10%;
}

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

/*.sphere-space{
  padding-top: 35px;
}*/

.nav {
  writing-mode:tb-rl;
  writing-mode:vertical-lr;
  writing-mode:sideways-lr;
}



.rotate {
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-360deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}





/*******SlideShow*******/

* {box-sizing:border-box}

/*
.slideshow-container {
  max-width: 1300px;
  max-height: 687;
  position: relative;
  padding-top: 0px;
  padding-right: 15px;
  margin-bottom:  0px;

}


.mySlides {
  display: none;
}


.text {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top:0px;
  vertical-align: middle;
  left: 40%;
}


.numbertext {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 30%;
}*/

.name{
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  left: 40%;

}


.value{
  font-size: 130px;
  font-size: 9vw;
  font-weight: 600;
  line-height: 8vw;
  text-align: center;
  top:120px;
  left: 0%;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 100px;
}


.media-links2 {
  display: block;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-right: 20px;
  text-align: right;
  }

.designrush{
  font-size: 24px;
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  color: #000000;
  text-decoration-line: none;
}




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

.grid-container-work {
  box-sizing:border-box;
  display: grid;

  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 300px;
}


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

.image {
  width: 100%;
}


.text-portfolio {
  color: black;
  font-size: 100px;
  position: inherit;
  text-align: left;
  font-weight: 600;
  text-decoration:none;
}

.text-portfolio-bottom {
  color: black;
  font-size: 70px;
  position: inherit;
  text-align: right;
  font-weight: 400;
  text-decoration:none;
}







/*******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 {
  display: inline-block;
  box-sizing: border-box;
}




.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 {
  height: 100%;
  width: 140px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 0px;
  box-sizing: border-box;
}

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

.sidenav a.material-icons {
  display: none;
  color: black;
  position: block;
  right: 15px;
  top: 30px;
}


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

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

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


.sphere {
  width: 110px;
  position: fixed;
  left: 15px;
  bottom:15px;
}

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

.menu-vertical {
  display: inline-flex;
  position: absolute;
  top: 20%;
  left: 22%;
}

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



.nav {
  writing-mode:tb-rl;
  writing-mode:vertical-lr;
  writing-mode:sideways-lr;
}



.rotate {
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-360deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}





/*******SlideShow*******/

* {box-sizing:border-box}

/* Slideshow container
.slideshow-container {
  max-width: 1300px;
  max-height: 687;
  position: relative;
  padding-top: 0px;
  padding-right: 15px;

}*/

/* Hide the images by default
.mySlides {
  display: none;
}


.text {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top:0px;
  vertical-align: middle;
  left: 40%;
} */

/* Number text (1/3 etc)
.numbertext {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 30%;
}*/


.name{
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  left: 40%;

}


.value{
  font-size: 130px;
  font-size: 9vw;
  font-weight: 600;
  line-height: 8vw;
  text-align: center;
  top:120px;
  left: 0%;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 100px;
}


.media-links2 {
  display: block;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-right: 20px;
  text-align: right;
  }

.designrush{
  font-size: 24px;
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  color: #000000;
  text-decoration-line: none;
}




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

.grid-container-work {
  box-sizing:border-box;
  display: grid;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 1px;
}


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

.image {
  width: 100%;
}

.text-portfolio {
  color: black;
  font-size: 36px;
  position: inherit;
  text-align: left;
  font-weight: 600;
  text-decoration:none;
}

.text-portfolio-bottom {
  color: black;
  font-size: 36px;
  position: inherit;
  text-align: right;
  font-weight: 400;
  text-decoration:none;
}









/*******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: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: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;
  }

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


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

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

  /*******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;
  }






  /*******SlideShow*******/

  * {box-sizing:border-box}

  /* Slideshow container
  .slideshow-container {
    max-width: 1300px;
    max-height: 687;

    position: relative;
    margin: auto;
    padding-top: 0px;
    padding-right: 15px;

  }*/

  /* Hide the images by default
  .mySlides {
    display: none;
  }


  .text {
    color: #ffffff;
    font-size: 21px;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top:0px;
    vertical-align: middle;
    left: 27%;
  }*/

  /* Number text (1/3 etc)
  .numbertext {
    color: #ffffff;
    font-size: 21px;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 12%;
  }*/


  .name{
    display: none;
    font-size: 36px;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top:5px;
    vertical-align: middle;
    left: 43%;

  }


  .value{
    display: none;
    font-size: 70px;
    font-size: 9vw;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    position: relative;
    top:110px;
    vertical-align: middle;
    left: 0%;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 50px;

  }

  .media-links2 {
    display: block;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    text-align: right;


    }


  .designrush{
    font-size: 30px;
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    color: #000000;
    text-decoration-line: none;
  }







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

  .grid-container-work {
    box-sizing:border-box;
    display: block;
    position: relative;
    margin-left: 0px;
    margin-right: 15px;
    padding-top: 1px;
  }



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

  .titles {
    writing-mode:tb-rl;
    writing-mode:vertical-lr;
    writing-mode:sideways-lr;
  }
  .text-portfolio {
    color: black;
    font-size: 28px;
    position: inherit;

    text-align: left;
    font-weight: 600;
    text-decoration:none;
  }

  .text-portfolio-bottom {
    color: black;
    font-size: 28px;
    position: inherit;

    text-align: right;
    font-weight: 400;
    text-decoration:none;
  }



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

  }




  /*******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;
    margin-left: 120px;

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

  }

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

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






  /*******SlideShow*******/

  * {box-sizing:border-box}

  /* Slideshow container
  .slideshow-container {
    display: none;
    max-width: 1300px;
    max-height: 687;

    position: relative;
    margin: auto;
    padding-top: 0px;
    padding-right: 15px;

  }*/

  /* Hide the images by default
  .mySlides {
    display: none;
  }


  .text {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    padding: 15px 15px;
    position: absolute;
    bottom: 5px;
    left: 5px;
  }*/

  /* Number text (1/3 etc)
  .numbertext {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    padding: 15px 15px;
    position: absolute;
    bottom: 5px;
    right: 25px;
  }*/


  .name{
    display: none;
    font-size: 36px;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top:5px;
    vertical-align: middle;
    left: 43%;

  }


  .value{
    display: none;
    font-size: 70px;
    font-size: 9vw;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    position: relative;
    top:110px;
    vertical-align: middle;
    left: 0%;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 50px;

  }

  .media-links2 {
    display: block;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    text-align: right;


    }


  .designrush {
    font-size: 30px;
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    color: #000000;
    text-decoration-line: none;
  }





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

  .grid-container-work {

    display: block;
    width: 100%;
    position: relative;

    padding-top: 10px;
    padding-right: 30px;

  }



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

  .titles {
    writing-mode:tb-rl;
    writing-mode:vertical-lr;
    writing-mode:sideways-lr;
  }

  .text-portfolio {
    display:none;
    color: black;
    font-size: 36px;
    position: inherit;

    text-align: left;
    font-weight: 600;
    text-decoration:none;
  }

  .text-portfolio-bottom {
    display:none;
    color: black;
    font-size: 36px;
    position: inherit;

    text-align: right;
    font-weight: 400;
    text-decoration:none;
  }


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




  /*******Footer*******/
  .footer-style {
    height: 100px;
    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: 24px;
    color: black;
    text-align:right;
    padding-left: 15px;
    padding-top: 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: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: 10px;
  }


    /*******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;
    }

}
