/* body */


body {
	overflow-x: hidden;
}



body {
	margin: 0;
  background: #000;
}

/* fonts */

h1 {
	font-family: 'termina', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #40dfda;
	margin: 0;
}

h2 {
  font-family: 'semplicitapro', serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.125;
  color: #f6f6f6;
  margin: 0;
}
@media(min-width: 500px) {
h2 {
	font-size: 90px;
  }
}

h3 {
	font-family: 'semplicitapro', serif;
	font-size: 42px;
	font-weight: 900;
	color: #40e0da;
	margin: 0;
}

h4 {
	font-family: 'semplicitapro', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #40dfda;
}

p {
	font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #dcdcdc;
}
A {
    font-family: 'termina', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}
a:hover {
    color: #00DBDE;
}
.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: #c3c4c3;
    z-index: 1;
    display: flex!important;
    justify-content: space-between;
}
.worklife-copy li{
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #dcdcdc;
}
@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 {
    display: none;
}
@media (min-width: 750px){
.header nav ul {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
    }
  }

@media (min-width: 1200px){
.header nav ul {
    padding: 10px 15px;
    display: flex;
    float: right;
    margin: 0 auto;
    align-items: center;
  }
}
.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;
}
@media (min-width: 1200px){
  header .site-logo img {
  top: 50%;
  }
}
@media (min-width: 750px){
header .site-logo img {
    top: 45%;
    padding-left: 45px;
    margin-top: 0px;
  }
}
@media (min-width: 700px){
.site-logo img {
    padding-right: 45px;
  }
}
@media (min-width: 550px){
.site-logo img {
    padding-left: 20px;
    height: auto;
    align-self: flex-start;
    display: inline-flex;
    margin-right: auto;
    margin-left: auto;
  }
}
/* links */

a {
	outline: none;
}


/* hero */

.circle-me {
	padding-top: 30px;
	text-align: center;
	background-color: #2c2d2d;
}

.hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	background-color: #2a2c2d;
}

.hero-copy h1 {
	font-size: 30px;
}

.hero-copy h2 {
	font-size: 54px;
	text-align: left;
}

.hero-copy .styletwo {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 54px;
	text-align: right;
	position: absolute;
	left: 15%;
	margin-right: 10px;
}

.hero-copy p {
	font-size: 16px;
	margin-top: 80px;
}
.hero-copy p+p {
	margin-top: 0px;
}


.hero-zest {
	padding-top: 15px;
	padding-bottom: 15px;
  padding: 30px;
  background-color: #050606;
}

.hero-zest img {
	width: 100%;
	height: 100%;
	display: block;
}

/* projects */

.projects {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;

}

.projects span {
	font-weight: 700;

}

.project-intro {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	background-color: #212121;
}

.project-intro p {
	font-size: 20px;
}
@media(max-width: 450px) {
.project-intro p {
	max-width: 350px;
  }
}

.projects img {
	width: 100%;
	height: 100%;
}

.spacebar-background {
	grid-column: 1;
	grid-row: 2;
  background-color: #000000;
}

.spacebar-copy {
	grid-column: 1;
	grid-row: 2;
	justify-self: center;
	align-self: center;
	text-align: center;
}

.spacebar-copy p, h4 {
	margin: 0;
}

.paycrave-background {
	grid-column: 1;
	grid-row: 3;

}

.paycrave-copy {
	grid-column: 1;
	grid-row: 3;
	justify-self: center;
	align-self: center;
}

.paycrave-copy p, h4 {
	margin: 0;
}

.braille-background {
	grid-column: 1;
	grid-row: 4;
}

.braille-copy{
	grid-column: 1;
	grid-row: 4;
	justify-self: center;
	align-self: center;
}

.braille-copy p, h4 {
	margin: 0;
}

/* about */

.worklife {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}

.steps-small img {
	width: 100%;
	height: 100%;
}
.steps-small2 img {
	width: 100%;
	height: 100%;
}

.worklife span {
	font-weight: 700;
}

.worklife-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	background-color: #373e40;
  background-image: linear-gradient(180deg, #0e0e0e 0%, #536767 339%);
	position: relative;
}

.worklife-caption {
	display: none;
}

.worklife-caption p {
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

.funfacts {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 15px;
}

.funfacts-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	background-color: #0e0e0e;
}

.butcher-small {
	margin-top: 15px;
}

.butcher-small img {
	width: 100%;
	height: 100%;
	display: block;
}

.funfacts span {
	font-weight: 700;
}

.funfacts-caption {
	display: none;
}



