@import url('https://fonts.googleapis.com/css?family=Lato');

.btn-block {
  display: block;
}

.navbar  {
  display: block;
  width: 100%;
  min-height: 32px;
  line-height: 50px;
  background-color: #202123;
  text-align: center;

  color: #ffffff;
}

.navbar-logo {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  font-size: 25px;
  font-family: 'Lato', sans-serif;

  margin-left: 20px;
}
.navbar-logo:hover {
  opacity: 1.0;
  color: #ffffff;
  text-decoration: none;
}
.navbar-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  margin-right: 20px;
  float: right;
  opacity: 0.8;
}
.navbar-link:hover {
  opacity: 1.0;
  color: #ffffff;
  text-decoration: none;
}

.splash-image {
  background: url("./mountains.jpeg");
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 20px;
}

.splash-title {
  padding-top:225px;
  padding-left: 6px;
}

.adventure {
  text-align: center;
  margin-top: 20px;
}

.adventure-title {
  text-align: center;
  color: #
}

.adventure-event-title {
  /*font-weight: 800;*/
  margin-bottom: 0px;
}

.adventure-event-description {
  margin-bottom: 30px;
}

.adventure-link {
  padding: 16px 0;
}

.adventure-link-description {
  padding-top: 4px;
}

.error-message {
  text-align: center;
  margin-top: 100px;
}
.error-message-title {
  font-size: 28px;
}

.adventure-end {
  margin-top: 90px;
}
