// Jumbotron
.jumbotron--has-toolbar {
	padding-top: 0;
	margin-bottom: 0;

	@media screen and (max-width: 479px){
		.toolbar {
			border-bottom: .25rem solid white;
		}
	}
}
