body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  text-decoration: none;
  background-color: #fff; }

header {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 1; }
  header .logo {
    height: 50px;
    width: 50px;
    float: left;
    margin: 10px 0 0 30px; }
    header .logo path {
      fill: white; }
  header nav {
    float: right;
    margin: 30px 30px 0 0; }
    header nav a {
      text-decoration: none;
      display: inline-block;
      margin-left: 20px;
      color: white;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
      header nav a:hover {
        color: black; }
  header h1 {
    text-align: center;
    clear: both;
    font-size: 72px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding-top: 15%; }
    header h1 span {
      display: inline-block;
      padding: 0.2em 0.5em;
      border: white solid 10px; }
  header .kicker {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    line-height: 1; }

.wrapper {
  position: relative; }

footer {
  background: url("../img/logo.svg"), url("../img/header-bg.jpg") center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, cover;
  background-position: 30px 50px, 50% 50%;
  background-blend-mode: overlay, normal; }
  footer .lockup {
    padding: 50px 30px;
    display: table;
    clear: both; }
    footer .lockup .logo {
      width: 50px;
      height: 50px;
      float: left;
      margin-left: 30px;
      margin-right: 30px; }
    footer .lockup .wrap-content {
      float: left;
      margin-left: 80px; }
      footer .lockup .wrap-content nav a {
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
        color: white;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
        footer .lockup .wrap-content nav a:hover {
          color: black; }
      footer .lockup .wrap-content .copy {
        text-transform: uppercase;
        letter-spacing: 0.05em;
        word-spacing: 0.2em;
        color: white;
        font-size: 10px;
        font-weight: normal; }

.about h3 {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 100px 0 30px; }

.about .icon-wrap {
  max-width: 780px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center; }
  .about .icon-wrap .face-img {
    height: 210px;
    width: 210px;
    background: url("../img/avatar.jpg") center center;
    background-size: cover;
    border-radius: 50%;
    order: 3; }
  .about .icon-wrap .icon-pencil {
    order: 1; }
  .about .icon-wrap .icon-mouse {
    order: 2; }
  .about .icon-wrap .icon-browser {
    order: 4; }
  .about .icon-wrap .icon-video {
    order: 5; }

.about .about-text {
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  max-width: 650px;
  padding: 0 15px;
  margin: 0 auto; }

.icon-100 {
  color: white;
  height: 100px;
  width: 100px;
  background: #051b2e;
  overflow: hidden;
  border-radius: 50%; }
  .icon-100 path {
    fill: #fff; }

.skills h3 {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 100px 0 30px; }

.skills .bars-wrap {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
  padding: 10px; }
