html {
  font-size: 14px;
}

body {
  font-family: "Open Sans";
}

/* Navigation */

nav {
  font-size: 1.1rem;
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a {
  background-color: inherit;
  color: #399bd1;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit;
  color: #399bd1;
}

ul.mobile {
  display: none;
}

@media only screen and (max-width: 760px) {
  ul.nav navbar-nav {
    display: none;
  }

  ul .mobile {
    display: block;
  }
}

/* Jumbotron */

.jumbotron {
  height: 44rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.jumbotron-bike {
  background-image: url("../images/jumbotron-bike.jpg");
}

.jumbotron-beer {
  background-image: url("../images/jumbotron-beer.jpg");
}

.jumbotron-duffel {
  background-image: url("../images/jumbotron-duffel.jpg");
}

.jumbotron-flowers {
  background-image: url("../images/jumbotron-flowers.jpg");
}

.jumbotron h1 {
  font-family: "Monoton";
  font-size: 7.1rem;
  color: white;
  text-shadow: -1px -1px 0 #000, -1px -1px 0 #000, -1px -1px 0 #000, -1px -1px 0 #000;
  margin-top: 11.85rem;
}

@media only screen and (max-width: 760px) {
  .jumbotron h1 {
    font-size: 5.7rem;
  }
}

.jumbotron p {
  color: white;
  max-width: 51.3rem;
  margin: auto;
}

.button {
  position: relative;
  top: -20rem;
  text-align: center;
  width: 100%;
}

.btn-primary {
  width: 11.4rem;
  padding: 1.3rem 0;
  border: 0;
  margin-top: 2.8rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: .5s box-shadow;
}

.btn-primary:hover {
  background-color: #399bd1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

.btn-primary:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Slick slider */
.slick-slider {
  outline: none;
}

/* Featured project */

h2 {
  color: #399bd1;
  font-size: 1.7rem;
  font-weight: bold;
}

.featured-project {
  margin-top: -7rem;
}

.featured-project .image-container {
  margin-top: 20px;
  height: 19rem;
}

.image-container {
  overflow: hidden;
}

.image-container img {
  opacity: 0.7;
}

.image-container img:hover {
  opacity: 1;
  transform: scale(1.3);
  transition: transform .5s, opacity .5s;
}

img {
  width: 100%;
}

li {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}

h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.categories h3 {
  color: #399bd1;
}

/* Projects */

.projects {
  margin-bottom: 5.85rem;
}

.project .image-container {
  height: 13.5rem;
  overflow: hidden;
}

/* Help */

.help {
  background-color: #f3f3f3;
  padding-top: 5.2rem;
  text-align: center;
}

.help strong {
  font-size: 2.5rem;
}

.help p {
  padding-top: 1.4rem;
  max-width: 42rem;
  margin: auto;
}

.help .btn {
  margin-bottom: 5.2rem;
}
