html, body{
   overflow-x: hidden;
 }

 body {
   font-family: "termina", sans-serif;
   font-style: normal;
   font-weight: 400;
   color:#545558;
   margin: 0;
   background-image: url(../images/intro-backgroundcopy1.png);
   background: #010101;
 }

 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-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  h2 {
    font-size: 28px;
    margin-top: 0;
    padding-bottom: 10px;
    color: #40dfda;
    font-weight: normal;
  }
  h2+h2{
    padding-bottom: 20px;
  }
h1.intro {
  font-size: 70px;
}
h2.intro  {
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
h3.intro {
  font-size: 20px;
  color: #838b95;
padding-bottom: 100px;
}
@media (min-width: 650px) {
h1.intro {
  font-size: 95px;
  padding-bottom: .2em;
}
h2.intro  {
  font-size: 38px;
}
h3.intro {
  font-size: 25px;
  padding-top: .3em;
  color: #838b95;
  }
}
@media (min-width: 1000px) {
h1.intro {
  font-size: 100px;
  padding-bottom: .2em;
}
h2.intro  {
  font-size: 40px;
}
h3.intro {
  font-size: 30px;
  padding-top: .3em;
  color: #838b95;
  }
}
  h3 {
    font-size:16px;
    font-weight: normal;
    margin-top: 0px;
  }
  h2.title-cap{
    text-transform:capitalize;
    font-family: "semplicitapro", Helvetica, Arial, sans-serif;
    letter-spacing: 5px;
    font-size: 35px;
    margin-bottom: 0px;
  }
  h2.title-cap2{
    text-transform:capitalize;
    font-family: "semplicitapro", Helvetica, Arial, sans-serif;
    letter-spacing: 5px;
    font-size: 35px;
    margin-bottom: 20px;
  }
  p.title-cap-dsc {
    letter-spacing: 2px;
    font-size:20px;
    margin-bottom: 0px;
  }
  p+p.title-cap-dsc {
    margin-bottom: 40px;
  }
  @media (min-width: 500px) {
  p+p.title-cap-dsc {
    margin-bottom: 60px;
  }
}
  p {
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    font-size:20px;
    line-height: 19px;
    font-weight: 100;
    margin-top: 80px;
   }
   A {
   color: white;
   text-decoration: none;
   font-size: 13px;
   text-transform: uppercase;
 }
 a:active {
   color: #00DBDE;
   text-decoration: none;
 }
 a:hover {
   color: #00DBDE;
 }
 @media (min-width: 620px) {
   h2 {
     color: #40dfda;
     font-size: 28px;
     font-weight: normal;
     margin-bottom: 5px;
     margin-top: 0;
    }
  }
  @media (max-width: 700px) {
    p {
      font-size: 18px;
      line-height: 1em;
      font-weight: 100;
    }
  }
  .intro-triangle {
    background-image: url(../images/intro-back-textcopy1.png);
    background-repeat: no-repeat;
    margin-top: 60px;
    background-size:cover;
    background-position:left center;
  }

  h1.intro {
    color: white;
    margin-top: 40px;
  }
  @media (min-width: 400px) {
  h1.intro {
    color: white;
    margin-top: 80px;
  }
}
@media (min-width: 540px) {
h1.intro {
  margin-top: 220px;
  }
}
  @media (min-width: 700px) {
  h1.intro {
    margin-top: 200px;
    color: white;
  }
}
.skills-list {
    margin-top: 80px;
}
@media (min-width: 1001px){
.skills-list {
    margin-top: 0px;
  }
}
li:hover {
    color: #00DBDE;
}
.skills-list ul {
  font-family: "semplicitapro", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  line-height: 1.5em;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  font-size: 18px;
}
div.section.skills-list{
  background-image: linear-gradient(180deg, #181a1a 0%, #2c2c2c 50%, #1e1e1e 100%);
  padding-top: 60px;
  margin-top: 0;
  padding-bottom: 60px;
  }
@media (min-width: 1001px){
.skills-list .skills, .skills-list .tools, .strategy {
    padding-bottom: 30px;
  }
}

.skills-list img {
    width: auto;
    padding-bottom: 20px;
}
@media (min-width: 500px){
.skills-list img {
    width: auto;
  }
}

@media (min-width: 550px){
.one-third.column {
    width: 30.6666666667%;
  }
}
@media (min-width: 550px){
.column:first-child, .columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 550px){}
.column, .columns {
    margin-left: 4%;
  }
}
.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
/* GRID */
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .one-third.column {
    width:96%;
    float:left;
    position:relative;
    min-height: 1px;
    margin:0 2% 20px;
    }
  }
  @media (min-width: 768px) {
   .container {
     width: 750px;
   }
 }
 @media (min-width: 992px) {
   .container {
     width: 970px;
   }
   .one-third.column {
     width:29.33333%;
   }
 }
 @media (min-width: 1200px) {
   .container {
     width: 1170px;
   }
 }
