body {
  background-color: #0d333f;
}

.outter {
  text-align: center;
  color: #fff;
  height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.inner {
  margin: 0 auto 20px auto;
  max-width: 860px;
  padding: 0 50px;
}

h1 {
  margin: 0 0 12px 0;
  padding-top: 110px;
  font-size: 60px;
  font-weight: 900;
  font-family: arial;
  letter-spacing: -3px;
}

p {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 36px;
  max-width: 350px;
  line-height: 1.4em;
}

.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 11px 20px 12px 20px;
  border: 1px solid #a0a9b0;
  line-height: 1em;
  font-size: .8em;
  font-weight: bold;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(255, 255, 255, 0.8) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(255, 255, 255, 0.8) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(255, 255, 255, 0.8) 0 1px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.outter .inner a.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding-bottom: 14px;
  padding-top: 12px;
  color: #fff;
  text-shadow: none;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a {
  text-decoration: none;
}

.btn:hover {
  background: #0a2932;
}

.wrapper {
  width: 70%;
  display: block;
  text-align: center;
  color: #222;
  margin-left: auto;
  margin-right: auto;
}

#intro {
  margin-bottom: 20px;
  height: 24px;
  text-align: center;
  color: #fff;
}

.roles {
  font-weight: bold;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
}

.roles div {
  text-align: left;
  height: 24px;
  -webkit-transition: margin-top 1s ease-in-out;
  -moz-transition: margin-top 1s ease-in-out;
  -o-transition: margin-top 1s ease-in-out;
  transition: margin-top 1s ease-in-out;
}

#tech-slideshow {
  height: 200px;
  position: relative;
  overflow: hidden;
}

#tech-slideshow > div {
  height: 200px;
  width: 6000px;
  background: url(sample-projects.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -webkit-animation: moveSlideshow 60s linear infinite;
  -moz-animation: moveSlideshow 60s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  0% {
    left: 0;
  }

  100% {
    left: -3830px;
  }
}

@-moz-keyframes moveSlideshow {
  0% {
    left: 0;
  }

  100% {
    left: -3830px;
  }
}
