/* Move down content because we have a fixed navbar that is 3.5rem tall */

.jumbotron {
	border-bottom-right-radius: 50% 15%;
	border-bottom-left-radius: 50% 15%;
	border-top-right-radius: 0 0;
	border-top-left-radius: 0 0;
	padding-top: 0 !important;
}


/*@media ( min-width : 576px) {
	.jumbotron {
		height: 200px;
	}
}
@media ( min-width : 1200px) {
	.jumbotron {
		height: 250px;
	}
}*/