* {margin:0;padding:0;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.fileDownload {color: #fff; background-color: transparent; border: solid; border-color: #000; border-width: 3px;}
.fileDownload:hover {color: #fd0000;; background-color: #000; border: solid; border-color: #fff; border-width: 3px;}
.bigButton {color:#fff; background-color: transparent; border: solid; border-color: #fff; display: inline-block;}
.bigButton:hover {color:#fd0000; background-color: #fff;  display: inline-block;}

body {
font-family: "Victor Mono", monospace;
font-weight:400;
background-color:black;
background-image: url(graphics/backgrounds/background-camo.jpg);
background-size:100%;
background-repeat: repeat-y;
background-position: center top;
color:white;
overflow-y:scroll;
padding:0; 
margin:0;
height:auto;
width: 100%;
text-align: center;
}

.victor-mono-100 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.victor-mono-200 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.victor-mono-300 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.victor-mono-400 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.victor-mono-500 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.victor-mono-600 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.victor-mono-700 {
  font-family: "Victor Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.wrapper {
width: 100%;
height: auto;
padding: 0;
margin: 0 auto;
}

#header {
width: auto;
height: auto;
margin: 30px auto -40px auto;
padding: 5px 20px;
}

#navigation {
width: auto;
height: auto;
margin: 30px auto 0 auto;
padding: 5px 20px;
}

#navButton {
display: inline-block;
margin: 20px 14px;
padding: 3px;
}

#navButton:hover {
background-color:#fd0000;
}

.contentMain {
max-width: 1000px;
width: auto;
margin: 10px auto 10px auto;
}

#socialBreaker {
background-color: #fff;	
width: 100%;
margin-bottom: 40px;
margin-top: 40px;
}

.socialButton {
display: inline-block;
margin: 20px 14px;
padding: 10px;
color: black;
}

.socialButtonImage {
margin: 0;
padding: 0;
display: inline-block;
max-width: 100px;
}

.socialButtonImageProperties {
display: inline-block;
width: 100%;
max-width: 100px;
}

.socialButtonText {
display: inline-block;
font-family: "Victor Mono", monospace;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
font-size: 16px;
margin: 5px 0 0 0;
padding: 0;
letter-spacing: 1px;
}

.socialButton:hover {
background-color:#fd0000;
color: white;
}

#footer {
max-width: 600px;
width:auto;
margin: 20px auto;
text-align: center;
}

#footerLinks {
text-align: left;	
margin: 40px 10px 0px 10px;
display: inline-block;
font-size: 10pt;
}

#footerLogo {
display: inline-block;
margin: 40px 10px 0px 10px;
padding: 3px;
}

#footerLegal {
text-align: center;
font-size: 9px;
padding: 15px;
margin: 5px auto;
max-width: 550px;
width: 100%;
}

.footer:link {
color:#fff;
text-decoration: none;
}

.footer:visited {
color:#fd0000;
text-decoration: none;
}

.largeButton700 {
width: auto;
max-width: 700px;
background-color: transparent;
border: solid;
border-width: 1px;
border-color: #fff;
height: auto;
padding: 20px;
margin: 5px auto;
color: #fff;
font-size: 18pt;
font-weight: 900;
letter-spacing: 2px;
border-radius: 15px;
line-height: 27pt;
}

.largeButton700:hover {
background-color: #fd0000;		
}

a:link {color:#fff; text-decoration:none;}      /* unvisited link */
a:visited {color:#fff; text-decoration:none;}  /* visited link */
a:hover {color:#fd0000; text-decoration:none;}  /* mouse over link */
a:active {color:#fff; text-decoration:none;}  /* selected link */

#broadcastBox {
display: none;
max-width: 1000px;
height: auto;
margin: 0 auto;
padding: 0;
width: 100%;
}

#standbyBox {
display: block;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0;
max-width: 1000px;
}