/*
 * Custom CSS
 */
body {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #8c8c8c;
	font-size: 1.3rem;
}

h1 {
	font-family: "Gloock", serif;
	font-weight: 400;
	font-style: normal;
}

a, a:visited {
	color: #4bbedd;
}

a:hover, a:focus {
	color: #8c8c8c;
}

.left {
	background-image: url('images/background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.left .logo {
	background-color: #ffffffee;
	width: 70%;
	aspect-ratio : 1 / 1;
	border-radius: 50%;
	padding: 2%;
	margin: 0px auto;
}

.left .logo img {
	width: 70%;
	margin: 0px auto;
	display: block;
}

.left p {
	color: #ffffff;
	font-size: 3rem;
	font-weight: bold;
	margin-top: 30px;
}

.right {
	padding: 2% 5%;
	overflow-y: scroll;
}

.right h3 {
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.right h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.right h1 {
	font-size: 2.8rem;
	color: #4bbedd;
	margin-bottom: 3rem;
	line-height: 1.4;
}

.right p.lead {
	font-size: 1.6rem;
	font-weight: bold;
}

.right p.intro {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.right .three-columns div div {
	border-top: 5px solid #4bbedd;
	padding: 3rem 0px 3rem;
}

.right .three-columns div div h3 {
	margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
	.right h1 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 991px) {
	.right {
		overflow-y: visible;
	}
}