.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('images/atrium.jpg');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.learn-more {
  background-color: #8a8a8a;
  height: 150px;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.learn-more p {
  font-family: 'Shift', sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}
.guides {
    color: #393c3d;
    border-bottom: 1px solid #dbdbdb;
}
.guides h2 {
    font-size: 30px;
}
.guides p {
    font-size: 16px;
    margin-bottom: 13px;
}
.image {
   float: top;
  height: 40px;
  padding: 0px 15px 15px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 2px;
}