* {
  font-family: "Hepta Slab", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body,
html {
  margin: 0px;
  overflow-x: hidden;
  width: 100vw;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #252525;
}

body {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sans {
  font-family: "Poppins", sans-serif;
}

section {
  width: 100%;
}

section.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin: 50px 0px 30px;
  padding-top: 25px;
  border-top: #7d7d7d dotted 1px;
}

section.footer div {
  margin: 0px 15px 0px;
  letter-spacing: 0.075rem;
}

h1 {
  font-size: 5.25vw;
  letter-spacing: 0.4vw;
}

h2 {
  font-size: 3.2vw;
  letter-spacing: 0.25vw;
}

h3 {
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  margin-bottom: 0;
}

h4 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

h4 span.name {
  font-weight: 600;
  font-size: 1.7rem;
}

h4 span a {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}

p, li {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

ul.gen-list{
  padding:0;
  list-style:none;
}

.img-container {
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.img-container--hidden {
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.proj-img-srcset {
  display: block;
  background-color: transparent;
  height: 450px;
  border-radius: 8px;
}

.site-link {
  margin: 26px 0 0 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.35rem;
  font-family: "Poppins", sans-serif;
  color: #464646;
  padding: 0 0 0 0px;
  border-bottom: solid 1px #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 0%;
}

.site-link:hover {
  display: block;
  border-bottom: solid 1px #464646;
  letter-spacing: 0.6rem;
  min-width: calc(100% - 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.thumbs {
  padding: 1.2vw 0 0 20px;
  list-style: none;
}

ul.thumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50vw / 7 - 5px);
  height: calc(30vw / 7 - 5px);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin: 0 7px 10px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.thumbs li:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 3, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 3, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.thumbs li img {
  width: 100%;
}

ul.tech-list {
  margin: 0 0 0 0;
  padding: 1.6vw 0 0 20px;
  list-style: none;
}

ul.tech-list li {
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.07rem;
  margin: 0 2px 5px 0;
  border-radius: 3px;
}

ul.tech-list li.html {
  background-color: #f9ae64;
}

ul.tech-list li.css {
  background-color: #b2d4fb;
}

ul.tech-list li.javascript {
  background-color: #fcf7c8;
}

ul.tech-list li.react {
  background-color: #b6ebfc;
}

ul.tech-list li.photoshop {
  background-color: #b6fcc3;
}

ul.tech-list li.magento {
  background-color: #ef662f;
}

ul.tech-list li.premiere {
  background-color: #e5cfea;
}

ul.tech-list li.invision {
  background-color: #fdb6c6;
}

ul.tech-list li.balsamiq {
  background-color: #ecc3c7;
}

.line-height-1o8 {
  line-height: 1.8rem;
}

.line-height-2o6 {
  line-height: 2.6rem;
}

.line-height-3o6 {
  line-height: 3.6rem;
}

.line-height-4o6 {
  line-height: 4.6rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex-direction-row {
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-direction-row-reverse {
  -webkit-box-flex-direction: row-reverse;
  -moz-box-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-direction-column {
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-direction-column-reverse {
  -webkit-box-flex-direction: column-reverse;
  -moz-box-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.flex-justify-content-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.padding-left-0per {
  padding-left: 0%;
}

.padding-left-20px {
  padding-left: 20px;
}

.padding-left-30per {
  padding-left: 30%;
}

.height-100vh {
  height: 100vh;
}

.width-100per {
  width: 100%;
}

.width-90per {
  width: 90%;
}

.width-80per {
  width: 80%;
}

.width-70per {
  width: 70%;
}

.width-60per {
  width: 60%;
}

.width-50per {
  width: 50%;
}

.width-40per {
  width: 40%;
}

.width-30per {
  width: 30%;
}

.width-20per {
  width: 20%;
}

.margin-top-5px {
  margin-top: 5px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-top-26px {
  margin-top: 26px;
}

.margin-top-30px {
  margin-top: 30px;
}

.margin-top-50px {
  margin-top: 50px;
}

.margin-top-60px {
  margin-top: 60px;
}

.margin-top-15vh {
  margin-top: 15vh;
}

.margin-top-25vh {
  margin-top: 25vh;
}

.margin-bottom-0px {
  margin-bottom: 0px;
}

.margin-bottom-5px {
  margin-bottom: 5px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.line-height1 {
  height: 1px;
}

.line-height2 {
  height: 2px;
}

.line-gray30 {
  background-color: #c2c2c2;
}

.line-gray60 {
  background-color: #7d7d7d;
}

.line-gray80 {
  background-color: #464646;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 9vw;
    letter-spacing: 0.4vw;
  }
  h2 {
    font-size: 7.3vw;
    letter-spacing: 0.25vw;
  }
  h3 {
    font-size: 5.6vw;
    letter-spacing: 0.15vw;
  }
  p, li {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  section.footer {
    margin: 9px 0px 30px 4%;
  }
  .margin-m-auto {
    margin: auto;
  }
  .margin-m-top-6px {
    margin-top: 6px;
  }
  .margin-m-top-2vh {
    margin-top: 2vh;
  }
  .margin-m-top-3vh {
    margin-top: 3vh;
  }
  .margin-m-top-4vh {
    margin-top: 4vh;
  }
  .margin-m-top-8vh {
    margin-top: 8vh;
  }
  .margin-m-top-20px {
    margin-top: 20px;
  }
  .margin-m-bottom-0px {
    margin-bottom: 0px;
  }
  .margin-m-bottom-6px {
    margin-bottom: 6px;
  }
  .margin-m-bottom-3vh {
    margin-bottom: 3vh;
  }
  .width-70per-m {
    width: 70%;
  }
  .width-85per-m {
    width: 85%;
  }
  .width-86per-m {
    width: 86%;
  }
  .width-87per-m {
    width: 87%;
  }
  .width-88per-m {
    width: 88%;
  }
  .width-89per-m {
    width: 88%;
  }
  .width-90per-m {
    width: 90%;
  }
  .width-96per-m {
    width: 96%;
  }
  .width-100per-m {
    width: 100%;
  }
  .line-height-m-1o8 {
    line-height: 1.8rem;
  }
  .line-height-m-2o6 {
    line-height: 2.6rem;
  }
  .line-height-m-3o6 {
    line-height: 3.6rem;
  }
  .line-height-m-4o6 {
    line-height: 4.6rem;
  }
  .padding-left-0per-m {
    padding-left: 0;
  }
  .padding-left-10per-m {
    padding-left: 10%;
  }
  .img-container {
    opacity: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .img-container--hidden {
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .proj-img-srcset {
    height: auto;
    width: 100%;
  }
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-m-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-m-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-m-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .flex-m-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .flex-m-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .flex-m-direction-row {
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .flex-m-direction-row-reverse {
    -webkit-box-flex-direction: row-reverse;
    -moz-box-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .flex-m-direction-column {
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .flex-m-direction-column-reverse {
    -webkit-box-flex-direction: column-reverse;
    -moz-box-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .flex-m-justify-content-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-m-justify-content-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-m-justify-content-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-m-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-m-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-m-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  ul.tech-list li {
    font-size: 1.3rem;
  }
  ul.thumbs {
    padding: 1.2vw 0 0 20px;
    list-style: none;
  }
  ul.thumbs li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(60vw / 3);
    height: calc(35vw / 3);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin: 0 7px 10px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  ul.thumbs li:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 3, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 3, 0, 0.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  ul.thumbs li img {
    width: 100%;
  }
}

body.dark {
  background-color: black;
  color: #efefef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.dark p, body.dark li {
  font-weight: 400;
}

body.dark a.site-link {
  color: #efefef;
  min-width: 0%;
  border-bottom: solid 1px black;
}

body.dark a.site-link:hover {
  border-bottom: solid 1px #efefef;
}

body.dark ul.tech-list li {
  color: black;
}

.switch-containr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #ef662f;
  -webkit-box-shadow: inset -3px 5px 4px -4px rgba(50, 50, 50, 0.75);
          box-shadow: inset -3px 5px 4px -4px rgba(50, 50, 50, 0.75);
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ef662f;
          box-shadow: 0 0 1px #ef662f;
  -webkit-box-shadow: inset -3px 5px 4px -4px rgba(50, 50, 50, 0.75);
          box-shadow: inset -3px 5px 4px -4px rgba(50, 50, 50, 0.75);
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  background-color: #bbb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: inset -3px 5px 4px -4px rgba(50, 50, 50, 0.75);
          box-shadow: inset -3px 5px 4px -4px rgba(50, 50, 50, 0.75);
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*# sourceMappingURL=style.css.map */