.hsmw-main-content h1,
.hsmw-main-content h2 {
	background-color: #ccc;
	text-transform: uppercase;
	padding: 0.5rem;
}
.hsmw-main-content h1 a,
.hsmw-main-content h2 a {
	color: #2a6bb7;
	font-weight: 700;
}
.carousel-item {
	height: 427px;
	background-size: cover; 
	background-position: center;
}
.carousel-text {
	position: absolute; 
	left: 0; 
	bottom: 2rem;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1rem;
	font-size: 1.8rem;
}
.carousel-link:hover div {
	text-decoration: underline;
}

.hsmw-logo {
	position: absolute;
	right: -1px;
	top: 0;
}
.hsmw-event-date {
	width: 5rem;
	height: 5rem;
}
.hsmw-news-img {
	width: 50%;
}
.frame {
    margin: 0;
}
.hsmw-certificates .external-link,
.hsmw-certificates .mail {
	font-weight: 600;
}
.hsmw-certificates .external-link::before,
.hsmw-certificates .mail::before {
	height: 0.8rem;
	width: 0.8rem;
}

@media (max-width: 776px) {
	.carousel-text {
		font-size: 1.2rem;
	}
}

@media (max-width: 968px) {
	.carousel-text {
		font-size: 1.4rem;
		padding: 0.5rem 1rem;
	}
}

@media (min-width: 968px) {
	.hsmw-main-content .col {
		/* padding-right: 5px; */
		padding-left: 5px;
	}
	.hsmw-main-content .col:first-child {
		padding-left: 15px;
		padding-right: 5px;
	}
	.hsmw-main-content .col:last-child {
		margin-left: -5px;
		padding-left: 0px;
		padding-right: 10px;
	}
	.jumbotron {
		height: 450px;
	}
	.hsmw-slogan {
		position: absolute;
		bottom: 2rem;
	}
	.hsmw-event-date {
		width: 100%;
	}
	.hsmw-news-img {
		width: 100%;
	}
}

@media (min-width: 1192px) {
	.hsmw-event-date {
		width: 5rem;
	}
	.hsmw-news-img {
		width: 50%;
	}
}
