@import url("https://fonts.googleapis.com/css?family=Yantramanav");
@import url("https://fonts.googleapis.com/css?family=Yellowtail");
@import url("https://fonts.googleapis.com/css?family=Cutive+Mono");
@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Cormorant+Garamond:300,500|Fredericka+the+Great");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
@import url("https://fonts.googleapis.com/css?family=Franklin+Gothic");
@import url("https://fonts.googleapis.com/css?family=Audiowide");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@import url("https://fonts.googleapis.com/css?family=Rajdhani");
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro");
@import url("https://fonts.googleapis.com/css?family=Antic");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display+SC|Rokkitt");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Raleway:700");
@import url("https://fonts.googleapis.com/css?family=NTR");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");
@font-face {
  font-family: 'Orbitron';
  src: url(..Big2/fonts/Orbitron-Black.ttf);
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'Orbitron';
  src: url(..Big2/fonts/Orbitron-Regular.ttf);
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'PerpetuaLight';
  src: url(..Big2/fonts/PERTILI.TTF);
}

/* BASE STYLES */
h1 {
  font-family: "Antic";
  text-align: justify;
  color: #26061e;
  text-transform: uppercase;
  font-weight: bold;
  color: #060407;
}

h2, h3 {
  font-family: "Antic";
  text-align: center;
  font-weight: normal;
  color: #111111;
}

h4, h6 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto";
  font-size: 1em;
  line-height: 1.5em;
  color: #060407;
  font-weight: normal;
}

@media only screen and (min-width: 769px) and (orientation: landscape) {
  h4, h6 {
    color: #adaeaf;
    letter-spacing: 0.03em;
  }
}

