@font-face
{
    font-family: 'Supermolot';
    src: url("Supermolot-Neue-ExtraBold.otf") format("opentype");
    font-weight: bold;
}

html, body
{
  /*min-height: 100%;
  height: auto;
  max-height: auto;*/
  width: 100%;
  margin: 0;
  padding: 0;
}

html
{
  font-family: 'Supermolot';
  letter-spacing: 1.2px;
  background-image: radial-gradient(#0089e9, #042f56);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body
{  
  text-align: center;
  background-image: url("tilehockey.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 25%;
  background-color: transparent;
  line-height: 2.1em;
}

body
{
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

img 
{
  padding: 0;
  margin: 0;
}

#container
{
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 1em;
  clear: both;
  overflow: hidden;
}

#container .info
{
  font-size: 1.5em;
}

.float-fix 
{
  clear: both;
  overflow: hidden;
}

p.info .reddit {
  color: #ec3d20;
}

.info.more-info 
{
  margin-top: 2em;
  clear: both;
}

#rumble
{
  margin: 0 auto;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin-bottom: 0.5em;
}

#rumble img
{
  width: auto;
  height: auto;
  max-height: 25vmax;
  min-width: 320px;
}

#rumble iframe
{
  margin-top: 1em;
  padding: 0.5em;
  max-width: 90%;
  border-radius: 20px;
  background: #2a4d86;
  background: #000;
}

a,
a:active,
a:hover,
a:visited
{
  outline: none;
  text-decoration: none;
  color: #fcf4ca;
}

.col
{
  width: 48%;
  max-height: 25vmax;
  float: left;
  clear: none;
  font-size: 1em;
}

.apple
{
  text-align: right;
  padding-right: 1%;
}

.google
{
  text-align: left;
  padding-left: 1%;
}

/*
.col.google
{
  margin: 0 auto;
  float: none;
  text-align: center;
}
*/

.col img
{
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 50%;
  height: auto;
}

h2,h3, p, h1
{
  color: #fcf4ca;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 3px 0 #000;
}

h1
{
  padding-top: 1em;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 2em;
}

h1 span,
h3 span,
span.gold
{
  color: #ffce00;
}

h3
{
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 0; 
  color: #fcf4ca;
  clear: both;overflow: hidden;
}

p
{
  color: #fcf4ca;
  margin: 0 0 0.25em 0; 
}

.clearfix
{
  clear: both;
  width: 100%;
  height: 1px;
}

#social-media
{
  width: 370px;
  margin-top: 1em;
  max-width: 90%;
  padding: 1em 0;
  margin-bottom: 0;
  clear: both;
  overflow: hidden;
  margin: 1em auto;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
}

#social-media a
{
  margin-right: 1.5em;
}

#social-media a.last
{
  margin-right: 0;
}

#social-media img
{
  width: auto;
  max-height: 64px;
}

#flex-container {
  height: 95vh;
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  flex-direction: column;
}

#inf-image {
  margin: 0 auto;
  width: 580px;
  height: 150px;
  background-image: url("rumble-hockey.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160%;
  border-radius: 16px;
  margin-bottom: 10px;
}

.google-form {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

iframe {

  width: 100%;
  flex: 1;
  margin: 0;
  padding: 0;
}

.store-badges {
  margin-top: 1em;
}

.discussion-container {
  margin-top: 2em;
}

.creators {
  margin-top: 1rem;
}

.creators h3 {
  margin-top: 0;
}

.creators img {
  max-width: 500px;
  width: auto;
}


@media only screen and (max-width: 640px)
{
  .content-container {
    width: 99%;
    margin: 0 auto;
  }

  .creators img {
    max-width: 95%;
  }

  h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }

  #social-media img
  {
    width: auto;
    max-height: 32px;
  }

  h3
  {
    font-size: 1.5em;
  }

  .col
  {
    width: 48%;
    max-height: auto;
  }

  .col img
  {
    max-width: 70%;
  }

  #inf-image {
    width: 90%;
    height: 100px;
    background-size: 100%;
  }
}

@media only screen and (max-width: 320px)
{
  h1 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }

}