@import url(//fonts.googleapis.com/css?family=Doppio+One);
@import url(//fonts.googleapis.com/css?family=Sintony:400,700);
@import url(//fonts.googleapis.com/css?family=Nunito);
/*MAIN VARIABLES*/
/*MAIN CONTENT*/
/*FORM VARIABLES*/
/*RESPONSIVE VARIABLES*/
body {
  background-image: url('images/backgrounds/diamond-metal.jpg');
  color: white;
  font: normal 300 10pt/18pt 'Sintony';
  margin: 0 auto;
  max-width: 98%;
  width: 320px;
}
header {
  background-image: url('images/graphics/graphic-03.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: 110%;
  color: #aaa;
  display: table-cell;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 320px;
}
footer {
  background-image: url('images/graphics/graphic-09.png');
  background-position: center;
  background-size: 105% 120%;
  border: 3px solid #f7941e;
  text-align: center;
  font-weight: bold;
  font-size: 11pt;
  height: 30px;
  margin-top: 20px;
  padding-top: 5px;
  width: 320px;
  vertical-align: middle;
}
section > img:first-of-type {
  display: block;
  margin: 25px auto;
}
img {
  background-color: rgba(8, 8, 8, 0.7);
  border-color: #f7941e;
  border-style: solid;
}
header img {
  background-color: transparent;
  border: none;
  margin-bottom: -14px;
  margin-top: 5px;
  height: 30px;
  max-width: 230px;
}
section a[target="_blank"] {
  clear: right;
  float: right;
}
section li a[target="_blank"] {
  float: none;
}
section {
  background-color: rgba(8, 8, 8, 0.7);
  margin-top: 25px;
  padding: 1px 15px 10px 15px;
  position: relative;
}
section h1 {
  background-image: url('images/graphics/graphic-21.png');
  left: 54px;
  margin: -15px auto;
  position: absolute;
  right: 54px;
  width: 192px;
}
body > h1 {
  font-size: 26px;
  height: auto;
}
h1,
h2,
h3 {
  background-image: url('images/graphics/graphic-15.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 120%;
  border: 3px solid black;
  clear: both;
  color: white;
  font-family: 'Doppio One', sans-serif;
  font-size: 13px;
  letter-spacing: .4px;
  margin: 30px auto;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
hr {
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 284px;
}
strong {
  color: #f7941e;
  text-transform: uppercase;
  font-weight: bold;
}
a {
  font-family: 'Sintony', sans-serif;
  text-decoration: none;
  color: #b4b4b4;
  font-weight: 700;
  /*display: inline-block;*/
}
/*
ul{
  list-style-image: url('images/silverStar.png'); 
}*/
header a {
  color: #f7941e;
  text-transform: uppercase;
}
header > a:first-child,
header > img:first-child {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header > img:first-child {
  margin-top: 3px;
  margin-bottom: -6px;
}
a:hover {
  color: #f7941e;
  text-decoration: none;
}
a:hover img {
  border-color: #fff;
}
button {
  background-color: #000000;
  border-radius: 5px;
  border: 1px solid #aaa;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 60px;
  margin: 20px 0;
  padding: 4px 20px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 99%;
}
button:last-of-type {
  margin-bottom: 50px;
}
button:hover {
  background-color: #f7941e;
  border: 2px solid #f7941e;
  color: white;
}
textarea {
  background: #000000;
  color: #ffffff;
  font: normal 300 20px 'Arial';
  letter-spacing: 0.8px;
  margin: 10px 0 40px 0;
  padding: 10px 0 0 10px;
  resize: vertical;
  width: 96.6%;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #000000 url("/css/images/down-arrow-white.png") right center no-repeat;
  border: 1px solid #aaa;
  clear: right;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  letter-spacing: 0.8px;
  margin: 10px 0 80px 0;
  overflow: hidden;
  padding: 0 10px;
  vertical-align: middle;
  width: 99%;
}
input {
  background-color: #000000;
  border: 1px solid #aaa;
  clear: right;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  letter-spacing: 0.8px;
  margin: 10px 0 40px 0;
  overflow: hidden;
  padding: 0 0 0 10px;
  vertical-align: middle;
  width: 96.6%;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  height: 18px;
  margin: 2px 10px 0 0;
  width: 18px;
}
option {
  background-color: #000000;
  font-size: 18px;
  color: #ffffff;
}
label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
label:hover {
  color: #f7941e;
}
.subtitle {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  font-size: 26px;
  margin: 5px 0;
  padding: 15px;
  text-align: center;
  text-shadow: none;
}
/* CSS FOR RANGE ELEMENT*/
input[type="range"] {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline;
  margin: 0 20px;
  padding: 0;
  -webkit-appearance: none;
  width: 200px;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 9.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #aaa;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #aaa;
  height: 24px;
  width: 16px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.1px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 9.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #aaa;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #aaa;
  height: 24px;
  width: 16px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 9.8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #ffffff;
  border: 1px solid #aaa;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
  background: #ffffff;
  border: 1px solid #aaa;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #aaa;
  height: 24px;
  width: 16px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
  height: 9.8px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #ffffff;
}
@media screen and (min-width: 700px) {
  body,
  footer,
  header {
    width: 700px;
    font-size: 16pt;
    line-height: 34px;
  }
  footer {
    padding-top: 0;
  }
  header {
    height: 62px;
    text-align: right;
    padding-right: 20px;
  }
  header img {
    float: left;
    margin-top: -1px;
    padding-left: 20px;
  }
  section > img:first-of-type {
    height: auto;
    margin-top: 50px;
    width: 468px;
  }
  section h1 {
    width: 486px;
  }
  section h1:first-of-type {
    width: 475px;
  }
  h1,
  h2,
  h3 {
    background-size: 110%;
    font-size: 24px;
  }
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 655px;
  }
  button {
    font-size: 26px;
    height: 70px;
    margin-bottom: 50px;
  }
  select {
    margin: 30px 0 90px 0;
  }
  input[type="radio"],
  input[type="checkbox"] {
    height: 28px;
    margin: 5px 30px 0 0;
    width: 28px;
  }
  input[type="range"] {
    width: 560px;
  }
  textarea,
  input,
  select {
    font-size: 26px;
    height: 48px;
  }
  /* THIS IS FOR TIC TAC TOE BUTTON */
  button[id="button1"],
  button[id="button2"],
  button[id="button3"],
  button[id="button4"],
  button[id="button5"],
  button[id="button6"],
  button[id="button7"],
  button[id="button8"],
  button[id="button9"] {
    font-size: 130px;
    height: 190px;
    margin: 5px 2px;
    width: 190px;
  }
  /* THIS IS FOR TIC TAC TOE BUTTON */
  #playButton {
    font-size: 26px;
    height: 70px;
    width: 595px;
  }
  /* THIS IS FOR TIC TAC TOE SELECT */
  #selectTurn {
    width: 595px;
  }
}
