/* 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: url(../gfx/Mosaique-background.png) repeat;
}
#pagewrapper {
  max-width: 60em;
  margin: 0 auto;
  padding: 0em 1em 1em 1em;
}

/* ==== GLOBAL TEXT FORMATTING ================================ */
p, a, li, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: 'Enriqueta', Georgia, serif; /* weights: 400, 700*/
  color: rgba(0,0,0,0.45);
  text-shadow: 0 0.05em 0.05em white;
}
a:link, a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
  a:hover, a:active {
    border-bottom: 1px dotted #222;
    color: #000;
  }

/* ==== HEADER ============================ */

#header img { max-width: 100%; }
#top-left, #top-right { width: 49%; }
#top-left { float: left; }
#top-right { float: right; }
#top-left img {
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 16px 6px white;
}

/* ==== COPY ============================ */

#topcopy {
  clear: both;
  padding: 3em 0em 3.2em 0em;
  text-align: center;
}

h1 {
  font-weight: 700;
  font-size: 3em;
  line-height: 1.1em;
  letter-spacing: -0.03em;
  text-shadow: 0 0 0.15em white;
  color: #9A9493;
}

#left-column p {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.7em;
}
#left-column ul {
  list-style-type: disc;
  margin: 3em 0em 3.5em 2em;
}
#left-column li {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

#mediahighlights {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 8px;
  padding: 1.8em;
  margin-bottom: 3em;
}

#mediahighlights h3 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0.8em;
}

#mediahighlights p {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1.2em;
}

/* ==== VIDEO ==================================== */
.video {
  clear: both;
  margin: 1em auto;
  width: 100%;
}

/* ==== ICONBLOCK ================================ */

#iconblock ul {
  margin: 1em;
  text-align: center;
}
#iconblock ul li {
  display: inline;
}
#iconblock a {
  text-decoration: none;
  border: none;
}
#iconblock a.appstore img {
  width: 16em;
}
#iconblock a.appstore-googleplay img {
  width: 13.8em;
}
#iconblock a.appstore-amazon img {
  width: 13.8em;
}
#iconblock h1 {
  text-align: center;
  margin-bottom: 1em;
}

/* ==== SUB FOOTER ================================ */

div#twitter {
  text-align: center;
  padding: 2em 0;
}

#subfooter {
  text-align: center;
}
#subfooter a {
  text-decoration: none;
  border: none;
}
#subfooter img.blimplogo {
  width: 320px;
}


/* ==== SNS ====================================== */
div.share-widgets a {
  text-decoration: none;
  border: none;
}

/* ==== 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;
}

/* === SMALL SCREEN FORMATTING ==================== */

@media only screen and (max-width: 640px) {
h1 {
  font-size: 1.8em;
  line-height: 1.1em;
  text-shadow: 0 0px 3px white;
}
#left-column p {
  font-size: 1.1em;
  line-height: 1.2em;
  text-shadow: 0 1px 1px white;
}
#left-column li {
  font-size: 1.1em;
  line-height: 1.2em;
  text-shadow: 0 1px 1px white;
}
}
