.section {
	font-size: 1.3rem;
}

.section--primary {
	background: #40c0f0;
}

.header__logo {
	max-height: 70px;
	float: right;
}

.header__title {
	text-align: left;
}

.header__title h1 {
	font-size: 1.8rem;
	color: #2d3091;
	margin-bottom: 0;
}

.header__title p {
	font-size: 1.4rem;
	color: #2d3091;
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.header__logo {
		margin: 0 auto 1rem;
		float: none;
	}

	.section {
		font-size: 1.2rem;
	}

	.header__title h1 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.header__title p {
		font-size: 1.2rem;
	}

	footer img {
		display: inline-block;
	}
}

.bg--primary-light {
	background: #92d4f6;
}

.bg--secondary {
	background-color: #2d3091 !important;
}

.rounded--lg {
	border-radius: 2rem !important;
}

.rounded-bottom--lg {
	border-bottom-left-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
}

.text-black {
	color: #000;
}

ul {
	display: inline-block;
}

.card--link {
	color: #000;
	transition: all .2s ease;
}

.card--link:hover {
	text-decoration: none;
	color: #2d3091;
}