.ecenter {
  color: #e0e0e0;
  text-align: -webkit-center;
  margin:auto;
  padding: 5px 15px;
  }

.box .ecenter {
  position: absolute;
  font-size: 22px;
  bottom: 110px;
  left: 3.5%;
  text-shadow: .5px .5px #504848;
}
@media (min-width: 1300px) {
.box .ecenter {
  position: absolute;
  font-size: 22px;
  bottom: 130px;
  left: 3.5%;
  text-shadow: .5px .5px #504848;
  }
}

.dcenter {
  text-align: -webkit-center;
  margin:auto;
  padding: 5px 15px;
}
.box .dcenter {
  text-shadow: .5px .5px #504848;
  text-align: left;
  position:absolute;
  bottom:140px;
  left:3.5%;
  right:20px;
}
@media (min-width: 1300px) {
.box .dcenter {
  text-shadow: .5px .5px #504848;
  text-align: left;
  position:absolute;
  bottom:160px;
  left:3.5%;
  right:20px;
  }
}
.ncenter {
  color: #e0e0e0;
  text-align: -webkit-center;
  margin:auto;
  padding: 5px 15px;
  }

.box .ncenter {
  position: absolute;
  bottom: 85px;
  left: 3.5%;
  text-shadow: .5px .5px #504848;
}
@media (min-width: 1300px) {
.box .ncenter {
  position: absolute;
  bottom: 105px;
  left: 3.5%;
  text-shadow: .5px .5px #504848;
}
}
.box {
position: relative;
}

@media (min-width: 800px) {
.boximages2{
display: none;

  }
}
@media (min-width: 600px) {
.boximages3 {
  display: none;
  }
}
@media (max-width: 600px) {
.boximages2 {
  display: none;
  }
}
@media (max-width: 800px) {
.boximages {
  display: none;
  }
}
/* BUTTONS */
.btn {
  border-radius: 20px;
  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: 1px solid #888d9c;
  box-shadow: 0px 0.5px 0px 0px #404352;
 }
 .btn.blue {
   background-color: #313131;
 }

 @media (min-width: 600px) {
   .btn {
     width: 150px;
     padding: 10px 30px;
   }
 }
 a:active.btn.blue{
    color: #f7f7f7;
    background-color: #7f7f7f;
    border: 2px solid #f7f7f7;
 }
 a:hover#bottom-btn2 {
   color: #fff;
   background-color: #484848;
   border: none;
   padding: 10px 26px;
 }
 a:hover#bottom-btn1 {
   color: #fff;
   background-color: #484848;
   border: none;
   padding: 10px 26px;
 }
 a:hover.btn.blue {
    color: #f7f7f7;
    background-color: #484848;
    border: 1px solid #dbdada;
  }
  #bottom-btn1{
    margin-left:3%;
    position: absolute;
    top: 85%;
    left: 95px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #272727;
    color: white;
    border: 2px solid #7d7878;
    padding: 8px 24px;
    cursor: pointer;
    border-radius: 20px;
  }

  @media screen and (min-width: 615px) {
  #bottom-btn1 {
    margin-left: 5%;
 }
}

  @media screen and (min-width: 1300px) {
  #bottom-btn1 {
    margin-left: 4.5%;
 }
}
@media screen and (min-width: 1300px) {
#bottom-btn2{
 margin-left:1%;
 top: 85%;
 left: 95px;
  }
}
@media screen and (min-width: 1500px) {
#bottom-btn2{
 margin-left:2%;
  }
}

  #bottom-btn2{
    display:none;
  }
