/* Alerts */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert p {
  margin-bottom: 0;
}

.alert:empty {
  display: none;
}

/* Custom page header */
.header {
  background-color: #364757;
}

.logo {
  text-align: center;
  display: block;
}

.nav {
  font-size: medium;
  color: white;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.nav a {
  color: white;
}

.footer {
  height: 50px;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  background-color: #364757;
  color: white;
}

.page_header {
  font-size: xx-large;
  margin-bottom: 20px;
  border-bottom: solid;
  border-width: 1px;
}

.page_header .pull-right {
  font-size: small;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    font-size: medium;
    max-width: 910px;
  }
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

/* Supporting marketing content */
.marketing {
  margin: 35px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 30px;
  }

  .jumbotron {
    border-bottom: 0;
  }
}
