/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Sequel 100 Black';
  src: url("../fonts/Sequel100Black-95.eot");
  src: url("../fonts/Sequel100Black-95.eot?#iefix") format("embedded-opentype"), url("../fonts/Sequel100Black-95.woff2") format("woff2"), url("../fonts/Sequel100Black-95.woff") format("woff"), url("../fonts/Sequel100Black-95.ttf") format("truetype"), url("../fonts/Sequel100Black-95.svg#Sequel 100 Black") format("svg");
}

h2 {
  font-family: 'Sequel 100 Black';
  font-size: 2.1rem;
  color: #4f2d82;
  margin-top: 40px;
  text-transform: uppercase;
}

h3 {
  font-family: klavika-web, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #4f2d82;
}

h4 {
  font-family: klavika-web-condensed, sans-serif;
  margin-top: 15px;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 30px 0;
}

h5 {
  max-width: 800px;
  margin: 30px auto;
  font-size: 1.6rem;
  font-family: klavika-web, sans-serif;
  font-style: italic;
}

p {
  font-family: klavika-web-condensed, sans-serif;
  font-size: 2rem;
  line-height: 2.3rem;
}

.leftFlexRight p {
  margin-bottom: 25px;
}

.playerName {
  font-size: 1.6rem;
  font-family: klavika-web-condensed, sans-serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.6rem;
}

.subHeader {
  text-align: center;
  padding: 0 15px;
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 3rem;
  line-height: 3.2rem;
}

.sidebarP {
  margin-top: 20px;
}

.sidebarPmargin {
  margin: 25px 0;
}

a {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.right a {
  color: white;
  font-size: 2rem;
  line-height: 2.3rem;
  display: block;
  margin-bottom: 15px;
  font-family: klavika-web-condensed, sans-serif;
  display: inline-block;
}

.sideBarLearnMOre {
  text-transform: uppercase;
  text-decoration: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

.stheader {
  margin-top: 4px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px black solid;
  background-color: white;
}

.stheader__logo {
  margin-left: 10%;
  margin-top: -3px;
}

.stheader__logo img {
  width: 150px;
}

.stheader__link {
  margin-right: 10%;
  font-family: klavika-web, sans-serif;
}

.stheader a {
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
}

.container {
  max-width: 1400px;
  background-image: url(../img/white_paper.jpg);
  margin: 0 auto;
  box-shadow: -1px -1px 12px 2px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: -1px -1px 12px 2px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -1px -1px 12px 2px rgba(0, 0, 0, 0.46);
  overflow: hidden;
  width: 100%;
}

.topgradent {
  margin-top: -10px;
  z-index: 10;
}

.logo_top {
  max-width: 100px;
  margin: -200px auto 0 auto;
}

.logo_top img {
  width: 100%;
}

.title {
  width: 50%;
  margin: 0 auto;
}

.title img {
  max-width: 100%;
}

.deviderOne {
  margin: 75px auto;
}

.gridContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 150px;
}

.left {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 30px;
}

.leftFlexSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
}

.leftFlexSection a {
  color: black;
}

.right {
  width: 400px;
}

.rightSection {
  color: white;
  padding: 30px 15px;
}

.rightSection h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 15px;
}

.right1 {
  background-image: url(../img/rightRailTopBackground.jpg);
  background-size: cover;
  background-position: bottom;
}

.right2 {
  margin-top: 15px;
  background-image: url(../img/rightRaibottomBackground.jpg);
  background-size: cover;
}

.leftFlexLeft {
  width: 200px;
  margin-right: 25px;
  margin-left: 25px;
  text-align: center;
}

.leftFlexLeft img {
  position: relative;
  width: 100%;
  margin: 15px auto;
}

.readMore {
  font-family: klavika-web, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 20px;
  display: inline-block;
}

.readMore img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.leftFlexRight {
  width: 100%;
  padding: 0 30px;
}

.gamesectionMargin {
  height: 75px;
}

.right2 {
  margin-top: 30px;
}

footer {
  text-align: center;
  margin-bottom: -15px;
}

footer img {
  text-align: center;
}

footer h5 {
  padding: 0 15px;
}

.sidebarDivider {
  width: 120px;
  margin: 35px 0;
}

.sidebarMargin {
  padding-top: 30px;
}

.sideBarLearnMOre img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tiktock {
  width: 45px;
  margin-top: 15px;
}

.tiktock img {
  width: 100%;
}

.logo_bottom {
  max-width: 100px;
  margin: 0 auto;
}

.bottomgradent {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 876px) {
  .gridContainer {
    display: block;
  }
  .right {
    width: 100%;
    margin-top: 35px;
  }
  .deviderOne {
    margin: 50px auto;
  }
  .title {
    width: 90%;
  }
  .gridContainer {
    padding: 0;
  }
  .leftFlexSection {
    display: block;
  }
  .leftFlexLeft {
    margin: 15px auto 0 auto;
  }
  .leftFlexLeft img {
    margin-top: 50px;
  }
  .leftFlexRight {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 550px) {
  .stheader__link {
    display: none;
  }
  .stheader__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=main.css.map */