body{
  height: 100%;
  width: 100%;
  font-family: 'sans-serif';
  color: #222;
}

.navbar {
  padding: .8rem;

}
.navbar-nav li{
  padding-right: 20px;
}

.nav-link{
  font-size: 1.1em !important;
}
.carousel-inner img{
  width: 100%;
  height: 100%;
}
.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary{
  background-color:#6648b1;
  border: 1px solid #563d7c; 
  align-items: center;
}
.btn-primary:hover{
  background-color:#563d7c;
  border: 1px solid #563d7c; 
}
.padding{
  padding-bottom: 2rem;
}
footer{
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;

}
hr .light{
  border-top: 1px solid #d5d5d5;
  width: 75%;
}
.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h2{
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1em;
}
.jumbotron{
	height: 100%;
}
