body {
	padding-top: 70px;
}

.jumbotron {
	color: #2c3e50;
	background: #ecf0f1;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.with-margin {
	margin-bottom: 1em;
}

/*
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
*/

.card-img-top {
    width: 100%;
    height: 22vw;
    object-fit: cover;
}

.carousel-caption {
  position: relative;
  left: 0;
  top: 0;
}

