@charset "utf-8";
* {
  font-family: "Work Sans", sans-serif;
  color: #666;
}
body {
  position: relative;
  line-height: normal;
  font-size: 16px;
}
h1, h2, h3, h4 {
  margin: 0;
}
ul {
  margin-bottom: 0;
  padding-left: 0;
}
li {
  list-style-type: none;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #666;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none !important;
  color: #666;
}
section:not(#header):not(#copyright) {
  padding: 100px 0;
}
button {
  background-color: transparent;
  outline: none;
}
.button {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  border: 2px solid #ccc;
  border-radius: 15px;
  text-align: center;
  color: #999;
  padding: 0 15px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.button:hover, .button.active {
  color: #fff !important;
  background-color: #45b8ac !important;
  border-color: transparent !important;
}
.svg-after {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
/*
------------------------------------------------------------
  NAVIGATION
------------------------------------------------------------ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 2;
}
nav.scrolled {
  background-color: rgba(255,255,255,.85);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
/*
  Logo
------------------------------------------------------------ */
#nav__logo {
  width: 70px;
  height:  70px;
  margin: 20px 0;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  position: relative;
  cursor: pointer;
}
.scrolled #nav__logo {
  width: 50px;
  height: 50px;
  margin: 10px 0;
}
.scrolled .svg-after {
  opacity: 1;
}
/*
  Hamburger
------------------------------------------------------------ */
#nav__hamburger {
  width: 30px;
  height: 18px;
  margin-top: 46px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.scrolled #nav__hamburger {
  margin-top: 26px;
}
#nav__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #999;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#home nav:not(.scrolled) #nav__hamburger span {
  background-color: #fff;
}
#nav__hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav__hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav__hamburger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav__hamburger.open span {
  background-color: #fff;
}
#nav__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
}
#nav__hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
}
/*
  Links
------------------------------------------------------------ */
#nav__links {
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #45b8ac;
  overflow-y: hidden;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav__links.open {
  height: 100% !important;
}
#nav__links ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#nav__links li:nth-child(-n+2) {
  margin-bottom: 15px;
}
#nav__links a, #nav__links a:hover {
  color: #fff;
  font-size: 48px;
}
/*
------------------------------------------------------------
  HEADERS
------------------------------------------------------------ */
#header {
  padding: 110px 0 100px;
}
#header__main {
  padding-top: 70px;
}
#header__main h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-left: -2px;
}
#header__main h2 {
  margin-top: 3px;
}
.header__section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.header__section h3 span {
  color: #45b8ac;
}
/*
------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
#contact {
  background-color: #666;
}
#contact .header__section h3 {
  color: #fff;
}
div[id^="contact__"] {
  margin-top: 30px;
}
#contact__email p {
  color: #fff;
  font-size: 30px;
  line-height: 100%;
}
#contact__email .button {
  border-color: #999;
  color: #ccc;
  margin-top: 15px;
}
#contact__email a {
  margin-right: 5px;
}
#contact__social a {
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: inline-block;
}
#contact__social a:hover .svg-after {
  opacity: 1;
}
/*
  Copyright
------------------------------------------------------------ */
#copyright {
  background-color: #333;
}
#copyright p {
  margin: 7px 0;
}
#copyright p, #copyright span {
  color: #999;
}
#copyright a {
  color: #999;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#copyright a:hover {
  color: #ccc;
}
/*
------------------------------------------------------------
  HOME
------------------------------------------------------------ */
#home #header {
  height: 500px;
  background: #45b8ac url(../images/stripes.png) 50% 50%;
}
#home #header__main {
  padding-top: 120px;
  color: #fff;
}
/*
  Works
------------------------------------------------------------ */
#works {
  background-color: #f2f2f2;
}
.works__thumbnail {
  margin-top: 30px;
}
.works__thumbnail a {
  overflow: hidden;
  display: block;
  position: relative;
}
.works__thumbnail a img {
  width: 100%;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.works__thumbnail:hover a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.works__title {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,.4);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.works__thumbnail:hover .works__title {
  opacity: 0;
}
.works__title p {
  position: absolute;
  width: 120px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  bottom: 0;
  right: 0;
  background-color: #999;
  border-top-left-radius: 30px;
  padding-left: 3px;
}
/*
  About
------------------------------------------------------------ */
#about .header__section {
  margin-bottom: 30px;
}
#about__story {
  display: flex;
}
#about__story-photo {
  margin-right: 30px;
}
#about__story-photo img {
  width: 150px;
}
#about__story-copy p {
  line-height: 22px;
}
#about__skills {
  display: flex;
  flex-direction: column;
  min-height: 150px;
}
#about__skills ul {
  flex: 1;
  display: flex;
  padding-top: 4px;
}
#about__skills li {
  display: inline-block;
}
.about__skills-name {
  min-width: 75px;
  margin-right: 30px;
}
.about__skills-name p {
  line-height: 12px;
}
.about__skills-meter {
  background-color: #f2f2f2;
  height: 12px;
  border-radius: 6px;
  width: 100%;
}
.about__skills-meter span {
  height: 12px;
  background-color: #45b8ac;
  display: block;
  border: 4px solid #f2f2f2;
  border-radius: 6px;
}
.about__skills-meter.ninety span {
  width: 90%;
}
.about__skills-meter.eighty span {
  width: 80%;
}
.about__skills-meter.sixty span {
  width: 60%;
}
#about__resume {
  margin-top: 50px;
