@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
	background-color: black;
	color: white;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 300;
}


.wrapper {
    margin: 0 auto;
    max-width: 1448px;
    position: relative;
}

.home_wrapper {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.maintitle {
	color: #32c7f8;
	font-size: 6em;
	font-variant: small-caps;
	margin: 20px auto 20px;
	font-weight: bold;
	text-align:center;
	font-family: "Lato",sans-serif;
	font-weight: 900;
	line-height: 83%;
	letter-spacing: -3px;
}

.subtitle {
	font-weight: 700;
	color: #FFFFFF;
	text-align:center;
	font-size: 1.2em;
	line-height: 80%;
	margin: 20px 0;
}

.home_wrapper li {
	margin: 10px 0;
	color: #CCCCCC;
}

.home_wrapper li strong {
	margin: 10px 0;
	font-weight: 400;
	color: #FFFFFF;
}

.contact_icons {
	text-align:center;
}

.contact_icons a img {
	background-color: #999999;
	margin: 20px 30px;
	width: 48px;
	height: 48px;
}

.contact_icons a:hover img {
	background-color: #5cb9d7;
}

.maincontent {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.maincontact {
	text-align:right;
	font-family: "Arial Black",Gadget,sans-serif;
	font-weight: bold;
}

ul.mainlinks {
	list-style: none;
	display: block;
	text-align:center; 
}

ul.mainlinks li {
	display: block;
	text-align: center;
}

a {
	text-decoration: none;
	color: #9999FF;
}

a:hover {
	text-shadow: 0 0 0.2em #999;
}

ul.mainlinks li a {
	text-decoration: none;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 40px;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
}

.sidebar {
	font-family: "Arial Black",Gadget,sans-serif;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	width:300px;
	font-weight: bold;
}

.sidebar a {
	text-decoration: none;
}

.sidebar h1 {
	color: #32c7f8;
	font-size: 100px;
	font-variant: small-caps;
	margin: 0.25em 0 0;
}

.sidebar h1 span.upperheading {
	display: block;
	line-height: 70px;
	margin: 0px;
}

.sidebar h1 span.lowerheading {
	display: block;
	line-height: 75px;
	margin: 0px 0px 0px 20px;
}

.sidebar ul {
	list-style-type: none;
	font-size: 40px;
	line-height: 2em;
	font-variant: small-caps;
	margin-top:0;
}

.sidebar ul  a {
	color:white;
	text-decoration:none;
}

.sidebar .subtitle {
	color: #999;
	text-align:right;
}

.sidebar .contact {
	text-align: right;
}

.pageheader {
	color: #666666;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 70px;
	font-variant: small-caps;
	line-height: 80%;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: -1;
	font-weight: bold;
}

.content {
	margin-left: 351px;
	margin-right:2%;
	padding-top: 100px;
	padding-left: 40px;
	min-width: 500px;
	max-width: 1024px;
}

.content h1 {
	font-variant: small-caps;
	font-family: "Arial Black",Gadget,sans-serif;
	margin: 15px 0 5px;
	font-size: 2em;
	border-top: 1px solid #666;
	font-weight: bold;
}

.content h2 {
	font-weight: bold;
	margin: 10px 5px 5px;
	padding: 0;
	font-size: 1.25em;
}


.content h2.runin {
    float: left;
    font-size: 1em;
    margin: 0px 5px -1px 5px;
}


.content h2.runin:after {
    content: ":";
}

.content span.date {
    color: #CCCCCC;
    display: block;
    float: right;
    font-weight: normal;
    margin-left: 30px;
}

.content small {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

.content p, .content ul {
	margin: 5px 10px 10px;
}

.content p.subinfo{
	margin: -10px 20px 0px;
	font-style: italic;
}

.section {
	/*border-left: 1px solid #666;*/
	padding: 0 5px;
}

.footer {
	clear: both;
	text-align: center;
	padding: 20px;
	color: #999;
}