html, body, h1, h2, h3, h4, h5, h6, p, th, td {
    font-family: 'Roboto', sans-serif;
}

p, li {
	font-size: 1.5em;
}

li {
	line-height: 1.5em;
}

a:hover {
	text-decoration: underline;
}

.banner {
	height: 100vh;
	min-height: 500px;
	max-height: 800px;
	background-image: linear-gradient(rgb(0, 44, 63), rgb(0, 40, 59));
}

.container {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.flex-container-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex-container-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.grow {
	flex-grow: 1;
}

.white-text {
	color: #fff;
}

.title-text {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}

.light-heading {
	font-size: 2em;
	font-weight: 100;
	text-align: center;
}

th, td {
	font-size: 1.5em;
}

@media screen and (min-width : 320px)
{
	.title-text
	{
		font-size: 3em; 
	}
}

@media screen and (min-width : 1204px)
{
	.title-text
	{
		font-size: 6.5em;
		font-weight: 400;
	}
}