/*  display: none;*/
}
/*
------------------------------------------------------------
  WORK
------------------------------------------------------------ */
.work #header__main {
  padding-bottom: 40px;
}
.work #header + section {
  background-color: #f2f2f2;
}
/*
  Controls
------------------------------------------------------------ */
#work__controls a {
  width: 22px;
  height: 34px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: inline-block;
  margin-top: 7px;
}
#work__controls a:first-of-type {
  margin-right: 26px;
}
#work__controls a:hover .svg-after {
  opacity: 1;
}
/*
  Details
------------------------------------------------------------ */
#work__details h4 {
  margin-bottom: 15px;
}
#work__details h4 span {
  font-family: "Montserrat", sans-serif;
}
#work__details .bullet {
  color: #45b8ac;
  font-weight: 700;
}
#work__details p {
  line-height: 21px;
}
#work__details a {
  text-decoration: underline;
}
#work__details a:hover {
  text-decoration: none;
}
/*
  Images
------------------------------------------------------------ */
#work__images .header__section {
  margin-bottom: 30px;
}
#work__images .container.second {
  margin-top: 100px;
}
#work__images p {
  margin-bottom: 10px;
}
#work__images img {
  width: 100%;
}
/*
  Slider
------------------------------------------------------------ */
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-prev:before, .slick-next:before {
  color: #45b8ac;
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 1;
  color: #ccc;
}
.slick-slide.scroll {
  max-height: 800px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.slick-slide.toggle img {
  display: none;
}
.slick-slide.toggle .active {
  display: block;
}
/*
------------------------------------------------------------
  MEDIA QUERY
------------------------------------------------------------ */
@media (min-width: 1600px) {
  #website #work__images .container {
    width: 1570px;
  }
  #website .slick-slide.scroll {
    max-height: 1000px;
  }
}
@media (min-width: 992px) {
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #contact__email p {
    font-size: 27px;
  }
  #about .row > div:nth-of-type(2) {
    margin-top: 50px;
  }
  #work__controls, #work__title {
    width: 100%;
  }
  #work__title {
    margin-top: 50px;
  }
}
@media (max-width: 543px) {
  #header__main h1 {
    font-size: 36px;
  }
  #header__main h2 {
    font-size: 24px;
  }
  #about__story {
    display: block;
  }
  #about__story-copy {
    margin-top: 15px;
  }
  .slick-slide.scroll {
    max-height: 600px;
  }
}