.section-welcome {
	background: #4097e5 url(/img/header-blue.svg) no-repeat center/cover;
}

.welcome-title {
	font-size: 3rem;
	color: white;
}

.welcome-description {
	font-size: 1.3rem;
	color: white;
	opacity: .8;
}

.carousel-caption {
	position: relative !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	font-size: calc(100% + 0.2vw + 0.2vh);
}