@media(min-width: 768px) {
	html {
		width: 100%;
		overflow-x: hidden;
	}

	/* hero */

	.hero {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;

	}

	#me {
    grid-row: 1 / 3;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: right;
    background-image: url('../images/my-about-photo.png');
    background-color: #2c2d2d;
	}
  @media(min-width: 980px) {
  #me {
    background-size:cover;
  }
}

	.circle-me {
		display: none;
	}

	.hero-copy {
		grid-column: 1 / 3;
		padding: 100px 70px;
	}

	.hero-copy h1 {
		font-size: 40px;
	}

	.hero-copy h2 {
		font-size: 80px;
		text-align: left;
	}

	.hero-copy .styletwo {
		font-family: 'semplicitapro', sans-serif;
		font-weight: 300;
		font-size: 70px;
		text-align: right;
		position: absolute;
    color: #40dfda;
	}

	.hero-copy p {
		font-size: 20px;
		margin-top: 100px;
    margin-bottom: 0px;
	}

	.hero-zest {
		grid-column: 1 / 3;
		grid-row: 2;
		padding: 0;
    padding: 100px 70px;
    background: #050606;
		background-image: linear-gradient(180deg, #0e0e0e 0%, #536767 339%);
	}

	.hero-zest img {
		width: 100%;
		height: 100%;
		display: block;
    background-color: #0d8484;
	}

	/* projects */

	.projects {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.projects span {
		font-weight: 700;
	}
	.project-intro {
		padding: 10%;
		background-color: #171819;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
  .spacebar-background {
    background-color: #e5e5e2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

	.projects img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.spacebar-background {
		grid-column: 2;
		grid-row: 1;
	}

	.spacebar-copy {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		align-self: center;
		text-align: center;
		padding: 20px;
		background-color:
	}

	.spacebar-copy p, h4 {
		margin: 0;
	}
  .spacebar-background .styletwo {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 70px;
    text-align: right;
  }
  .spacebar-background .stylethree {
    text-align: left;
  }
	.paycrave-background {
		grid-column: 1;
		grid-row: 2;
	}

	.paycrave-copy {
    padding: 10%;
		grid-column: 1;
		grid-row: 2;
		justify-self: center;
		align-self: center;
    background-color: #798384;
	}

	.paycrave-copy p, h4 {
		margin: 0;
	}

	.braille-background {
		grid-column: 2;
		grid-row: 2;
	}

	.braille-copy {
		grid-column: 2;
		grid-row: 2;
		justify-self: center;
		align-self: center;
    padding: 10%;
    background-color: #373e40;
	}

	.braille-copy p, h4 {
		margin: 0;
	}

	/* about */

	.steps-small {
		display: none;
	}
  .steps-small2 {
    display: none;
  }


	.butcher-small {
		display: none;
	}

	.worklife {
		/* display: grid; */
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		justify-items: center;
    margin-top: 10px;
		background: #373e40;
    background-image: linear-gradient(180deg, #0e0e0e 0%, #536767 339%);
	}

	.worklife-steps {
	    width: 100%;
	    height: 100%;
	    margin: 0 20px 0 -120px;
	    -webkit-transform: skew(15deg);
	    -moz-transform: skew(15deg);
	    -o-transform: skew(15deg);
	    transform: skew(15deg);
	    border-right: 10px solid #000;
	    overflow:hidden;
	    position:relative;
	}


  .steps2 {
    	position: absolute;
    	background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
	    top: -30px;
	    left: -30px;
	    right: -100px;
	    bottom: -0px;
        -webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg);
	}

	.funfacts {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		justify-items: center;
		background: #0e0e0e;
		border-top: 10px solid #000;
		margin-top: 0px;
    margin-bottom: 10px;
	}

	.funfacts-butcher {
	    width: 100%;
	    height: 100%;
	    margin: 0 0 0 120px;
	    -webkit-transform: skew(15deg);
	    -moz-transform: skew(15deg);
	    -o-transform: skew(15deg);
	    transform: skew(15deg);
	    border-left: 10px solid #000;
	    overflow: hidden;
	    position: relative;
	}

	.funfacts-copy {
		margin-left: 30px;
	}

	.butcher {
		background-image: url('../images/per.png');
    	position: absolute;
    	background-repeat: no-repeat;
		background-size: cover;
		background-position: left;
	    top: 0px;
	    left: -70px;
	    right: 60px;
	    bottom: 0px;
        -webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg);
        display: block;
	}
}
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: #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;
}


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

/* footer */

.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);
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    position: relative;
}
    .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;
  }
}

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