
@import url("https://use.typekit.net/nvu8tay.css");

body,
button,
input,
select,
textarea {
	color: #494949;
	font-family: 'poppins', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0077A5;
	font-family: 'poppins', sans-serif;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 1.5rem;
}
header h5.notification {
	color: #fff;
	margin-bottom: -0.5rem;
}
h1 {
	font-size: 1.25rem;
}
:where(h1, h2, h3, h4, h5, h6) sup {
	font-size: 50%;
	top: -1em;
}
.small-font-size {
	font-size: 0.85rem;
}
.large-font-size {
	font-size: 1.125rem;
}
span.price {
	white-space: nowrap;
}
header {
	background-color: #0077A5;
	border-bottom: .5rem solid #0077A5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 1rem 0;
	position: relative;
}
#kela-202310 {
	background: radial-gradient(ellipse 110vw 200% at 90% 50%,#45c1e6,#33afdb,#219ecf,#0f8dc2,#007cb5,#006ba7,#005a98,#084a89);
}
#illustration {
	background: center bottom / contain no-repeat url('../img/mavenclad-illustration.png?v=r23gyu');
	margin: 2rem 0;
	min-height: 40vh;
}
.chevron {
	top: 20%;
	position: relative;
}
#content {
	padding-bottom: 0rem; 
	padding-top: 2rem;
}
#content p {
	display: inline;
}
#footnotes {
	padding-top: 2rem;
	padding-bottom: 2rem; 
}
footer {
	background-color: #503291;
	color: #fff;
	min-height: 200px;
	padding-bottom: 2rem; 
	font-weight: 400;
}
#footer-branding {
	background-color: #f2f2f2;
	margin-bottom: 2rem;
	padding: 1rem 0;
}
.copyright {
	color: #9d8bc2;
	font-size: 0.85rem;
}
.copyright p {
	margin-bottom: 0.25rem;
}
strong {
	font-weight: 500;
}
a {
	color: #0077A5;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #0077A5;
}

a:hover,
a:focus,
a:active {
	color: #0077A5;
	text-decoration: underline;
}
#kela-202310 a {
	color: #fff !important;
}
footer a {
	color: #cec3ed;
	transition: all 0.2s ease-in-out;
}

footer a:visited {
	color: #cec3ed;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #fff;
	text-decoration: underline;
}

ul li {
	list-style: url('../img/list-item.svg?v=1');

}

@media screen and (min-width: 40rem) {
	#content {
		padding-top: 3rem;
	}
	#footnotes {
		padding-bottom: 3rem;
	}
	header {
		/*padding: 1.5rem 0;*/
	}
	h1 {
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 64em) {
	#content {
		padding-top: 4rem;
	}
	#footnotes {
		padding-bottom: 4rem; 
	}
	#illustration {
		background: center bottom / contain no-repeat url('../img/mavenclad-illustration.png?v=r23gyu');
		margin-bottom: -2rem;
	}
	h1 {
		font-size: 2.25rem;
	}	
	.large-font-size {
		font-size: 1.375rem;
	}
}