@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400&display=swap');

html, body {
	background-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #fff;
	line-height: 1.4;
}

html {scroll-behavior:smooth;}

a:link,a:visited {color:#0678d0; text-decoration:none;}
a:hover,a:active {color:#00bdfb; text-decoration: none;}

* {box-sizing: border-box;}

h1 {
	text-align: center;
	margin-bottom: 30px;
    color: #008efb;
	text-shadow: 0px 0px 4px #000;
}

h1 > span {
    font-size: 85%;
}

h2 {
	text-align: center;
	margin: 0;
    padding: 0;
    color: #008efb;
    text-transform: uppercase;
    font-size: 1rem;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.navigation {
    text-align: center;
    margin-bottom: 50px;
}

table {
    margin: 0 auto 60px auto;
}

td.bg {
    text-align: justify;
    background: url("bg2.jpg");
    background-attachment: fixed;
    background position: top center;
    background-size: cover;
    padding: 10px;
}

footer {
    text-align: center;
    font-size: 80%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.green-text {
    color: #31BB52;
}