/* WINNING BLIMP */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

body {
  background-color: #000;
}
#pagewrapper {
  max-width: 50em;
  margin: 0 auto;
  padding: 1em;
}

/* ==== GLOBAL TEXT FORMATTING ================================ */
p, a, li, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', Helvetica, Arial, sans-serif; /* weights: 200, 400*/
  color: #F00;
  text-shadow: 0px 0px 10px rgba(255,0,0,0.8), 0px 0px 2px rgba(0,0,0,0.9);
  letter-spacing: 0.1em;
}
a:link, a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #500;
}
  a:hover, a:active {
    border-bottom: 1px dotted #800;
    color: #800;
  }

/* ==== HEADER ============================ */

#header {
  background: url(../gfx/Ambi-ON-background.jpg) no-repeat center top;
  background-size: cover;
  border-bottom: 1px solid #F00;
  box-shadow: 0px 4px 20px rgba(255,0,0,0.4), 0px 10px 20px rgba(255,0,0,0.2);
  text-align: center;
}
#header a {
  text-decoration: none;
  border: none;
}
#header img {
  max-width: 100%;
}
#header img.blimplogo {
  width: 250px;
}


/* ==== MAIN FORMATTING ============================== */

#topcopy h3 {
  font-weight: 400;
  font-size: 3em;
  margin: 1em 0;
  text-align: center;
}
#topcopy p {
  padding-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 1.4em;
}
#topcopy ul {
  list-style: square outside;
  margin-left: 1em;
  line-height: 1.3em;
  font-size: 1.1em;
}
#topcopy ul.iconblock {
  list-style-type: none;
  margin: 0;
  padding: 0 1em 1em 1em;
  max-width: 10em;
  text-align: center;
  float: right;
  line-height: 1em;
}
#topcopy ul.iconblock a {
  text-decoration: none;
  border: none;
}
#topcopy ul.iconblock p {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0; padding: 0 0 1em 0;
}
ul.iconblock img {
  width:100%;
}

/* ==== VIDEO ==================================== */
.video {
  clear: both;
  margin: 1em auto;
  width: 100%;
}

/* ==== SCREENIES =============================== */
ul.screenshots {
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
}

ul.screenshots li img {
  box-shadow: 0px 0px 40px rgba(255,0,0,0.3);
  max-width: 100%;
  margin-bottom: 1em;
}

/* ==== SNS ====================================== */
div.share-widgets {
  margin-top: 1em;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 1.5em;
}
div.share-pin {
  margin-top: 3px;
}

/* ==== SUB FOOTER ================================ */
#subfooter {
  border-top: 1px solid #F00;
}
#subfooter h4 {
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  margin-top: 0.4em;
}

/* ==== FOOTER =================================== */

#footer {
  margin: 0 auto;
  padding-top: 0.4em;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  display: inline;
  font-size: 1em;
  margin-right: 1em;
  line-height: 2em;
  white-space: nowrap;
}
#footer p {
  font-size: 0.6em;
  margin-top: 0.8em;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
}

div#twitter {
  text-align: center;
  padding: 3em 0;
}

/* === SMALL SCREEN FORMATTING ==================== */

@media only screen and (max-width: 510px) {
  #header img.blimplogo {width: 200px;}
}
@media only screen and (max-width: 470px) {
  #topcopy ul.iconblock {float:none; width:100%; display:block; position:relative; margin: 0 auto;}
}