/* LAYOUT */
/* STYLING FOR HEADER ELEMENTS*/
@media (min-width: 1em), screen and (orientation: portrait) {
  #hetpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eee4f1;
    background-image: url("../dist/imgs/1920.png");
    background-image: url("../dist/imgs/logo2020.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #hetpage {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100vh;
    max-width: 100vw;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #hetpage {
    background-image: url("../dist/imgs/1920.png");
    background-image: url("../dist/imgs/logo2020.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .Colsplit-between {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    Padding-top: 22px;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .Colsplit-between {
    opacity: 0.9;
    height: 86%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .Colsplit-between {
    width: 100vw;
    height: 100%;
    margin-top: 41%;
    padding: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .Colsplit-between {
    height: 100%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    top: 26%;
    background-position: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #Colsplit-box1 {
    height: 93%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #Colsplit-box1 {
    margin-bottom: 0px;
    height: 100%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #Colsplit-box1 {
    height: 84%;
    margin-top: 156px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #Colsplit-box1 {
    height: 83%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .landing-page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .landing-page {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -43px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .landing-page {
    margin: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .landing-page {
    margin-top: -10px;
    height: 63px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .hetpage-li {
    width: 100%;
    height: 65px;
    width: 100%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .hetpage-li {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .hetpage-li {
    width: 100%;
    margin-top: 60px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .bio {
    margin-top: 8%;
    width: 64%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .bio {
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .bio {
    margin: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .bio a {
    border: none;
    border-radius: 16px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .bio a {
    background-color: rgba(75, 0, 130, 0.28);
    width: 40%;
    height: auto;
    border-radius: 50%;
    color: orange;
    border: 3px solid gray;
  }
  .bio a:hover {
    background-color: red;
    width: 100%;
    border-radius: 1.5rem;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #portfolio-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #portfolio-header {
    margin-top: 69px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #portfolio-header {
    padding-top: 18%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #portfolio-header {
    width: 71%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 3%;
    margin-bottom: 3%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #bulgeword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    text-align: right;
    color: #fcf4fd;
    text-align: right;
    font-size: 1em;
    letter-spacing: 0.03em;
    line-height: 15pt;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    max-height: 85%;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #bulgeword {
    font-size: 1.07em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #bulgeword {
    font-size: 1.7em;
    letter-spacing: 0.08em;
    color: #dceaea;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #bulgeword p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5em;
    letter-spacing: 0;
    color: #3a5658;
    font-weight: bold;
    line-height: 1.1em;
    font-weight: bold;
    padding-top: 70px;
    margin-bottom: 34px;
  }
  .title1, .title3 {
    font-family: sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-transform: capitalize;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .title1, .title3 {
    line-height: 1.1em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .title1, .title3 {
    font-size: 0.58em;
    color: #f2e3f2;
    letter-spacing: 0.14em;
    font-weight: lighter;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #portfolio -color {
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Open Sans";
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #portfolio -color {
    font-size: 0.86em;
    font-weight: normal;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #myName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fffdfd;
    width: 100%;
    line-height: 1.4em;
    font-weight: lighter;
    font-family: 'Anton', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.76em;
    letter-spacing: 0.33em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #myName {
    padding: 10px 0;
    line-height: 65pt;
    color: #9C27B0;
    padding: 10px 0;
    line-height: 65pt;
    font-size: 2.52em;
    color: #9C27B0;
    letter-spacing: 0.2em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #myName {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1em;
    text-transform: uppercase;
    color: white;
    font-width: lighter;
    font-family: sans-serif;
    letter-spacing: 0em;
    line-height: 1.3em;
    padding: 8px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .ohk-logo {
    width: 33%;
    margin: auto;
    border: 1px solid;
    height: 180px;
  }
  #hetinfo {
    height: 40px;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #hetinfo {
    margin-bottom: 78px;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #hetinfo {
    width: 100%;
    height: 55px;
    line-height: 167px;
    background-size: contain;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #hetinfo {
    height: 40px;
    background-size: contain;
    border: none;
    margin: 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .intro1 {
    margin: auto;
    margin-top: 16px;
    color: #f5eabe;
    font-size: 1.826em;
    position: relative;
    text-align: justify;
    letter-spacing: 0em;
    font-family: "Dancing Script";
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .intro1 {
    color: #8e8c8c;
    font-size: 3.3em;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .intro1 {
    font-size: 3.2em;
    margin-top: 10px;
    background-color: #673a6d;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .intro, .nameohk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    color: #d8f7ff;
    font-size: 1.44em;
    letter-spacing: 0.05em;
    position: relative;
    text-align: justify;
    font-family: sans-serif;
    width: auto;
    padding: 8px 8px 0 8px;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .intro, .nameohk {
    margin-top: 41px;
    font-weight: normal;
    text-shadow: none;
    font-size: 2em;
    padding: 14px;
    position: relative;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .intro, .nameohk {
    font-size: 1em;
    font-weight: 600;
    line-height: 2em;
    width: auto;
    letter-spacing: 0.03em;
    margin-top: 0px;
    border-radius: 5px;
    color: white;
    padding: 0 30px;
    border: none;
    text-transform: normal;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .intro span, .nameohk span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .viewwork {
    cursor: pointer;
  }
  .nameohk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.88em;
    margin-top: 2px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "helvetica";
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .nameohk {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 68px;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-family: Georgia, Times, serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .nameohk {
    font-size: 1.22em;
    letter-spacing: 0em;
    color: #14151f;
    text-transform: none;
    font-family: Georgia, Times, serif;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .folders-container2 {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .folders-container2 {
    padding: 0;
    width: 74vw;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-image: url("../dist/imgs/1920.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .folders-container2 {
    background-color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #logo-space {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 1020px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 1020px) and (orientation: landscape) {
  .fa {
    display: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .fa-bars {
    color: #04c2c9;
    font-size: 1.7em;
    padding: 8px;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .fa-bars {
    display: none !important;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .fa-bars {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .fa-bars {
    color: lightseagreen;
    height: 0px;
    line-height: 0px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 1020px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 1020px) and (orientation: landscape) {
  .fa-bars {
    display: none !important;
    background-color: orange;
    padding: 12px;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .fas {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .fas {
    display: none !important;
  }
}

@media only screen and (min-width: 1em) and (min-width: 1020px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 1020px) and (orientation: landscape) {
  .fas {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 1020px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 1020px) and (orientation: landscape) {
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 1020px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 1020px) and (orientation: landscape) {
  .ham-lines {
    display: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .logo-desc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding-top: 60px;
  }
  .logo-desc .ok {
    font-size: 0.82em;
    color: rgba(52, 30, 37, 0);
    font-family: "Source";
    letter-spacing: 0.06em;
  }
  #folders-container {
    padding: 18px 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4.5px 4.5px 0 0;
    border-radius: 0 22px 0 0 0;
    background-color: #120115;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #folders-container {
    padding: 7px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #folders-container {
    width: 86vw;
    padding: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    background-image: none;
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #folders-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100vw;
    background: none;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3px 11px;
    height: auto;
    padding-bottom: 5px;
    padding-top: 2px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .reduced {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .reduced {
    height: 61px;
    background-color: none;
    border: none;
    width: 86vw;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .reduced {
    z-index: 999999;
    background-image: none;
    padding: 19px 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .nav-folders {
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 89%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 4px 0 0 0;
    list-style: none;
    margin: 0 0 8px 12px;
    border-bottom: 1px solid gray;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .nav-folders {
    width: 81%;
    margin: 2px 9px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .nav-folders {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .nav-folders {
    width: 10%;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
    margin: 0;
    border-bottom: none;
    border-radius: 4px;
    background-color: #04c2c9;
  }
  .nav-folders:visited, .nav-folders:active, .nav-folders:focus, .nav-folders:hover {
    background-color: #04C2C9;
    background: none;
    color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .menu2 {
    border-radius: 0 10px 0 0;
    background-color: #fffafa;
    padding: 0;
    border: 0.5px solid white;
    height: 35px;
    border-radius: 0 0 8px 8px;
  }
  .menu2 a {
    height: 100%;
    line-height: 28px;
    width: 97%;
    font-size: 0.98em;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .menu2 a {
    font-size: 0.9em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .hamburger-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    cursor: pointer;
    line-height: 38px;
    font-size: 0.7em;
    text-align: center;
    font-weight: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 1px 7px 0px #76b6d4;
            box-shadow: 0px 1px 7px 0px #76b6d4;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .hamburger-menu {
    padding: 0;
    width: 100%;
    margin: auto;
    border: none;
    cursor: pointer;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: none;
    background-color: mone;
    border-right: 1px solid #76b6d4;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .hamburger-menu {
    height: 100%;
    width: 100%;
    line-height: 0px;
    color: #131426;
    background-color: none;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 1.5px;
    -webkit-box-shadow: 0px .3px 1px .3px #76b6d4;
            box-shadow: 0px .3px 1px .3px #76b6d4;
    padding: 0px;
  }
  .hamburger-menu:hover {
    background-color: #3a1c42;
  }
  .hamburger-menu:active, .hamburger-menu:focus {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 3px .6px #240c27;
            box-shadow: 3px .6px #240c27;
    padding: 5px;
    border-left: 0.5px solid #04c2c9;
    background-color: #3a1c42;
    -webkit-box-shadow: 0px 0px 23px -8px #04c2c9;
            box-shadow: 0px 0px 23px -8px #04c2c9;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .fields {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 0.82em;
    letter-spacing: 0.07em;
    color: #465560;
    width: 100%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .fields {
    font-size: 1em;
    letter-spacing: 0em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .fields {
    font-size: 0.77em;
    font-weight: normal;
    color: white;
    border-radius: 1.5px;
    background-color: #755f69;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .fields:hover {
    color: #ffffff;
    -webkit-transition: 0.06s ease-in;
    transition: 0.06s ease-in;
    font-style: normal;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .nav-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    font-family: "NTR", sans-seriff;
    font-size: 1.3em;
    width: auto;
    letter-spacing: 0.1em;
    color: #76b6d4;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .nav-archives {
    font-size: 1.1em;
    padding: 2px 18px;
    text-align: center;
    background-color: none;
    font-weight: normal;
    -ms-flex-item-align: center;
        align-self: center;
    width: auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .nav-archives {
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
    letter-spacing: 0;
    color: white;
    z-index: 999;
    font-weight: bold;
    font-size: 0.77em;
    font-family: "Open Sans";
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .nav-archives:visited {
    font-style: oblique;
    color: red;
  }
  .haus {
    top: 0;
    width: 100%;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999999;
    background-color: #1b0615;
    background: url("../dist/imgs/pattern.jpg");
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .haus {
    position: fixed;
    width: 11%;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .haus {
    top: 0;
    left: 0;
    height: 60px;
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .haus {
    display: none;
    height: 100px;
    border: 1px solid blue;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .haus ul {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #200325;
    border-bottom: 1px solid #ccc37f;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .haus ul {
    width: 100%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .haus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1em) and (min-width: 1020px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 1020px) and (orientation: landscape) {
  .haus ul {
    display: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .haus ul li {
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .haus ul li {
    z-index: 99;
    width: 100%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .main-menu {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
    color: white;
    font-size: 1em;
    cursor: pointer;
    font-weight: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Roboto";
    background-color: #4f5852;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-shadow: 0px 0px 133px -13px #04c2c9;
            box-shadow: 0px 0px 133px -13px #04c2c9;
    background-color: 3c474c;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .mobile-container {
    max-height: 100%;
    width: 62%;
    top: 0;
    display: none;
    z-index: 999999;
    position: fixed;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 18px 0 0 0;
    background-color: #1d0221;
    border: 1px solid #605c3c;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .mobile-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 67px;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    z-index: 99999999;
    position: fixed;
    border-radius: 0;
    background-image: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-content: space-around;
    background-color: #36083e;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0px;
    background-color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: white;
  }
  body main {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #200325;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  body main {
    background: #3a1a40;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  body main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  body main section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: -5px;
    overflow: hidden;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  body main section {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #about {
    width: 100vw;
    height: auto;
  }
  #wagai {
    width: 100vw;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #wagai {
    width: 100%;
    height: 100%;
    margin-bottom: 33px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .main-paragraph {
    margin: auto;
    color: #3c3937;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 20px;
    font-size: 1.045em;
    line-height: 1.67em;
    margin-bottom: 20px;
    text-align: justify;
    font-family: "Open Sans";
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .main-paragraph {
    font-size: 1em;
    margin-bottom: 40px;
    letter-spacing: normal;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .main-paragraph {
    margin: 0;
    width: 85%;
    font-size: 1em;
    line-height: 1.7em;
    padding-top: 20px;
    text-align: justify;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .columnsSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .columnsSplit {
    width: 74%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .columnsSplit {
    width: 100%;
    background: gainsboro;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .columnsSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 38%;
    margin: 10px 20px;
    border: none;
    broder-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 0px 1px 11px 3px #afb9b9;
            box-shadow: 0px 1px 11px 3px #afb9b9;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .animation-caption, .gallery-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Raleway:700", sans-serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .animation-caption, .gallery-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.05em;
    width: 60%;
    padding: 0;
    color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .spec {
    font-family: "Raleway", sans-serif;
    font-size: 0.88em;
    width: 100%;
    color: white;
    padding: 8px 0 0 0;
    margin-top: 12px;
    line-height: 1.3em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .spec {
    padding: 10px;
    width: 80%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .gallery-link {
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 1.35em;
    width: 100%;
    margin-top: 20px;
    line-height: 1.35em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .gallery-link {
    font-size: 1.81em;
    margin-top: 20px;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .gallery-link {
    color: white;
    font-size: 1.77em;
    margin-top: 37px;
    margin-bottom: -14px;
    width: 100%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .bio-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .opening_statement, .mini_statement, .block {
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 91%;
    margin-bottom: 20px;
    line-height: 1.44em;
    color: white;
    font-weight: normal;
    font-family: Rokkitt, serif;
    padding: 0px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .opening_statement, .mini_statement, .block {
    width: 94%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    background: none;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .opening_statement, .mini_statement, .block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 33px 0 20px 0;
    padding: 30px 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .opening_statement p, .mini_statement p, .block p {
    font-size: 15.5pt;
    line-height: 19pt;
    color: #adcdd8;
    padding: 0 0 16px 0px;
    margin-bottom: -8px;
    font-weight: normal;
    max-height: 85%;
    font-family: "NTR", sans-seriff;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .opening_statement p, .mini_statement p, .block p {
    font-size: 14pt;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .opening_statement p, .mini_statement p, .block p {
    font-size: 14pt;
    line-height: 18pt;
    width: 91%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .opening_statement p, .mini_statement p, .block p {
    padding: 0px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    letter-spacing: 0em;
    line-height: 15pt;
    width: 50%;
    color: #f8f8f8;
    color: black;
    font-size: 0.88em;
    background: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .opening_statement span, .opening_statement .par-title, .mini_statement span, .mini_statement .par-title, .block span, .block .par-title {
    font-size: 1.42em;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    color: #000000;
    line-height: 2.1em;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .opening_statement span, .opening_statement .par-title, .mini_statement span, .mini_statement .par-title, .block span, .block .par-title {
    font-size: 1.66em;
    margin: auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .opening_statement span, .opening_statement .par-title, .mini_statement span, .mini_statement .par-title, .block span, .block .par-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0 14px 0;
    margin: 0;
    font-weight: bolder;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    letter-spacing: 0.15px;
    font-size: 1.6em;
    display: flex;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .opening_tatement {
    display: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #about_text {
    font-size: 12pt;
    line-height: 17pt;
    color: white;
    padding: 0 15px;
    margin-bottom: -8px;
    font-weight: normal;
    font-family: "Raleway", sans-serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #about_text {
    font-size: 1.23em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #about_text {
    padding: 0px 16px;
    margin: 0 auto;
    letter-spacing: 0em;
    font-size: 1.2em;
    line-height: 1.6em;
    background: none;
    font-style: normal;
    width: 100%;
    margin-top: 12px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .block {
    width: 100vw;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .block {
    padding: 5px;
    width: 92%;
    margin: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .block p {
    font-family: Rokkitt, serif;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .hide-desktop {
    display: none;
  }
  .opening_statement_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100vw;
    line-height: 1.5pt;
    padding: 0px 6px;
    margin-bottom: 60px;
    font-family: "NTR", sans-seriff;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .opening_statement_desktop {
    padding: 0;
    font-size: 1.3em;
    margin-left: 40px;
    width: 89%;
    margin-right: 40px;
    margin-bottom: 40px;
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .opening_statement_desktop {
    width: 60%;
    text-align: justify;
    padding-top: 0px;
    margin-bottom: 80px;
    font-size: 1em;
    letter-spacing: 0em;
    line-height: 1.4em;
    background: none;
    font-weight: normal;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .opening_statement_desktop p {
    padding: 0 17px;
    font-size: 10pt;
    color: white;
    line-height: 15pt;
    margin: 0;
    font-family: "NTR", sans-seriff;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .opening_statement_desktop p {
    font-size: 14pt;
    line-height: 19pt;
    text-align: justify;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .opening_statement_desktop p {
    width: 54%;
    font-size: 14pt;
    line-height: 18pt;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .mini_statement {
    background: none;
    font-size: 1em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 52px;
    border-radius: 4px;
    height: auto;
    background-color: #37133c;
    -webkit-box-shadow: 3px 2px 216px 0px lightcyan;
            box-shadow: 3px 2px 216px 0px lightcyan;
    margin-bottom: 2%;
    z-index: 99;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .screen {
    height: 48px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .screen {
    background: repeating-linear-gradient(45deg, #673a6d, transparent 100px);
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .screen {
    height: auto;
    width: 100vw;
    border: 0px;
    border-radius: 3px;
    border: none;
    background: #683a6e;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    background: repeating-linear-gradient(45deg, #673a6d8f, #0000002e 100px);
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .screen li {
    list-style: none;
  }
  #push-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
    list-style: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: "Raleway:700", sans-serif;
    margin-left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99999;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #push-up {
    font-size: 1.16em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #push-up {
    font-size: 30pt;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #push-up {
    background: none;
    border-radius: 4px;
    padding: 5px 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1em;
    background-color: #04c2c9;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    border-bottom: 2px solid #04c2c9;
    -webkit-box-shadow: 0px 7px 40px -18px #04c2c9;
            box-shadow: 0px 7px 40px -18px #04c2c9;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #push-up .bar {
    width: auto;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #push-up .bar {
    padding: 10px;
    margin-bottom: 1px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #push-up .bar {
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 137px;
    padding: 5px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #push-up .bar span {
    width: auto;
    height: auto;
    line-height: 0.5em;
    letter-spacing: 0;
    font-size: 1.14em;
    text-transform: none;
    font-weight: bold;
    color: #e8f0f7;
    text-transform: uppercase;
    padding: 0;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 1.25em;
    padding: 0;
    line-height: 0.1em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #push-up .bar .fa-anchor {
    font-size: 1.5em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #push-up #bottom-line {
    width: 88%;
    color: #5c3663;
    border: 1px solid;
    margin-top: 12px;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #push-up #bottom-line {
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #push-up #bottom-line {
    color: white;
    width: 100%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #push-up #bottom-line {
    color: #fa3031;
    color: white;
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #pro-title {
    padding: 13px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #pro-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .pro-title {
    color: #ffffff;
    font-size: 1.2em;
    padding: 11px;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .pro-title {
    color: #090a0c;
    font-weight: bold;
    font-size: 1em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #title_name {
    color: #04C2C9;
    font-family: "Cabin Sketch", Garamond;
    font-size: 1.75em;
    padding: 24px;
    text-align: center;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #title_name {
    font-size: 1.46em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #title_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 100%;
    letter-spacing: 0.02em;
    font-size: 1.75em;
    margin: 0;
    padding: 0;
    padding-top: 45px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .skills-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0;
    letter-spacing: 0.05em;
    color: #564d48;
    text-align: center;
    font-weight: bold;
    font-size: 1.18em;
    text-transform: normal;
    height: 41px;
    line-height: 45.2px;
    padding-left: 7%;
    font-family: "Rajdhani", sans-serif;
    background-color: rgba(240, 224, 176, 0.56);
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .skills-title {
    font-size: 1.66em;
    width: 93%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .skills-title {
    color: #2e7a96;
    font-size: 1.1em;
    padding: 0;
    line-height: 44.2px;
    padding-left: 1%;
    width: 94%;
    border-bottom: 1px solid #f0e4cb;
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .ompa {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #4f4c49;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #grafix, .projects, .wagai-weh, #wagai, #projects, #portfolio, #gd-projects, #dm-projects, #film-projects, #t-projects, #about, #talent-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #grafix, .projects, .wagai-weh, #wagai, #projects, #portfolio, #gd-projects, #dm-projects, #film-projects, #t-projects, #about, #talent-projects {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #grafix a, .projects a, .wagai-weh a, #wagai a, #projects a, #portfolio a, #gd-projects a, #dm-projects a, #film-projects a, #t-projects a, #about a, #talent-projects a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    border: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #grafix a, .projects a, .wagai-weh a, #wagai a, #projects a, #portfolio a, #gd-projects a, #dm-projects a, #film-projects a, #t-projects a, #about a, #talent-projects a {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #gd-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #gd-projects {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #film-projects, #contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    with: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    border-top: 4px solid #6f3d75;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) and (min-width: 769px) and (orientation: landscape) {
  #film-projects a, #contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .wagai-weh {
    height: 100vh;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .wagai-weh {
    height: 100vh;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #external_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    margin: 0;
    background-color: #04C2C9;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #external_link:hover {
    background-color: #e29aba;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #content-holder {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #content-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin: 5px 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #content-holder h1 {
    padding: 0 20px 0 20px;
    font-size: 1.1em;
    margin-top: 40px;
    color: #73726b;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #content-holder h1 {
    font-size: 1.3em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #bio {
    width: 78%;
    margin-top: 10%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .grafix {
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #grafix {
    overflow-y: scroll;
    text-decoration: none;
  }
  .contact-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .contact-section {
    height: 100%;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .contact-section {
    background-color: #060410;
    margin: 0 auto;
    height: 100%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .contact-section #contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .contact-section #contact p {
    width: 100%;
    font-family: "Dancing Script";
    font-size: 1.5em;
    text-align: justify;
    color: #bedfef;
    text-align: center;
    font-weight: lighter;
    line-height: 29px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .contact-section #contact p {
    width: 100%;
    font-size: 2.1em;
    line-height: 37px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .contact-section #contact p {
    width: 100%;
    font-size: 1.65em;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .sm-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .sm-container {
    width: 100vw;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .sm-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #myCanvas-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 84px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #myCanvas-mobile {
    height: 242px;
    margin-right: -94px;
    padding: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #myCanvas-mobile {
    padding-left: 87px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #myCanvas-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 109px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #myCanvas-menu {
    padding-left: 85px;
    height: 131px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #myCanvas-menu #pen-off {
    margin-top: 20px;
    font-size: 0.95em;
    font-weight: bold;
    font-family: "Roboto";
    color: #968f3a;
    padding-bottom: 10px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #968f3a;
  }
  #address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
    margin: 0 auto;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    line-height: 50px;
    margin-bottom: -65px;
    z-index: 9999;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  #address {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #address {
    width: 48%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #address button {
    background-color: snow;
    border-radius: 4px;
    border: none;
  }
  #address button a {
    backround: none;
    z-index: 999999;
    color: tan;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #address button a {
    background: none;
    cursor: pointer;
    z-index: 999999;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  button.accordion {
    height: 37px;
    font-family: Rokkitt, serif;
    color: #696b64;
    font-size: 1.12em;
    font-weight: bolder;
    text-transform: uppercase;
    width: 43%;
    text-align: center;
    outline: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    letter-spacing: 0.28em;
    font-family: Rokkitt, serif;
    margin: 30px 0px 0px 0px;
    margin-bottom: 24px;
    border: 0;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  button.accordion {
    width: auto;
    margin-top: 13px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  button.accordion {
    width: auto;
    height: 36px;
    color: #358876;
    font-size: 1.21em;
    font-family: "Rajdhani", sans-serif;
    background-color: #f6efe0;
    letter-spacing: 0.13em;
    margin-top: 22px;
    border: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  button.accordion {
    cursor: pointer;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 28px;
    margin: 0;
    padding: 0 8px;
    font-family: '$font-stack-open-sans';
    background-color: rgba(239, 232, 217, 0);
    color: #90928c;
    font-size: 0.78em;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  button.accordion.active, button.accordion:hover {
    width: 43%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-align: center;
    font-size: 1.05em;
    font-weight: bolder;
    border-bottom: 2px solid greenyellow;
    color: #000000 !important;
    height: 35px;
    border-bottom: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  button.accordion.active, button.accordion:hover {
    border: 1px solid rgba(155, 149, 130, 0.33);
    height: 36px;
    margin: auto;
    color: #5594ab;
    background-color: #f8f7f6;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  button.accordion.active, button.accordion:hover {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 28px;
    margin: 0;
    padding: 0 8px;
    font-family: '$font-stack-open-sans';
    background-color: rgba(31, 33, 30, 0);
    color: #42443f !important;
    font-size: 0.78em;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  div.panel {
    padding: 0 8px;
    display: none;
    height: auto;
    width: 45%;
    border-top: 0;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: #3b3a49;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  div.panel {
    background-color: rgba(222, 231, 128, 0.68);
    width: 81%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  div.panel {
    position: fixed;
    width: auto;
    top: 4.7%;
    left: 18%;
    background-color: #fffef2;
    border: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  div.panel {
    width: 89%;
    top: 50px;
    left: 284px;
    border: 0px solid #b4c883;
    background: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .skills-caption, .gd-caption {
    display: none;
    margin: auto;
    margin-top: 10px;
    font-weight: normal;
    font-size: 1.24em;
    line-height: 1.5em;
    font-family: Rokkitt, serif;
    color: white;
    text-align: center;
    padding: 16px 16px 30px 16px;
    margin-top: -33px;
    margin-bottom: 33px;
    text-align: justify;
    font-size: 12pt;
    line-height: 18pt;
    color: white;
    font-weight: normal;
    max-height: 85%;
    font-family: "Raleway", sans-serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .skills-caption, .gd-caption {
    font-size: 1.3em;
    letter-spacing: normal;
    margin: 0;
    width: 96%;
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .skills-caption, .gd-caption {
    margin: 0;
    text-align: justify;
    width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    background: none;
    padding: 0;
    font-size: 1.25em;
    letter-spacing: 0em;
    line-height: 1.53em;
    margin-left: -30px;
    margin-left: 0;
    background: none;
    font-family: Rokkitt, serif;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .scpmt-gd, .scpmt-t2 {
    font-size: 15.5pt;
    line-height: 19pt;
    color: #adcdd8;
    display: none;
    margin-top: -30px;
    font-family: "NTR", sans-seriff;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .scpmt-gd, .scpmt-t2 {
    font-size: 14pt;
    width: 90%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .scpmt-gd, .scpmt-t2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 93%;
    font-size: 14pt;
    line-height: 20pt;
    padding: 12px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .scpmt-gd, .scpmt-t2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 0px;
    padding: 0;
    color: black;
    line-height: 16pt;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.88em;
    letter-spacing: 0em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #gd-folders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #gd-folders {
    width: 200px;
    background-color: #f9f7e3;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #gd-folders {
    margin-left: 3px;
    background-color: #33302e;
    width: 98%;
    border-radius: 5px;
    background: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #gd-folders li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-bottom: 0.5px solid #6f868e;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #gd-folders li {
    margin-top: 12px;
    padding: 7px 0px;
    border-radius: none;
    background-color: #5594ab;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #gd-folders li {
    margin: 6px 0;
    border-bottom: 1px solid #e3e6e8;
    background-color: #fbf1d6;
    border-radius: 5px;
    width: 64%;
    background: none;
    border: none;
  }
  #gd-folders li:hover {
    background-color: #fbf1d6;
    border: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #gd-folders #nav-folders:nth-child(4) {
    margin-bottom: 50px;
  }
  #gd-folders #nav-folders:nth-child(4) h4 {
    font-family: "Rajdhani", sans-serif;
    color: black;
    font-weight: bolder;
    font-size: 1em;
    line-height: 16.5px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    letter-spacing: 0.04em;
    margin: 0;
    padding-left: 5px;
  }
  #gd-folders #nav-folders:nth-child(4) h4 a {
    width: 0%;
  }
  #main-gallery {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #main-gallery {
    height: auto;
    padding-bottom: 54px;
    background: #eee4f1;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #main-gallery {
    background: none;
    height: auto;
    border-top: 2px solid #6f3d75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #main-gallery a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #main-gallery a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #address button a {
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #address button a {
    padding: 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .fs-gal-view {
    display: none;
    height: 100%;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-color: #200325;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 999999;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .fs-gal-view {
    width: 100%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .fs-gal-view h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 6%;
    font-family: "Roboto";
    letter-spacing: 0.07em;
    line-height: 50px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid #6b6958;
    font-size: .66em;
    font-weight: lighter;
    letter-spacing: 0.07em;
    color: #b3c7d3;
    font-size: 0.66em;
    font-family: sans-serif;
    text-align: center;
  }
  .fs-gal-prev, .fs-gal-next, .fs-gal-close {
    position: absolute;
    top: calc(74vh - 20px);
    height: 40px;
    width: 40px;
  }
  .fs-gal-prev {
    left: 0;
  }
  .fs-gal-next {
    right: 0;
  }
  .fs-gal-close {
    top: 6px;
    right: 19px;
    height: 24px;
    width: 30px;
    background-color: #fbfdff;
    border-radius: 6px 6px 2px 2px;
    padding: 1px 6px 1px 6px;
    border: 0.5px solid white;
    top: calc(13vh - 20.8px);
    z-index: 1;
  }
  .fs-gal:hover, .fs-gal-nav:hover, .fs-gal-close:hover {
    cursor: pointer;
  }
  .fs-gal {
    width: 98%;
    height: auto;
    float: left;
    padding: 7px;
    border: 1px solid #cec8c3;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .fs-gal {
    width: 50%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .fs-gal {
    margin: auto;
    width: 49%;
    margin: 8px;
    border: 3px solid #4b1852;
    -webkit-box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.36);
            box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.36);
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .static-image {
    width: 26%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .static-image {
    width: 14%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .img-split {
    margin-bottom: 0px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .img-split, .selfie {
    height: 20%;
    width: 97%;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .img-split, .selfie {
    width: 96%;
    margin-top: 49px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .img-split, .selfie {
    margin-top: 21px;
    border: none;
    margin-bottom: 0px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .selfie {
    height: 9%;
    width: 52% !important;
    border-radius: 4.8px !important;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .selfie {
    width: 22% !important;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .selfie {
    width: 26% !important;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .selfie2 {
    margin-top: 41px;
    margin-bottom: 20px;
    width: 85%;
    border-radius: 4.8px;
    border: 6px solid #f7eed3;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .selfie2 {
    width: 65%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .selfie2 {
    margin: 25px;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    border: none;
    z-index: 4;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .rgdp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #faf6e6;
    color: #3e290c;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .rgdp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.71em;
    line-height: 2em;
    padding-left: 8px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .rgdp {
    font-size: 1.7rem;
    font-style: oblique;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .show_inlarge {
    display: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Antic";
    text-align: justify;
    color: #26061e;
    text-transform: uppercase;
    font-weight: bold;
    color: #060407;
  }
  .big-gallery {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    padding-bottom: 33px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .big-gallery {
    margin: auto;
    padding-top: 33px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .big-gallery {
    -ms-flex-item-align: center;
        align-self: center;
    height: 100%;
    width: 90%;
    margin-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
    overflow: hidden;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .container, .talentpage {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    padding-top: 16px;
    border: 1px solid #e6dee2;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .container, .talentpage {
    margin: auto;
    padding: 33px 0px;
    margin-bottom: 33px;
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .container, .talentpage {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 50px;
    border: none;
    background-color: rgba(247, 239, 214, 0);
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  iframe {
    width: 600px;
    height: 270px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .talentpage {
    margin-top: 0px;
    padding: 0px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .iframe {
    width: 83%;
    height: 100%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .iframe {
    margin: auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .hold_in2, .hold_in2_gd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    width: 100%;
    padding: 8px 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #read-on {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    text-align: left;
    width: 100%;
    font-size: 0.96em;
    letter-spacing: 0.048em;
    font-family: "Rajdhani", sans-serif;
    color: #341e25;
  }
  #read-on .showRead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    color: #9d8b70;
    font-style: italic;
    width: 128px;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #read-on .showRead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #read-on .open-caption, #read-on .gdReadmore, #read-on .tReadmore {
    font-family: "Antic";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 12px;
    color: #607D8B;
    width: 116px;
    font-size: 1.15em;
    border-bottom: 1px dotted;
    letter-spacing: 0.05em;
  }
  #skills-descOpen, #gd-descOpen, #t-descOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #skills-descOpen, #gd-descOpen, #t-descOpen {
    display: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #skills-descClose, #gd-descClose, #t-descClose {
    display: none;
    margin-top: -13px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #skills-descClose, #gd-descClose, #t-descClose {
    margin-top: 30px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .close-caption, .gdClose, .dmClose, .tClose {
    color: #607D8B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.24em;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
    font-style: oblique;
    border-bottom: 1px solid #fffefe;
    font-family: Rokkitt, serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .close-caption, .gdClose, .dmClose, .tClose {
    margin: 0;
    color: #0f1714;
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .close-caption, .gdClose, .dmClose, .tClose {
    color: #222222;
    font-size: 0.81em;
    margin: 0 auto;
    padding: 0px;
    font-family: Rokkitt, serfi;
    font-style: oblique;
    background: none;
    border: none;
    width: auto;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .close-caption {
    color: #43d1d6;
    font-size: 1em;
    margin: 5px;
  }
  .small-intro {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .small-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .small-intro {
    width: 89%;
    margin: 14.922px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .small-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .small-intro .major-title {
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #43d1d6;
    font-weight: bold;
    line-height: 1.5em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 7px;
    margin-bottom: -18px;
    margin-top: 0;
    width: 50%;
    padding-left: 0px;
    font-family: "Cabin Sketch", Garamond;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .small-intro .major-title {
    font-size: 1.35em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .small-intro .major-title {
    padding: 0;
    width: 44%;
    margin-top: -9px;
    margin-bottom: 10px;
    line-height: 1.05em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.45em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks, .one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks, .one {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: white;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section, .blocks .one, .one section, .one .one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    margin: auto;
    background-color: #200325;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blocks section, .blocks .one, .one section, .one .one {
    background: gainsboro;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section, .blocks .one, .one section, .one .one {
    width: 68%;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    margin: 20px;
    margin-top: 8px;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.36);
            box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.36);
    background-color: #eae8ea;
    padding-bottom: 50px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section div, .blocks .one div, .one section div, .one .one div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    height: auto;
    width: 100%;
    margin: auto;
    border-bottom: none;
    display: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section div, .blocks .one div, .one section div, .one .one div {
    margin: 0;
    width: 100%;
    background: none;
    background-image: none;
    border: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section #website_background2, .blocks .one #website_background2, .one section #website_background2, .one .one #website_background2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: auto;
    margin: auto;
    margin-top: 20px;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blocks section #website_background2, .blocks .one #website_background2, .one section #website_background2, .one .one #website_background2 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section #website_background2, .blocks .one #website_background2, .one section #website_background2, .one .one #website_background2 {
    margin-top: 0;
    background-image: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section #website_background2 img, .blocks .one #website_background2 img, .one section #website_background2 img, .one .one #website_background2 img {
    width: 92%;
    height: auto;
    margin: auto;
  }
}

@media (min-width: 1em) and (device-width: 1em), screen and (orientation: portrait) and (device-width: 1em), screen and (min-width: 1em) and (orientation: landscape), screen and (orientation: portrait) and (orientation: landscape) {
  .blocks section #website_background2 img, .blocks .one #website_background2 img, .one section #website_background2 img, .one .one #website_background2 img {
    width: 74%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blocks section #website_background2 img, .blocks .one #website_background2 img, .one section #website_background2 img, .one .one #website_background2 img {
    width: 83%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section #website_background2 img, .blocks .one #website_background2 img, .one section #website_background2 img, .one .one #website_background2 img {
    width: 80%;
    -webkit-box-shadow: 3px 4px 4px 3px #b2b7b7;
            box-shadow: 3px 4px 4px 3px #b2b7b7;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section #website_background2 h4, .blocks .one #website_background2 h4, .one section #website_background2 h4, .one .one #website_background2 h4 {
    color: #29343b;
  }
  .blocks section h4, .blocks .one h4, .one section h4, .one .one h4 {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.34em;
    letter-spacing: 0;
  }
  .blocks section a, .blocks .one a, .one section a, .one .one a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section a, .blocks .one a, .one section a, .one .one a {
    width: 60vw;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section img, .blocks .one img, .one section img, .one .one img {
    width: 94%;
    height: auto;
    border-radius: 2px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section img, .blocks .one img, .one section img, .one .one img {
    width: 88%;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section p, .blocks .one p, .one section p, .one .one p {
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
    color: #cce2ec;
    letter-spacing: 0;
    padding: 20px;
    padding-bottom: 6px;
    font-weight: 900;
    margin: 0;
    text-transform: capitalize;
    font-family: "Raleway:700", sans-serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blocks section p, .blocks .one p, .one section p, .one .one p {
    padding: 10px 30px;
    font-size: 1.42em;
    margin: 26px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section p, .blocks .one p, .one section p, .one .one p {
    letter-spacing: 0em;
    line-height: 1.14em;
    font-size: 1.3em;
    width: 88%;
    color: #457990;
    padding: 11px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    padding: 10px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section button, .blocks .one button, .one section button, .one .one button {
    width: 41%;
    height: auto;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blocks section button, .blocks .one button, .one section button, .one .one button {
    width: 33%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section button, .blocks .one button, .one section button, .one .one button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border: none;
    background: none;
    height: auto;
    margin: 40px auto;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .blocks section button a, .blocks .one button a, .one section button a, .one .one button a {
    font-family: "Roboto";
    color: #ffffff;
    text-align: justify;
    font-size: 1em;
    letter-spacing: 0.05em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 2.15em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blocks section button a, .blocks .one button a, .one section button a, .one .one button a {
    padding: 0px;
    font-size: 1.85em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blocks section button a, .blocks .one button a, .one section button a, .one .one button a {
    letter-spacing: 0;
    font-size: 1.6em;
    height: 60px;
    font-weight: 400;
    line-height: 3em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .date {
    text-transform: uppercase;
    font-size: 7.5pt;
    font-weight: normal;
    color: #00BCD4;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .date {
    font-size: 0.79em;
    margin-left: 7px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .box-spec {
    width: auto;
    font-family: "Raleway:700", sans-serif;
    font-weight: 600;
    font-size: 9pt;
    width: 88%;
    text-transform: uppercase;
    color: #d8d0cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    -ms-flex-item-align: center;
        align-self: center;
    padding-top: 10px;
    line-height: 13pt;
    max-height: 85%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .box-spec {
    font-size: 12pt;
    width: 84%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .box-spec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1em;
    line-height: 1.4em;
    color: #403d3b;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .box-spec p {
    display: none;
  }
  .blue_line {
    margin-bottom: 0;
    color: #F44336;
    border: 1px solid;
  }
  .blue_line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 35%;
    margin: -3px 0 -3px 20px;
    padding: 0;
    border: 1px solid #F44336;
    color: #F44336;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .blue_line1 {
    width: 30%;
    margin-left: 55px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .blue_line1 {
    border: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .readmore_text {
    width: auto;
    background-color: rgba(156, 140, 133, 0);
    border: 0;
    height: auto;
  }
  .close_text {
    width: auto;
    background-color: rgba(156, 140, 133, 0);
    border: 0;
    height: auto;
    display: none;
  }
  #hide_h2, #hide_h2_gd, #hide_h2_t {
    display: none;
    margin-top: -23px;
    margin-bottom: 22px;
    margin-left: 12px;
    text-transform: none;
    line-height: 1.4em;
    font-size: 1.3em;
    color: #43d1d6;
    font-weight: bold;
    font-family: "Raleway:700", sans-serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #hide_h2, #hide_h2_gd, #hide_h2_t {
    padding-right: 8px;
    margin-top: 11px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #hide_h2, #hide_h2_gd, #hide_h2_t {
    padding-left: 0;
    width: 44%;
    margin: 30px 0 0px 290px;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: 0.04em;
    font-style: normal;
    font-size: 1.35em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #project_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    margin: 0px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #project_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #project_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
    background: none;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 11px;
    border: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .project_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: auto;
    margin-top: -10px;
    border-radius: 4px;
    color: #dfeaef;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .project_box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 91%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .project_box {
    width: auto;
    padding: 10px;
    margin: 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .project_box p {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #b9b9b9;
    font-family: "Raleway:700", sans-serif;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .project_box p {
    margin: 0;
    font-size: 11pt;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .project_box .toolName {
    font-family: "Raleway:700", sans-serif;
    color: #00BCD4;
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .project_box .toolName {
    font-size: 1.2em;
    letter-spacing: 0;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #quote {
    font-size: 1em;
    font-family: "Antic";
    color: green;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #quote {
    font-size: 1.3em;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #unkown {
    font-family: "Raleway", sans-serif;
    font-size: 8pt;
    font-weight: lighter;
    font-style: italic;
    margin-top: 7px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #unkown {
    margin-top: 10px;
    font-size: 9pt;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .outer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: none;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .outer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    height: 700px;
    width: 69%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .outer-div {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 84%;
    padding: 0 12px;
    margin: 2% 0;
    position: relative;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .outer-div div {
    background-color: #04C2C9;
    margin: 6px 0;
    width: 80%;
    height: 64px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .outer-div div {
    height: 80px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .outer-div div {
    width: 240px;
    padding-left: 10px;
    height: 110px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    width: 100%;
    height: auto;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 4px;
    margin-top: 17px;
    padding: 16px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .box {
    padding: 10px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .inner-div1, .inner-div2, .inner-div3, .inner-div4,
  .inner-div5, .inner-div11, .inner-div12 {
    height: 30%;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: cover;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .inner-div1, .inner-div2, .inner-div3, .inner-div4,
  .inner-div5, .inner-div11, .inner-div12 {
    background-repeat: no-repeat;
    height: 36%;
    margin-bottom: -10px;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .inner-div1, .inner-div2, .inner-div3, .inner-div4,
  .inner-div5, .inner-div11, .inner-div12 {
    border: none;
    height: auto;
    width: 90%;
    padding: 20px 0;
    border: 1px solid lemonchiffon;
    background-color: #04C2C9;
    background-size: contain;
    border-radius: 8px;
    margin: 20px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .inner-div11 {
    display: none;
  }
  .inner-div12 {
    padding: 0;
    height: 52px;
    width: 72%;
    border: none;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  .inner-div12 {
    background-repeat: no-repeat;
    height: 83px;
    width: 62%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .inner-div12 {
    display: none;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #canvasbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 481px) and (orientation: portrait), only screen and (orientation: portrait) and (min-width: 481px) and (orientation: portrait) {
  #canvasbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #box-canvas1 {
    width: 100vw;
    height: auto;
    display: block;
    margin: 20px auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #box-canvas {
    margin-left: 20%;
    width: 90vw;
    height: auto;
    display: block;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #box-canvas {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  #up-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    width: 25%;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  #up-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .fa-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 4px;
    font-size: 2.1em;
    color: #03A9F4;
  }
  .fa-angle-double-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    position: absolute;
    background-color: #673a6d;
    z-index: 5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 16px;
    font-size: 2em;
    border-radius: 2px;
    width: auto;
    height: auto;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .fa-angle-double-up {
    font-size: 2em;
    padding: 10px 24px;
    border-radius: 4px;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #060410;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
  .footnote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 6pt;
    line-height: 2em;
    margin-top: 23px;
    color: #cccccc;
  }
}

@media only screen and (min-width: 1em) and (min-width: 769px) and (orientation: landscape), only screen and (orientation: portrait) and (min-width: 769px) and (orientation: landscape) {
  .footnote {
    display: flex     s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0;
    width: 100%;
    height: auto;
    font-size: 8pt;
    line-height: 2em;
    color: #cccccc;
    font-family: "Raleway:700", sans-serif;
  }
}

@media (min-width: 1em), screen and (orientation: portrait) {
  .highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: pink;
  }
}

/* MODULES */
