html, body {
  height: 100%;
  width: 100%;
  font-family: 'Georgia', sans-serif;
  color: #505050;
  background-color: #E8E8E8;
}
.navbar {
  padding: .8rem;
}
.navbar-nav li {
  padding-right: 20px;
  font-weight: bold;
  font-family: 'Georgia', sans-serif;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  font-size: 500%;
  text-shadow: 1px 1px 1px #303030;
}
.carousel-caption h3 {
  font-size:200%;
  font-weight: 500;
  text-shadow: 1px 1px 1px #303030;
  padding-bottom: 1rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width:95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}