html,
body {
    height: 100%;
}
body {
    font-size: 100%;
    font-family: "Roboto", sans-serif;
    margin: 0;
    display: table;
    width: 100%;
}
main {
    margin: 0px 20px;
    height: auto;
}
a {
    color: #ab1a2d;
    text-decoration: none;
}
hr {
	height: 1px;
    border: none;
    background-color: #ab1a2d;
	width: 85%;
}
h2 {
    font-size: 48px;
    font-size: 3em;
    font-weight: 400;
	color: #ab1a2d;
}
h2 img {
	vertical-align: middle;
    display: inline-block;
    height: 48px;
    margin-right: 12px;
    margin-bottom: 8px;
}
h3 {
	font-size: 1.5rem;
    font-weight: 400;
    color: #ab1a2d;
}
.center {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
header {
    width: 100%;
    /*background-color: #023a78;*/
}
header #logo img {
    display: block;
	margin-left: auto;
    margin-right: auto;
    height: auto;
}
.btn {
	width: 120pt;
    height: 60px;
    line-height: 60px;
    padding: 0 2em;
    margin: 0.5em;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #023a78;
    border: 0px;
	transition: all 0.4s ease 0s;
}
.btn:hover {
    background-color: #ab1a2d;
	transition: all 0.4s ease 0s;
}
footer {
    display: table-row;
    width: 100%;
    text-align: center;
    background-color: #023a78;
	color: #ffffff;
	height: fit-content;
}
.foot {
    padding: 30px;
}
@media only screen and (max-width: 768px) {
	header #logo img {
		width: 85%;
	}
	h2 {
		font-size: 1.9em;
	}
	h2 img {
		height: 36px;
	}
	.btn {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.foot {
		font-size: 0.7em;
	}
	video {
		width: 85%!important;
		height: auto!important;
	}
}