/* ONLY TO BE USED WITH BOOTSTRAP 4.O */
.navbar {
	margin-bottom: 0;
}

.jumbotron {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
	background-color: #fff;
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron-heading {
	font-weight: 300;
}

.jumbotron .container {
	max-width: 40rem;
}

.album {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color:#f5f5f5;
	border-radius:.25rem;
	margin-bottom:3rem;
}

.date-tag {
	white-space: nowrap;
}

.card {
	float: left;
	margin-bottom: 2rem;
}