
body {
  background-color: #292929;
  font-family: 'Arial', sans-serif;
  font-size: 11pt;
  color: #C0C0C0;
}
  
 body.splash {
    background-color: #000000;
    text-align: center;
    font-family: 'Germania One', sans-serif;
    font-weight: normal;
	color: white;
}

.splash-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.splash-flex-container > div {
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: lightgray;
  letter-spacing: 3px;
  word-spacing: 8px;
}

img.splash {
  display: block;
  height: 80vh;
  max-width: 875px;
  max-height: 900px;
} 
  
img.icon-social {
	width: 16px;
	height: 16px;
	border: 0px;
}	

img.icon-social-bc {
	width: 29px;
	height: 16px;
	border: 0px;
}

a:link {
  text-decoration: underline;
  color: #C0C0C0;
}
a:visited {
  text-decoration: underline;
  color: #C0C0C0;
}
a:hover {
  text-decoration: underline;
  color: white;
}
a:active {
  text-decoration: underline;
  color: yellow;
}

img.news, link {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

h1 {
  font-family: 'Germania One', sans-serif;
  font-weight: normal;
  color: white;
  letter-spacing: 8px;
  margin-bottom: -5px;
}


h2 {
  font-family: 'Germania One', sans-serif;
  color: rgb(240, 172, 46);
  margin-bottom: -10px;
}

h3 {
  font-size: 10pt;
  font-weight: normal;
  color: rgb(240, 172, 46);
  margin-bottom: 10px;
}
	
* {
  box-sizing: border-box;
}

.site-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;

}

.header {
  max-height: 324px;
  background-color:#363636;
  padding: 0px;
  text-align: center;
}

img.header {
  max-width:100%;
  max-height:324px;
}

.menu {
  float: left;
  width: 20%;
  text-align: center;
  align-self: flex-start;
}

.menu a {
  background-color: #363636;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: #C0C0C0;
  font-size: 25px;
  font-family: 'Germania One', sans-serif;
  font-weight: normal;
  color: white;
  letter-spacing: 10px;
  text-decoration: none;
}

/* Live link - no hover */
.menu a.live {
  background-color: #292929;
  color: #878787;
}

/* Change the link color on hover - one */
.menu a.one:hover {
  background-color: #555;
  color: #E03826;
}

/* Change the link color on hover - two */
.menu a.two:hover{
  background-color: #555;
  color: #E45623;
}

/* Change the link color on hover - three */
.menu  a.three:hover {
  background-color: #555;
  color: #EA7E1F;
}

/* Change the link color on hover - four */
.menu  a.four:hover {
  background-color: #555;
  color: #EEA31B;
}

/* Change the link color on hover - five */
.menu  a.five:hover {
  background-color: #555;
  color: #F2C018;
}

/* Change the link color on hover - six */
.menu  a.six:hover {
  background-color: #555;
  color: #F6DB16;
}


.main {
  float: left;
  width: 80%;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: 'Arial', sans-serif;
  color: #C0C0C0;
  align-self: flex-start;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main {
    width: 100%;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img.about-img {
	position: relative;
	left: 0px;
    top: -7px;
}