body {
   background-color: #2f477b;
   color: #e6e6e6;
}
.container {
  margin-top:150px;
}

.image-container {
   width: 100%;
   padding-bottom: 65%;
   background-color: rgba(255, 255, 255, 0.5);
   position: relative;
   margin-bottom: 50px;
}
h1 {
   margin: 100px 0 50px 0;
}
h2 {
   margin-top: 28px;
   margin-bottom: 15px;
}
.image-container img {
   width: 90%;
   left: 5%;
   top: 8%;
   position: absolute;
}

.nav-pills {
   margin: 20px 0 15px 0;
}

.nav-pills li {
   cursor: pointer;
}