/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.card-columns {
	column-count: 5;
}

.shadow-white{
	text-shadow: 0px 3px 6px rgba(255,255,255,0.91);
}

.shadow-dark{
	text-shadow: 0px 3px 6px rgba(22,21,21,0.91);
}

.section-banner-container{
	background-repeat: no-repeat;
	/*background-size: cover;*/
}

@media (min-width: 1200px) {
	.section-banner-container.fullscreen .banner picture {
		height: calc(100vh - 110px);
	}
}

.section-banner-container:not(.fullscreen) .banner picture{
	max-height:400px;
}

.section-banner-container h1,.section-banner-container .h1{
	margin-bottom:0;
}