/* FONTS */
@font-face {font-family: Helvbold; src: url('bold.ttf');}

/* LINK STYLING */
A:link {color:#DD2222; text-decoration: NONE}
A:visited {color:#888888; text-decoration: NONE}
A:hover {color:#00AAFF; text-decoration: NONE}
A:active {color:#0044FF; text-decoration: NONE}

/* TYPE STYLING */
h1 {
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
}

h2 {
  text-align: center;
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 120px;
  margin: 0;
}

h3 {
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 60px;
  margin: 0;
}

h3a {
  line-height: 0.5;
  color: #FFFFFF;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 60px;
  margin: 0;
}

h3b {
  line-height: 1.05;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 60px;
  margin: 0;
}

h3c {
  text-align: center;
  line-height: 0.75;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 45px;
  margin: 0;
}

h4 {
  text-align: center;
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 60px;
  margin: 0;
}

h4a {
  text-align: center;
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

h4b {
  text-align: center;
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

h5 {
  text-align: center;
  line-height: 1.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 30px;
  margin: 0;
}

h5a {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 30px;
  margin: 0;
}

h5b {
  text-align: center;
  line-height: 1.05;
  letter-spacing: 2;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 20px;
  margin: 0;
}

h6 {
  text-align: left;
  line-height: 1.05;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

h7 {
  text-align: center;
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 100px;
  margin: 0;
}

h7a {
  text-align: center;
  line-height: 0.5;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 100px;
  margin: 0;
}

h8 {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 30px;
  margin: 0;
}

h9 {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.9;
  color: #F4F4F4;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 24px;
  margin: 0;
}

body,td,th {
  line-height: 1.2;
  letter-spacing: 1.05;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #F4F4F4;
} 

/* BACKGROUND STYLING */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
      
  /* Set up proportionate scaling */
  /* width: 100%;
  height: auto; */
  width: auto;
  height: auto;
      
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
    
@media screen and (max-width: 1024px){
  img.bg {
    left: 50%;
    margin-left: -512px; }
}
    
#page-wrap { position: relative; width: 1000px; margin: 0px auto; padding: 0px; background: none; }
img
{  border-style: none;
} 

/* INPUT STYLING */
input[type=button],input[type=submit]{
  background-color: #F4F4F4;
  border: none;
  width: 50%;
  color: #141414;
  padding: 16px 32px;
  text-decoration: none;
  font-family: Helvbold,helvetica,arial,sans-serif;
  font-size: 30px;
  margin: 4px 2px;
  cursor: pointer;
}
input[type=text]{
  border: none;
  border-bottom: 5px solid #141414;
  font-weight: bold;
  font-size: 20px;
  font-style: bold;
  font-family: helvetica,arial,sans-serif;
}
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #00AAFF;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FF0000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black;
}