@font-face {
  font-family: myFirstFont;
  src: url(/fonts/BEBAS___.TTF);
}

@font-face {
  font-family: myNextFont;
  src: url(/fonts/HTOWERT.TTF);
}

html,
body {
  font-family: 'myFirstFont';
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: visible;
}


a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
  position: relative;
}

h1 {
  font-size: 60px;
  text-align: justify;
  text-transform: uppercase;
}

.inner {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.button:hover {
  -webkit-box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
     -moz-box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
          box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}


/* Video */
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(assets/images/black.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}


.header {
  background:url(../assets/images/checkerboard_pattern.png) repeat;
  overflow: hidden;
  padding: 0 15px 0;
  z-index: -10;
  opacity: .4;
}

.main{
  position: relative;
}


/* Hero */
.hero {
  color: #fff;
  padding: 150px 20px 50px;
  text-align: justify;
}

.hero .inner {
  position: relative;
  opacity: 1;
  text-align: justify;
}

.hero .button {
  /* padding-top: 12px;*/
  line-height: 44px;
  display: block;
  float: left;
  margin-bottom: 10px;
  clear: both;
  color: #222;
}

.button {
  border: none;
  text-align: center;
  font-family: myFirstFont, "Arial Black", Gadget, sans-serif;
  font-size: 28px;
  padding: 10px 80px 7px;
  color: #222;
  background: #ff67cc;
  border-bottom: 15px solid #ed4463;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3);
  -webkit-clip-path: polygon(3px 3px, 100% 0, 99% 100%, 0 100%);
  clip-path: polygon(3px 3px, 100% 0, 99% 100%, 0 100%);
  text-decoration: none;
  top:10;
  left:10;
  /*width:35%;*/
}

.button:hover {
  -webkit-box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.hero .logo{
  display:none;
  
}
.hero .logo2{
  max-width:60%;
  position: absolute;
  right: -200px;
  top: -15px;
}

.hero .buy-button {
  color: #222;
  background-color: #F7F428;
  border-color: #c7c522;
  text-shadow: 0 -2px 0 rgba(255, 255, 255, 0.3);
}

/*Footer*/
.footer {
  background: #0e0e0e;
  padding: 20px 0;
  /*line-height: 30px;*/
  font-family: 'myNextFont', Arial, Helvetica, sans-serif;
  /*position: relative;*/
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer .inner {
  position: relative;
  vertical-align: middle;
  margin: auto;
}

#pressKit{
  padding-left: -100px;
}

.footer .developer {
  max-width: 150px;
  opacity: 0.7;
  display: inline-block;
  vertical-align: middle;
  padding: 0 60px;
}

.footer .monster {
  max-width: 80px;
  opacity: 0.7;
  display: inline-block;
  vertical-align: middle;
  /*padding-right: 200px;*/
  text-align: center;
  float: none;
}

.footer .developer:hover {
  opacity: 1;
}

.footer h2{
  display: inline-block;
  color: white;
  padding-bottom: -20px;
}


.footer .social {
  float: none;
  cursor: default;
  padding: 0 75px;
}

.footer .social a {
  display: inline-block;
  vertical-align: middle;
  max-width: 35px;
}

#facebook{
  max-width: 30px;
}

#facebook:hover {
  background-color: #3b5998;
}

#twitter:hover  {
  background-color: #55acee;
}

#youtube:hover   {
  background-color: #e52d27;
}

#pressKit:hover{
  background-color: #ed4463;
}

#SupportUS:hover{
  background-color: #AACF88;
}

@media only screen and (max-width: 1366px) {
  h1 {
  font-size: 50px;
}

  .hero  {
    padding: 50px 20px 100px;
  }

  .hero .logo2 {
    top: 0;
    width: 50%;
    right:-100px;
  }
}


@media only screen and (max-width: 960px) {
  .hero .inner {
    margin-bottom: 50px;
  }

  .hero .logo2 {
    top: -50px;
  }
}

@media only screen and (max-width: 782px) {
  .hero {
    padding: 0 15px;
    background-color: black;
    background-size: cover;
  }

  .hero .inner {
    margin-bottom: 0;
    text-align: center;
  }

  .hero .video video {
    display: none;
  }

  h1 {
    margin: 0 0;
    line-height: 1.25;
    height: 0;
    visibility: hidden;
  }

  .hero .logo2 {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    clear: both;
  }

  .hero .button {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .button2 {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }


  .footer {
    text-align: center;
    position: relative;
  }

  video#bgvid{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    text-align: center;
    position: relative;
  }

  video#bgvid{
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 24px;
  }

 

  #pressKit {
    height: 0;
    width: 0;
    display: none;
  }

  .monster {
    max-width: 250px;
    padding-right: 125px;
    padding-bottom: 20px;
    clear: both;
  }

  .developer {
    height: 0;
    width: 0;
    visibility: hidden;
  }

  .footer {
    text-align: center;
    position: relative;
  }

  .footer .social {
    display: block;
    clear: both;
    padding: 0;
  }

  video#bgvid {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
   .hero .logo2{
  display: block
  top:0;
  max-width:100%;
  padding-bottom:50px;
  padding-top: 50px;
  }
@media only screen and (max-width: 360px) {
  .hero .logo2{
  display: block
  top:0;
  max-width:100%;
  padding-bottom:50px;
  padding-top: 50px;
  }
@media only screen and (max-width: 320px) {

  .monster {
    padding-right: 115px;
  }
  .hero .logo2{
  display: block
  top:0;
  max-width:100%;
  padding-bottom:50px;
  padding-top: 50px;
  }

  

  
}



