@import url("https://fonts.googleapis.com/css?family=Neuton|Raleway:400,700");

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

main {
  display: block
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

html,
body {
  height: 100%
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 550px;
  margin: 0;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 90%;
  max-width: 768px;
  padding: 5vh 0 10vh;
  text-align: center
}

::-moz-selection {
  background: #9580FF;
  color: #F8F8F2
}

::selection {
  background: #9580FF;
  color: #F8F8F2
}

.hero h1 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin: 0;
  margin-right: -.15em;
}


@media (max-width: 480px) {
  .hero-manifest p {
    font-size: 0.8rem;
    margin: 1.5em 0 0;
  }
}

.hero h2 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1em;
  margin: 1em 0 0;
  white-space: nowrap;
  margin-right: -1em;
}

@media (max-width: 767px) {
  .hero h2 {
    font-size: 11px;
    letter-spacing: .7em;
    margin-right: -.7em
  }

  .hero h1 {
    font-size: 32px
  }

  .hero p {
    font-size: 18px;
    margin-top: 2.5em
  }

  .social .container a i {
    font-size: 25px
  }

  .hero-manifest p {
    font-size: 0.9rem;
    margin: 2em 0 0;
  }

  .social .container {
    height: 70px
  }
}

.hero p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 3em 0 0;
}

.social {
  width: 100%;
  height: 15vh;
}

.social .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  height: 80px;
  max-width: 320px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px
}


.social .container a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social .container a i {
  font-size: 28px;
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s
}

.social .container a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.social .container a:hover i.fa-github {
  color: #333
}

.social .container a:hover i.fa-linkedin-in {
  color: #0077b5
}

.social .container a:hover i.fa-envelope {
  color: #3b29df
}

.hero-manifest {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 80%;
  text-align: center;
}

.hidden-text {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: 50%;
  margin-left: 20px;
}

.show {
  opacity: 1;
}

.image-wrapper {
  width: 50%;
  transition: transform 1s ease-in-out;
  text-align: center;
}

.image-wrapper img {
  display: inline-block;
  max-width: 100%;
}

.shift-left {
  transform: translateX(-20%);
}

.hero-manifest p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 3em 0 0;
}

.hero-manifest img {
  margin: 50px 30px;
}

.hero-manifest h1 {
  font-size: 2rem;
}