/*!
Custom styles for Barnstorm Eggheads
*/

body {
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin:0px;
  padding:0px;
  background-color: #0147bb;
  background: url(/images/bg-full01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 100%;
}

h1 {font-size: 1.2em; text-transform: uppercase; letter-spacing: -0.04em; color: #fff; margin-left: 20px; margin-right: 20px; margin-top: 0px; padding:10px 10px 10px 15px; float: left;}
h2 {font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 1.1em; text-transform: none; letter-spacing: -0.04em; color: #ffffff; padding:0px; margin:0px;}
h2.alt {font-size: 1.2em; text-transform: uppercase; letter-spacing: -0.04em; color: #000;}
h3 {font-size: 1.2em; letter-spacing: -0.04em; color: #ffffff; margin-top: 0px;}
h3.alt {font-size: 1.2em; letter-spacing: -0.04em; color: #014cbc; margin-top: 0px;}

p {color: #ffffff; padding:10px;}
p.flat {color: #ffffff; padding:10px 10px 0px 10px; margin-top: -45px; font-size: 0.8em; line-height: 1em;}
p.first {color: #014cbc;}
p.contentbreak {clear:both;}
p.hspace {min-height:100px;}
p.copyright {color: #ffffff; padding:10px; font-size: 0.75em;}
p.appstoreslogan {color: #ffffff; padding:0px; margin:0px; clear:both; font-size: 0.9em; text-align: center;}

span.fundamount {color: #ffffff; font-weight: 700; font-size: 1.09em; margin-left: -5px;}

a { color: #4d90ff; text-decoration: none;}
a:visited { color: #4d90ff; text-decoration: none;}
a:hover { color: #bfd7ff; text-decoration: none;}

a.upper { color: #ff2a00; text-decoration: none; text-transform: uppercase;}
a.upper:visited { color: #ff2a00; text-decoration: none; text-transform: uppercase;}
a.upper:hover { color: #f6775f; text-decoration: none; text-transform: uppercase;}

.side li a { padding: 7px 10px 7px 10px; color: #003e83; text-decoration: none;}
.side li a:visited { padding: 7px 10px 7px 10px; color: #003e83; text-decoration: none;}
.side li a:hover { padding: 7px 10px 7px 10px; color: #3d3d3d; text-decoration: none;}
.side li a.active { padding: 7px 10px 7px 10px;color: #3d3d3d; text-decoration: none;}

footer li a { padding: 7px 10px 7px 10px; color: #fff; text-decoration: none; text-transform: none; font-size: 0.8em;}
footer li a:visited { padding: 7px 10px 7px 10px; color: #fff; text-decoration: none; text-transform: none; font-size: 0.8em;}
footer li a:hover { padding: 7px 10px 7px 10px; color: #cacaca; text-decoration: none; text-transform: none; font-size: 0.8em;}
footer li a.active { padding: 7px 10px 7px 10px; color: #cacaca; text-decoration: none; text-transform: none; font-size: 0.8em;}

ol {list-style-type:square; color: #ffffff; padding:0px; margin:0px;}
ul {list-style-type:square; color: #ffffff; padding-top:0px; margin-top:-20px; padding-bottom:0px; margin-bottom:0px;}
footer ul {margin-left: -45px; list-style: none;}
footer ul li {display: inline;}

.flex {width: 100%;}
.floatleft {float: left;}
.floatright {float: right;}

div.container {
   width: 100%;
   max-width: 1080px;
   height: 100%;
   margin: 0 auto;
  }

header {
  width: 100%;
  max-width: 1080px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.background {
    display: block;
    height: 0;
    padding-bottom: 31.944444444%;
    background: url(../images/eggheads-header.png) no-repeat;
    background-size: 100%;
    margin-top: 10px;
}

div.panel-reduced{
    display: none;
}

div.appstorebuttons{
    text-align: right;
    padding-top: 15px;
    padding-right: 50px;
    color: #ffffff;
}

div.appstorebuttons-mid{
  display: none;
}

ul.appstorebuttons{
    text-align: right;
    padding-top: 15px;
    padding-right: 50px;
    color: #ffffff;
    list-style: none;
}

.appbutton{
width: 100%;
max-width: 211px;
border: none;
}

div.appstoreslogan-panel {padding:0px; margin:10px 0px 0px 0px; clear:both; width: 210px;  float: right;}

div.overview{

    width: 100%;
    max-width: 100%; 
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
}

img.overview-icon{ width:4%; padding:5px 5px 5px 5px;}
img.companylinks{border:none; max-height: 97px;}


div.overviewtext{
  width: 87%;
  max-width: 87%;
  text-align: center;
  float:left;
  padding-top: 18px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0%;
  line-height: 1.2em;
  font-size: 1.30em;
}

div.prizefunds-embed {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100%;
}
div.prizefunds-embed iframe {
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border: none;
    overflow: hidden;
}

.clear {clear:top;}

div.prizefunds{

    width: 100%;
    max-width: 100%; 
    margin-top: 18px;
    background-image: linear-gradient(#c70505, #930202);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
}

div.prizefundtext-left{
  width: 48%;
  max-width: 48%;
  text-align: center;
  float:left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 1%;
  padding-right: 1%;
  line-height: 1.2em;
  font-size: 1.7em;
}

div.prizefundtext-right{
  width: 48%;
  max-width: 48%;
  text-align: center;
  float:left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 1%;
  padding-right: 1%;
  line-height: 1.2em;
  font-size: 1.7em;
}


div.phone01{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
}

div.phone02{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

div.features{
    width: 29%;
    height:534px;
    max-height: 534px;
    float: left;
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    line-height: 1.2em;
    font-size: 1.1em;
}

div.ipad01{
    width: 70%;
    max-width: 758px;
    float: right;
    margin-top: 10px;
}

div.phone03{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    clear: both;
}

div.phone04{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

footer{
  clear: both;
  text-align: center;
  font-size: 1.3em;
}




/*! Phone responsive specifications ---------------------------------------------------------- */

@media only screen and (min-width: 0px) and (max-width: 620px) {

div.container {
   width: 100%;
   max-width: 620px;
   height: 100%;
   margin: 0 auto;
  }

header {
  width: 100%;
  max-width: 620px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.background {
display: none;
}

div.panel-reduced{
  display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    margin-top: 10px;
}

div.appstorebuttons{
display: none;
}

div.appstorebuttons-mid{
display: block;
width: 100%;
text-align: center;
clear: both;
}

div.overview{
    width: 100%;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    overflow: hidden;
    text-align: center;
}

img.overview-icon{
    display: none;
  }

div.overviewtext{
  width: 90%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2em;
  height: 100%;
}

div.phone01{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
}

div.phone02{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

div.features{
    width: 100%;
    max-width: 879px; 
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    padding-bottom: 20px;
    line-height: 1.2em;
}

div.ipad01{
    width: 100%;
    max-width: 879px;
    margin-top: 10px;
    clear:both;
}

div.phone03{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    clear: both;
}

div.phone04{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

footer{
  clear: both;
  text-align: center;
  line-height: 1.2em;
}

}




/*! Tablet responsive specifications ---------------------------------------------------------- */

@media only screen and (min-width: 621px) and (max-width: 879px) {

div.container {
width: 90%;
max-width: 879px;
height: 100%;
margin: 0 auto;
} 

header {
  width: 100%;
  max-width: 879px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.background {
display: none;
}

div.panel-reduced{
  display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    margin-top: 10px;
}

div.appstorebuttons{
display: none;
}

div.appstorebuttons-mid{
display: block;
width: 100%;
text-align: center;
clear: both;
}

img.appbutton{
  width: auto;
  max-height:50px;
  margin:5px;
}

div.overview{
    width: 100%;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    text-align: center;
}

img.overview-icon{
    display: none;
  }

div.overviewtext{
  width: 95%;
  max-width: 95%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
}


div.phone01{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
}

div.phone02{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

div.features{
    width: 100%;
    max-width: 879px; 
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    padding-bottom: 20px;
    line-height: 1.2em;
}

div.ipad01{
    width: 100%;
    max-width: 879px;
    margin-top: 10px;
    clear:both;
}

div.phone03{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    clear: both;
}

div.phone04{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

footer{
  clear: both;
  text-align: center;
  line-height: 1.2em;
}


}




/*! Frequent breakponits to handle feuture text size ---------------------------------------------------------- */

  div.features
  {
    font-size: 1.25em;
  }

@media only screen and (min-width: 1090px) and (max-width: 1100px) {
  div.features
  {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 1035px) and (max-width: 1089px) {
  div.features
  {
    font-size: 1.20em;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1034px) {
  div.features
  {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 880px) and (max-width: 959px) {
  div.features
  {
    font-size: 1.10em;
  }
}


/*! Frequent breakponits to handle prizefund iframe size ---------------------------------------------------------- 

@media only screen and (min-width: 1001px) and (max-width: 1350px) {
  div.prizefunds-embed iframe
  {
    margin-top: 0px;
    height: 100px;
  }
  div.phone01
  {
    margin-top: 50px;
  }
  div.phone02
  {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 890px) and (max-width: 1000px) {
  div.prizefunds-embed iframe
  {
    margin-top: 0px;
    height: 140px;
  }
  div.phone01
  {
    margin-top: 70px;
  }
  div.phone02
  {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 621px) and (max-width: 889px) {
  div.prizefunds-embed iframe
  {
    margin-top: 0px;
    height: 140px;
  }
  div.phone01
  {
    margin-top: 70px;
  }
  div.phone02
  {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 546px) and (max-width: 620px) {
  div.prizefunds-embed iframe
  {
    margin-top: 0px;
    height: 170px;
  }
  div.phone01
  {
    margin-top: 80px;
  }
  div.phone02
  {
    margin-top: 80px;
  }
}


@media only screen and (min-width: 0px) and (max-width: 545px) {
  div.prizefunds-embed iframe
  {
    margin-top: 0px;
    height: 170px;
  }
  div.phone01
  {
    margin-top: 140px;
  }
  div.phone02
  {
    margin-top: 140px;
  }
}
*/