html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-image: url('../img/nature-forest-trees-fog.jpeg');
  background-size: cover;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.jumbotron {
  text-shadow: 0.1rem 0.1rem 0.5rem rgba(0,0,0,0.25);
  background-color: rgba(76, 116, 100, 0.87);
}

.centered-container {
  display: table;
  width: 100%;
  height: 100%;
}

.centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.title {
  font-size: 4rem;
  margin: 0 0 1rem 0;
  color: rgba(250, 250, 250, 0.85);
}
.title-logo {
}
.lead {
  font-size: 2rem;
  margin: 0 0 4rem 0;
  color: rgba(250, 250, 250, 0.9);
}
.soon {
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
  padding: 0.5rem 0.7rem;
  color: rgba(250, 250, 250, 0.8);
  border: 0.1rem solid rgba(250, 250, 250, 0.5);
}
