@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.navbar-nav li {
  padding-right: 10px;
}

.nav-link {
  font-size: 1.1em !important;
  line-height: 1;
  text-align: center;
}

.index-intro
{
  width: 100%;
  background-color: #32383e;
  /* color: cornsilk; */
}

.index-intro .jumbotron
{
  padding: 0px;
  margin: 0px;;
  background-color: #32383e;
  /* background-color: cornflowerblue; */
  /* color: cornsilk; */
}

.index-intro .jumbotron h1
{
  font-size: 100px;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

a.btn {
  margin: 0 5px;
}

.jumbotron p {
  margin: 0;
}

.btn-group-vertical>.btn, .btn-group>.btn {
  flex: 0 1 auto;
}

footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
  text-align: center;
}