body {
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  background-color: #fcf7e5;
  color: #4f400b;
}

a {
  color: #137a08;
}

h2 a {
  color: inherit;
}

.container {
  max-width: 970px;
}

.jumbotron {
  background-color: #a3d69e;
}

.jumbotron .col-sm-5 {
  text-align: center;
}

.jumbotron img {
  width: 300px;
}

.jumbotron img.img-responsive {
  vertical-align: center;
  background-color: #fcf7e5;
}

.jumbotron h2 {
  padding-left: 5px;
  font-size: 40px;
}

ul.navigation-menu {
  list-style: none;
  padding: 0px;
  font-size: 20px;
}

.projects {
  overflow: hidden;
}

.projects .col-1 {
  width: 50%;
  float: left;
}

.projects .col-2 {
  width: 50%;
  float: right;
}

.projects li h4 {
  margin-bottom: 3px;
}

.languages {
  color: #918d81;
}

ul.other-stuff {
  margin-bottom: 30px;
}

.other-stuff li {
  padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .jumbotron h1 {
    font-size: 45px;
  }

  .jumbotron h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron {
    text-align: center;
  }

  .jumbotron h1 {
    font-size: 35px;
  }

  .jumbotron h2 {
    padding: 0px;
    font-size: 28px;
  }

  .navigation-menu {
    text-align: center;
  }

  .navigation-menu li {
    display: inline-block;
    width: 30%;
  }
}

@media screen and (max-width: 475px) {
  ul.navigation-menu {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-menu li {
    list-style: none;
    display: block;
    width: 100%;
    text-align: left;
  }

  .projects .col-1 {
    width: 100%;
    float: none;
  }

  .projects .col-2 {
    width: 100%;
    float: none;
  }
}
