html, body{
   overflow-x: hidden;
 }

 body {
   font-family: "termina", sans-serif;
   font-style: normal;
   font-weight: 400;
   color:#898c94;
   margin: 0;
   background: #1b1e1f;
 }
 main {
    top: 556px;
    position: relative;
    padding-top: 50px;
    background-color: black;
    float: left;
    width: 100%;
    display: block;
    z-index: 1000;
}
  h2, h3, h4, h5, h6 {
    font-family: "semplicitapro", Helvetica, Arial, sans-serif;
  }

  h1{
    font-family: "semplicitapro", Helvetica, Arial, sans-serif;
    letter-spacing: 5px;
    line-height: 70px;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  @media screen (min-width: 768px;){
    h1 {
       font-size:90px;
     }
   }
  h2 {
    text-transform: capitalize;
    color: #40dfda;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    border-bottom: 2px solid #adddfb78;
  }
  h3 {
    font-size:16px;
    font-weight: normal;
    margin-top: 0px;
  }
  p {
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    font-size:14px;
    line-height: 19px;
    font-weight: 100;
    margin-top: 80px;
   }
   A {
   color: white;
   text-decoration: none;
   font-size: 13px;
   text-transform: uppercase;
 }
 a:active {
   color: #42E8E3;
   text-decoration: underline;
 }
 a:hover {
   color: #40dfda;
   text-decoration: none;
 }
 @media (min-width: 620px) {
   h2 {
      line-height: 1.8em;
      font-size:28px;
      font-weight: 400;
      margin-bottom: 5px;
    }
  }
  @media (min-width: 1110px) {
    h2 {
       font-size:40px;
     }
   }
  @media (min-width: 768px) {
    p {
      font-size:20px;
      line-height: 19px;
      font-weight: 100;
    }
  }
  span {
    color: #40dfdadb;
    line-height: 1.5em;
  }
  @media screen and (min-width: 1100px) {
    h1.intro {
      width: 650px;
    }
  }
  @media screen and (min-width: 800px) {
    h1.intro {
      width: 550px;
      font-size: 70px !important;
    }
  }
  h1.intro {
    color: #cce6f7b3;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2em;
    text-transform:none;
    padding-bottom: 30px;
    margin-top: 200px;
    padding-top: 0px;
  }
  @media screen and (min-width: 500px) {
    h2.intro {
      width: 450px;
      font-size: 25px !important;
    }
  }

  h2.intro {
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    text-transform: none;
    line-height: 1.6em;
    color: #dfe2e1;
    font-size: 20px;
    border-bottom: none;
  }
  .box {
  position: relative;
  }
  .box .btn {
  position:absolute;
  bottom:40px;
  left:3.5%;
  margin-left:15px;
  }
  /* BUTTONS */
  .btn {
    border-radius: 4px;
    width: 130px;
    text-align: -webkit-center;
    font-weight: 200;
    text-decoration: none;
    font-family: "semplicitapro", Helvetica, Arial, sans-serif;
    margin:auto;
    margin-right: 20px;
    padding: 5px 15px;
    border: 2px solid #888d9c;
    box-shadow: 0px 0.5px 0px 0px #404352;
   }
   .btn.blue {
     background-color: #888d9c7a;
   }
   @media (min-width: 600px) {
     .btn {
       width: 150px;
       padding: 10px 30px;
     }
   }
   a:active.btn.blue{
     color: #f7f7f7;
      background-color: #40e0da;
      border: 2px solid #dbdada;
   }
   a:hover.btn.blue {
     color: #f7f7f7;
     background-color: #747d7d;
    border: 2px solid #dbdada;
   }

.image-bg {
  margin-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 0;
  background-image: url(../images/my-photo2.png);
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (min-width: 400px) {
.image-bg {
  background-image: url(../images/my-photo2.png);
  background-repeat: no-repeat;
  background-position: right top;
  }
}
@media screen and (min-width: 540px) {
.image-bg {
  background-image: url(../images/my-photo3.png);
  background-repeat: no-repeat;
  background-position: right top;
    }
 }
@media screen and (min-width: 750px) {
  .image-bg {
    padding-left: 15%;
    padding-right: 15%;
    background-image: url(../images/my-photo.png);
    background-repeat: no-repeat;
    background-position: right top;
  }
}
@media screen and (min-width: 850px) {
  .image-bg {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.image-bg.no-image{
  background-image: none;
  padding-top: 0;
}
.site-bio.bio-ext {
  color:#898c94;
  margin-top: 0 !important;
}
.site-bio.bio-ext p {
  width: 100%
}
.site-bio {
  color:#898c94;
  padding-top: 0px;
  padding: 10px 0;
  margin-top: 20px;
  }
@media screen and (min-width: 550px) {
.site-bio {
  color:#898c94;
  padding-top: 0px;
  padding: 20px 0;
  margin-top: 20px;
  }
}
@media screen and (min-width: 850px) {
.site-bio {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #869aa038;
  color: #898c94;
  padding-top: 0px;
  padding: 30px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  }
}

@media screen and (min-width: 850px) {
div.site-bio.site-bio-intro {
  background-color: none !important;
  }
}
.site-bio p {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.4;
  width: 100%;
  color: #f2f4f4e6;
  font-size: 18px;
  padding-top: 25px;
  font-weight: 400;
}
@media screen and (min-width: 550px) {
.site-bio p {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.4;
  width: 100%;
  color: #f2f4f4e6;
  font-size: 22px;
  padding-top: 25px;
  font-weight: 400;
  }
}
@media screen and (min-width: 850px) {
.site-bio p {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.4;
  width: 100%;
  color: #f2f4f4e6;
  font-size: 25px;
  padding-top: 25px;
  font-weight: 400;
  }
}
.site-logo img {
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translate(0, -30%);
  padding-left: 20px;
  height: auto;
  align-self: flex-start;
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 220px;
 }
@media (min-width: 550px) {
.site-logo img {
   max-width: 220px;
   padding-left: 20px;
   height: auto;
   align-self: flex-start;
   display: inline-flex;
   margin-right: auto;
   margin-left: auto;
 }
}
@media (min-width: 700px) {
  .site-logo img {
     padding-right: 45px;
  }
}
@media (min-width: 750px) {
  header .site-logo img {
    top: 45%;
    padding-left: 45px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  header .site-logo img {
    top: 50%;
  }
}

p.bio{
margin-right: 55px;
margin-left: 55px;
padding-top: 0px;"
}
 /* GRID */
.container {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  position: relative;
}
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .one-fifth {
    width:96%;
    position:relative;
    min-height: 1px;
    margin:0 2% 20px;
    display: inline-table;
    }
  }
 @media (min-width: 992px) {
   .one-half {
     width:46%;
   }

   .one-fourth {
     width:21%;
   }
 }
 @media (min-width: 1200px) {
   .container {
     max-width: 1200px;
   }
@media (min-width: 1400px) {
   .container {
     max-width: 1400px;
   }
 }
   header nav ul {
  padding: 10px 15px;
  display: flex;
  float: right;
  margin: 0 auto;
  align-items: center;
  }
@media (min-width: 639px){
  header nav ul {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  align-items: center;
  }
}
  header nav ul > li {
    list-style-type: none;
    display: inline-block;
    margin:0 15px;
  }


  .site-logo {
    margin-top: 0px;
    position: relative;
    margin: 0px 10px 10px 5px;
  }
}
.site-logo {
  padding-top: 10px;
  margin-bottom: 8px;
}

/* HEADER */

.left-nav-site-logo{
  background-color: black;
  padding-top: 8px;
  padding-left: 23px;
  padding-right: 127px;
  padding-bottom: 8px;
  max-width: 190px;
}
.header {
 border-bottom: 2px solid #3333330a;
 height: 60px;
 position: fixed;
 top: 0;
 transition: top 0.2s ease-in-out;
 width: 100%;
 margin: 0 auto;
 background-color: #000000;
 z-index: 1;
 display: flex!important;
 justify-content: space-between;
}
.nav-up {
 top: -65px;
}
header nav ul {
 display: none;
}
@media (min-width: 750px){
 header nav ul {
 transform: translate(0, 30%);
 float: right;
 padding: 10px 10px;
 margin: 0 auto;
 margin-right: 55px;
 align-items: center;
 z-index: 100;
 display: inline-flex;
 letter-spacing: 1px;
 }
}
header nav ul > li {
 list-style-type: none;
 display: inline-block;
 margin:0 15px;
 position: relative;
 z-index: 1;
}
 /* Bio */

 /* Bio */
  .container-hero.float {
    justify-content: space-between;
    max-width: inherit;
    height: 380px;
  }
@media (min-width: 400px) {
  .container-hero.float {
    justify-content: space-between;
    max-width: inherit;
    height: 450px;
  }
}
@media (min-width: 500px) {
  .container-hero.float {
    justify-content: space-between;
    max-width: inherit;
    height: 420px;
  }
}

@media (min-width: 800px) {
  .container-hero.float {
    height: 630px;
  }
}
@media (min-width: 900px) {
  .container-hero.float {
    max-height: 500px;
  }
}
  .container-float p {
    position:relative;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    max-height: 216;
  }

  @media (min-width: 700px) {
  .container-hero.float p {
  position:absolute;
  line-height: 12px;
  font-size: 8px;
  line-height: 18px;
  margin-top: 730px;
  padding-top: 50px;
  }
}
@media (min-width: 700px) {
.container-hero.float p {
margin-top: 150px;
margin-right: auto;
margin-left: auto;
  }
}
@media (min-width: 752px) {
.container-hero.float p {
margin-top: 200px;
margin-right: auto;
margin-left: auto;
  }
}
@media (min-width: 556px) {
.container-hero.float p {
  line-height: 12px;
 font-size: 9px;
 line-height: 18px;
  }
}
  @media (min-width: 670px) {
  .container-hero.float p {
    line-height: 15px;
   font-size: 9px;
   line-height: 18px;
  }
}
  @media (min-width: 615px) {
  .container-hero.float p {
    line-height: 15px;
   font-size: 9px;
   line-height: 18px;
  }
}
@media (min-width: 672px) {
.container-hero.float p {
  line-height: 16px;
 font-size: 11px;
 line-height: 18px;
}
}
  @media (min-width: 725px) {
  .container-hero.float p {
    line-height: 15px;
   font-size: 11px;
   line-height: 18px;
  }
}

@media (min-width: 754px) {
.container-hero.float p {
  line-height: 15px;
 font-size: 11px;
 line-height: 18px;
  }
}
@media (min-width: 791px) {
.container-hero.float p {
  line-height: 15px;
 font-size: 11px;
 line-height: 20px;
  }
}
@media (min-width: 950px) {
.container-hero.float p {
  line-height: 15px;
 font-size: 11px;
 line-height: 20px;
  }
}
@media (min-width: 962px) {
.container-hero.float p {
  line-height: 15px;
 font-size: 11px;
 line-height: 22px;
  }
}
  @media (min-width: 1003px) {
  .container-hero.float p {
    line-height: 15px;
   font-size: 11px;
   line-height: 24px;
  }
}
@media (min-width: 1086px) {
.container-hero.float p {
  line-height: 15px;
 font-size: 12px;
 line-height: 24px;
  }
}
@media (min-width: 1250px) {
.container-hero.float p {
 font-size: 14px;
 line-height: 24px;
  }
}


  .animated.fadeIn {
    margin-top: 200px;
    margin-bottom: 150px;
    position: inherit;
  }
  @media (min-width: 700px) {
  .animated.fadeIn {
    margin-top: 350px;
    position: inherit;
  }
}
p.animated.fadeIn {
  margin-top: 0px;
  position: inherit;
}
@media (min-width: 700px) {
p.animated.fadeIn {
  margin-top: 350;
  }
}
  @media (max-width: 1074px) {
    .animated.fadeIn {
      font-size: 20px;
      margin-bottom: 80px;
    }
  }

  @media (max-width: 445px) {
    .animated.fadeIn {
      margin-left:0 ;
      margin-top: 200px;
      margin-bottom: 80px;
      position: inherit;
      font-size: 16px;
    }
  }
@media (max-width: 768px) {
  .animated.fadeIn {
    margin-left:0 ;
    margin-top: 200px;
    margin-bottom: 80px;
    position: inherit;
    }
  }

  /*Drawings*/
  .drawing-link {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-auto-flow: dense;
}
@media (min-width: 500px) {
.drawing-link {
  grid-template-columns: repeat(4, 1fr);

  }
}
@media (min-width: 600px) {
.drawing-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  }
}
@media (min-width: 1200px) {
.drawing-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  }
}
.drawing-link li:nth-child(1) {
  background-image: url(../images/dancer.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }
.drawing-link li:nth-child(2) {
  background-image: url(../images/arch.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.drawing-link li:nth-child(3) {
  background-image: url(../images/woman.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.drawing-link li:nth-child(4) {
  background-image: url(../images/ping.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.drawing-link li:nth-child(5) {
  background-image: url(../images/sangimignano.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(6) {
  background-image: url(../images/guy.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(7) {
  background-image: url(../images/italycar.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(8) {
  background-image: url(../images/me.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(9) {
  background-image: url(../images/man.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(10) {
  background-image: url(../images/groundlab.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(11) {
  background-image: url(../images/exposure.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}
.drawing-link li:nth-child(12) {
  background-image: url(../images/finalproject.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(13) {
  background-image: url(../images/scan212.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(14) {
  background-image: url(../images/primacy.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}
.drawing-link li:nth-child(15) {
  background-image: url(../images/scan132.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link li:nth-child(16) {
  background-image: url(../images/shadowanalysis.png);
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.drawing-link a {
  display: inline-block;
}

.drawing-link img {
  max-width: 100%;
}
/* portfolio */

.portfolio {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(30px, auto);
  grid-auto-flow: dense;
}
.portfolio li {

}

.portfolio li:nth-child(1) {
  grid-column: span 5;
  grid-row: span 3;
  background-color: #E4E4E7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.portfolio li:nth-child(2) {
  grid-column: span 3;
  grid-row: span 2;
  background-color: #E4E4E7;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio li:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
  align-self: baseline;
  background-image: url(../images/scribble2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio img {
  max-width: 100%;
}
@media screen (min-width: 550px;){
  .portfolio {
    grid-column-gap: 5px;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-auto-flow: dense;
  }

  .portfolio li:nth-child(1) {
    grid-column: span 5;
    align-self: baseline;
  }

  .portfolio li:nth-child(2) {
    grid-column: span 3;
    align-self: baseline;
  }

  .portfolio li:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .portfolio li:nth-child(4) {
    grid-column: span 2;
  }

  .portfolio li:nth-child(5) {
    grid-column: span 1;
  }

.portfolio a {
    display: inline-block;
  }

.portfolio img {
  max-width: 100%;
  }
}

.title p{
  display: inline-block;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 50px;
}
.title a{
  margin-left: 20px;
}

.title h1{
  padding-top: 80px;
  font-family: 'semplicitapro', serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.125;
  color: #f6f6f6;
}
@media screen (min-width: 768px){
  .title h1{
  font-size: 90px;
  }
}
.title {
  padding-top: 50px;
  text-align: center;
}
@media screen (min-width: 768px){
.title {
  padding-top: 90px;
  text-align: center;
  }
}
/* FOOTER */
footer {
  max-width: 1450px;
  margin: 0 auto;
  background-color: #010101;
  box-shadow: 0px 2px 4px 0px #DBDADA;
  height: 80px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 460px) {
  footer {
  color: #425464;
  height: 100px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  }
}
footer p, footer nav ul {
  font-size:14px;
  font-weight:100;
  text-align: center;
  margin: 10px auto 0;
}
footer nav ul li {
  list-style-type: none;
  display: inline;
 }
footer nav ul li a {
  color:#425464;
  text-decoration: none;
}
footer .right-footer-block {
  background-color: transparent;
}

@media (min-width: 992px){
  footer{
    height: 80px;
    max-width: 1750px;
}
  footer p, footer nav ul{
    padding: 2em 0;
    text-align: center;
}
  footer .right-footer-block {
    background-color: #;
  }
}
  p.copyright-block {
   font-size: 14px;
   padding: 1.8em 0 1em 0;
   text-align: center;
 }
 @media (max-width: 500px){
 p.copyright-block {
   font-size: 12px;
  }
 }

 /* DASHBOARD */
 .dashboard {
   background:#F7F7F7;
 }
 .left-nav {
   height: 100%;
   width:280px;
   position:absolute;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   transform: translate(-280px,0);
   -webkit-transform: translate(-280px,0); /** Chrome & Safari **/
   -o-transform: translate(-280px,0); /** Opera **/
   -moz-transform: translate(-280px,0); /** Firefox **/

 }
 @media (min-width:992px) {
  .left-nav {
    height: 100vh;
    width:14.66666667%;
    color:#FFFFFF;
    background: #5F676B;
    background-image: linear-gradient(206deg, #8B9998 0%, #5F676B 94%);
    float:left;
    position: fixed;
    display:block;
    transform: translate(0,0);
    -webkit-transform: translate(0,0); /** Chrome & Safari **/
    -o-transform: translate(0,0); /** Opera **/
    -moz-transform: translate(0,0); /** Firefox **/
  }
  .left-nav.open {
    width:14.66666667%;
    transform: translate(0,0);
    -webkit-transform: translate(0,0); /** Chrome & Safari **/
    -o-transform: translate(0,0); /** Opera **/
    -moz-transform: translate(0,0); /** Firefox **/
  }
  .hamburger {
    display:none;
  }
}
@media (min-width: 750px) {
 .left-nav {
   display: none;
  }
}
 .left-nav.open {
   display:block;
   width:270px;
   background: #130a0b;;
   background-image: linear-gradient(206deg, #1b1e1f 0%, #130a0b 80%);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   transform: translate(0,0);
     -webkit-transform: translate(0,0); /** Chrome & Safari **/
     -o-transform: translate(0,0); /** Opera **/
     -moz-transform: translate(0,0); /** Firefox **/
     z-index: 100;
 }
.hamburger {
  position: fixed;
  z-index: 100;
  color:#7d7c7c;
  text-decoration: none;
  font-size: 20px;
  border-radius: 0px;
  padding-top: 20px;
  left: 90%;
  z-index: 1000;
}
@media (min-width: 500px) {
  .hamburger {
  left: 95%;
  }
}

@media (min-width: 750px) {
  .hamburger {
    display: none!important;
   }
 }
 .left-nav .site-logo {
   padding:20px 0;
   background:#5F676B;
   display:block;
   text-align: center;
 }
 .left-nav .items {
   padding:0 6%;
 }
 .left-nav .items p {
   font-weight: 600;
   text-transform: uppercase;
   font-size: 12px;
   color: #E2E2E2;
   line-height: 15px;
 }
 .left-nav .items .active {
   margin-bottom: 40px;
   padding:0;
 }
 .left-nav .items ul {
   margin-bottom:0 0 40px;
   margin-top: 30px;
   padding-left: 8px;
 }
 .left-nav .items ul li {
   list-style-type: none;
   margin-bottom: 15px;
   letter-spacing: 1.2px;
 }
 .left-nav .items ul li a {
   color:#dfe2e1;
   text-decoration: none;
   font-weight: 100;
}
.left-nav .items ul li a:hover {
  color: #40dfda;
}

.items .active {
  color:#FFFFFF;
  background-color: #50E3C2;
}
.fa-th-large:before {
  padding-right: 8px;
}
 /* LEFT NAVBAR SETTINGS */
 .left-nav .settings {
   position:absolute;
   width:100%;
   bottom:0;
   left:0;
   right:0;
   padding:10px 0;
 }
 .left-nav .settings img {
   height:35px;
   width:35px;
   border-radius: 50%;
   margin-left:10px;
 }
 .left-nav .settings p {
   display: inline-block;
   vertical-align: top;
   padding-top: 8px;
   font-weight: 400;
   margin:0 0 0 10px;
   color: #FFFFFF;
 }
 .left-nav .settings a {
   color:#FFFFFF;
   text-decoration: none;
   text-align: right;
   float: right;
   margin-right:10px;
   margin-top:8px;
 }
 .left-nav .settings .settings-menu a {
   color:#FFFFFF;
   text-decoration: none;
   text-align: left;
   float: left;
   margin-left:30px;
   margin-top:8px;
 }
 .left-nav .items .active {
   margin-bottom: 10px;
   margin-left: -3px;
   padding: 5px;
   display: inline-block;

 }
 /* CONTENT */
 .content {
  padding:6em 1% 1.5em;
  float:right;
  width:98%;
  position: relative;
}
.content .header {
  margin:0 1% 20px;
}
@media (min-width: 460px) {
  .content .header {
    margin:-20px 1% 20px;
  }
}
.content .header h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin:0 0 0px;
  font-size: 28px;
  color: #2DC4BA;
  line-height: 44px;
  float: left;
  display: inline-block;
  padding-left: 40px;
}
@media (min-width: 460px) {
.content .header h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin:0 0 0px;
  font-size: 36px;
  color: #50E3C2;
  line-height: 44px;
  float: left;
  display:inline-block;
  padding-left: 0px;
  }
}
.content .header > a {
  float:right;
}
.content-item {
  width:96%;
  margin:0 2% 25px;
  float:left;
  display:block;
}
.item-box {
  display:block;
  height:230px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.40);
  position: relative;
  overflow: hidden;
  padding:20px;
}
/* Larger Mobile Devices */
 @media (min-width:460px) {
   .content {
     padding:1.5em 1%;
     float:right;
     width:90%;
     position: relative;
   }
   .content-item {
     width:46%;
     margin:0 2% 25px;
     float:left;
     display:block;
   }
 }
/* Tablets */
 @media (min-width:768px) {
   .content {
     padding:1.5em 5%;
     float:right;
     width:90%;
     position: relative;
   }
   .content > .container {
     width:700px;
   }
   .content-item {
     width:31.33333%;
     margin:0 1% 25px;
   }
 }
/* Laptops and Desktops */
 @media (min-width:992px) {
   .content {
     padding:1.5em 1%;
     float:right;
     width:83.33333333%;
     position: relative;
   }
   .content > .container {
     width:auto;
   }
   .content-item {
     width:23%;
     margin:0 1% 25px;
   }
 }
 .item-box > img {
   position:absolute;
   height:100%;
   width:auto;
   top:0;
   left:0;
   right:0;
 }
 .item-box h2 {
   font-family: 'Roboto', Helvetica, Arial, sans-serif;
   font-weight: 700;
   font-size: 15px;
   line-height: 17px;
   margin:0;
 }
 .item-box h2 a {
   color: #2DC4BA;
   text-decoration: none;
 }
 @media (min-width: 460px) {
   .item-box h2 a {
   color: #50E3C2;
   text-decoration: none;
   }
 }
 .item-box h2 img {
   width:16px;
   height:16px;
   position:relative;
   top:2px;
   margin-right:5px;
 }
 .item-box p {
   font-size: 14px;
   color: #333333;
   line-height: 18px;
   margin:5px 0 0;
 }
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.display {
  position: relative;
  width: 100%;
}

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

.overlay {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  background-color: #f6a623;
  opacity: .9;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .1s ease;
}

.display:hover .overlay {
  bottom: 0;
  height: 100%;
}
.text {
  font-family: "semplicitapro", Helvetica, Arial, sans-serif;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  letter-spacing: 1px;
  word-spacing: 5px;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  }
  .para-text {
    font-family: "semplicitapro", Helvetica, Arial, sans-serif;
    display: block;
    white-space: nowrap;
    color:  #ffffff;
    font-size: 6px;
    text-align: center;
    line-height: 1.6em;
    position: absolute;
    overflow: hidden;
    letter-spacing: 1px;
    word-spacing: 1px;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }

@media (min-width: 550px){
.text {
  font-size: 18px;
  }
.para-text {
  font-size: 10px;
  }
}
@media (min-width: 700px){
  .text {
    font-size: 20px;
  }
  .para-text {
    font-size: 12px;
    }
  }
@media (min-width: 800px){
  .text {
    font-size: 25px;
  }
  .para-text {
    font-size: 14px;
    }
  }
@media (min-width: 1000px){
  .text {
    font-size: 30px;
  }
  .para-text {
    font-size: 15px;
    }
  }
  .fa.fa-github{
    font-size: 20px;
    color: #888d9c;
  }
  .fa.fa-instagram{
    font-size: 20px;
    color: #888d9c;

  }
  .fa.fa-envelope{
    font-size: 20px;
    color: #888d9c;

  }
  .fa.fa-linkedin{
    font-size: 20px;
    color: #888d9c;
  }
  @media (min-width: 500px){
    .fa.fa-github{
      font-size: 25px;
    }
    .fa.fa-instagram{
      font-size: 25px;

    }
    .fa.fa-envelope{
      font-size: 25px;

    }
    .fa.fa-linkedin{
      font-size: 25px;
    }
  }
  .footer-nav {
      position: relative;
      z-index: 0;
      padding-bottom: 5%;
  }
  .cs-nav {
      background-color: black;
      display: inline-flex;
      z-index: 1000;
      width: 100%;
      height: auto;
      top: 0;
      box-shadow: 0 5px 22px rgba(0,0,0,.4);
  }
.cs-nav ul {
  padding: 0px;
  margin: auto;
  height: auto;
  color: #dbdbd5;
  list-style-type: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: block;
  position: relative;
  width: 50%;
  float: right;
  }
}
  .one-half {
    float: right;
    position: relative;
    min-height: 1px;
  }
  .container-footer ul li {
      margin-left: 15px;
  }
  @media (min-width: 500px){
  .container-footer ul li {
      margin-left: 30px;
      padding-top: 0px;
    }
  }
  .cs-nav ul li {
      float: left;
      display: inline-block;
      height: auto;
      padding-top: 18px;
      text-align: right;
      float: right;
      position: relative;
  }
  @media (min-width: 500px){
  .cs-nav ul li {
      padding-top: 15px;
    }
  }
  .copyright-block{
    font-family: "termina", sans-serif;
    text-transform: capitalize;
    float: left;
    color: #888d9c;
    font-size: 12px;
    margin-top: 0;
  }
  @media (min-width: 500px){
    .copyright-block  {
      font-size: 14px;
    }
  }


.site-logo img {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -30%);
    padding-left: 20px;
    height: auto;
    align-self: flex-start;
    display: inline-flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
}