@media screen and (min-width: 615px) {
#bottom-btn2{
  display: block;
  position: absolute;
  top: 85%;
  left: 370px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #272727;
  color: white;
  padding: 8px 24px;
  border: 2px solid #7d7878;
  cursor: pointer;
  border-radius: 20px;
  }
}
@media (min-width: 500px) {
.hero {
  background-attachment: fixed;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: linear-gradient(180deg, #f9f5f5 0%, #827c7c 20%, #494949 40%, #000000 90%);
  background-repeat: no-repeat;
  background-size:cover;
  }
}
@media (max-width: 500px) {
.hero {
background: #484848;
  }
}
.site-bio {
  background-image: linear-gradient(180deg, #0d0d0d 0%, #2d2d2d 56%, #070c0cc7 100%);
  background-color: #080808;
  color:#e0e0e0;
  padding: 80px 0;
}
.site-bio p {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .site-bio p {
    width: 50%;
  }
}

.site-bio p + p {
  margin-top: 22px;
}
.in-touch {
  background-image: url(../images/myphoto2tre.png);
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #080808;
  color:#e0e0e0;
  padding: 80px 0;
}
.in-touch p {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .in-touch p {
    width: 50%;
  }
}

.in-touch p + p {
  margin-top: 22px;
}
.site-bio-example {
  background-image: #1b1e1f;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f0001;
  color:#888d9c;
  padding: 30px 0;
}
.site-bio p-example {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .site-bio-example p {
    width: 50%;
  }
}

.site-bio-example p + p {
  margin-top: 22px;
}
.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;
 }
@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 {
    padding-left: 45px;
    margin-top: 0px;
    padding-top: 0px;
  }
}

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

  /*header*/
  .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: #1b1e1f;
  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 */
  .container-hero.float {
    justify-content: space-between;
    max-width: inherit;
    height: 300px;
  }
@media (min-width: 400px) {
  .container-hero.float {
    justify-content: space-between;
    max-width: inherit;
    height: 400px;
  }
}
@media (min-width: 540px) {
  .container-hero.float {
    justify-content: space-between;
    max-width: inherit;
    height: 700px;
  }
}
  .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: 100px;
    margin-bottom: 150px;
    position: inherit;
  }
  @media (min-width: 700px) {
  .animated.fadeIn {
    margin-top: 200px;
    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;
    }
  }


/* 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 4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio li:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
  margin-right: 30px;
  background-color: #1b1e1f;
  align-self: baseline;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media(min-width: 600px){
.portfolio li:nth-child(3) {
  display: none;
}
.portfolio li:nth-child(1) {
  grid-column: span 5;
  grid-row: span 4;
}
}

.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;
}
.title {
  padding-top: 50px;
  text-align: center;
}
/* FOOTER */
footer {
  max-width: 1450px;
  margin: 0 auto;
  background-color: #060606;
  box-shadow: 0px 2px 4px 0px #DBDADA;
  height: 150px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 460px) {
  footer {
  color: ##888d9c;
  height: 100px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  }
}
footer nav ul li a {
  color:#888d9c;
  text-decoration: none;
}

 /* 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: 23px;
  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;
}
 .left-nav .items ul li a i {
   width:16px;
   text-align: center;
   margin-right:7px;
}
.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;
}
.fa.fa-instagram{
  font-size: 20px;

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

}
.fa.fa-linkedin{
  font-size: 20px;
}
@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: block;
    z-index: 1000;
    width: 100%;
    height: auto;
    top: 0;
    box-shadow: 0 5px 22px rgba(0,0,0,.4);
}
    .cs-nav ul {
      padding: 20px 0;
      margin: auto;
      height: auto;
      color: #dbdbd5;
      list-style-type: none;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1.5px;
      display: block;
      position: relative;
  }
}
.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;
  }
}
