:root {
	font-family: 'Lato', 'roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height:  120%;
	color: #000000;
	box-sizing: border-box;
}

h2 {
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 0;
}

h3 {
	font-size: 1.75rem;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: 500;
}

h4 {
	font-size: 1.5rem;
	font-weight: 400;
	padding-top: 1em;
	padding-bottom: 0.25em;
}

h5 {
	font-size: 1.25rem;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
}

tabindex:focus {
	outline: 2px solid red;
}

nav img {
	width: auto;
	height: 70px;
}

.navbar-light .navbar-nav .nav-link {
	color: #303030;
}

#main {
	margin-top: 6em;
	margin-bottom: 6em;
}

#title {
	background-color: #6A15F6;
	color: #ffffff;
	text-align: center;
}

#title h2 {
	padding-top: 1em;
	padding-bottom: 0.25em;
}

#title p {
	padding-bottom: 1em;
}

section {
	padding-top: 4em;
}

article {
	padding-top: 2em;
}

footer {
	background-color: #0E4366;
	color: #ffffff;
}

footer p {
	margin: 0;
}

footer a {
	color: #ffffff;
	text-decoration: underline;
}

footer a:hover {
	color: #FFC107;
}

footer a:focus {
	outline: 2px solid #FFC107;
}

#sponsors {
	background-color: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
}