@font-face
{
    font-family: 'Loyola';
    src: url("Loyola.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: 'Loyola';
  letter-spacing: 1.2px;
  background-image: radial-gradient(#74befe, #254c80);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body
{  
  text-align: center;
  background-image: url("tile-pattern.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 25%;
  background-color: transparent;
}

html 
{
  height: 100%;
}

body
{
  min-height: 100%;
  padding-bottom: 0.5em;
}

img 
{
  padding: 0;
  margin: 0;
}

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

#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 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: 0.75em;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 2em;
}

h1 span,
h3 span
{
  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;
  max-width: 90%;
  padding: 0.5em 0;
  margin-bottom: ;
  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;
}

@media only screen and (max-width: 640px)
{
  #social-media img
  {
    width: auto;
    max-height: 32px;
  }

  h3
  {
    font-size: 1.5em;
  }

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

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