/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**/

/* MFF */

.clear{
  clear: both;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(32, 210, 247, 0.75);
}

header #logo{
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Fredoka One', cursive;
  margin:1rem 0 .8rem;
  float: left;
  text-decoration: none;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}

header #logo:hover{
  color: #5ef2ca;
}

header #logo:before{
  content: '';
  display: block;
  width: 1rem;
  background: #fff;
  height: .25rem;
  margin: 0 0 .4rem .1rem;
}

header nav{
  float: right;
}

header nav ul{
  display: -webkit-inline-flex;
  display: inline-flex;
}

header nav li{
  margin: .7rem;
  padding: .8rem;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}

header nav li a{
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

header nav li:hover{
  background: #5ef2ca;
}

.centered{
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.lvl{
  position: relative;
}

#lvl1{
  height: 100vh;
  background: #5ef2ca; /* Old browsers */
  background: -moz-linear-gradient(top, #3bcef7 0%, #5ef2ca 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3bcef7 0%,#5ef2ca 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3bcef7 0%,#5ef2ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bcef7', endColorstr='#5ef2ca',GradientType=0 );
}

#poster{
  position: absolute;
  top: 20%;
}

#poster .logo{
  font-family: 'Fredoka One', cursive;
  margin-left: 33px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: yellow;
}

#lvl1 h1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.7rem;
  font-weight: 200;
  color: #fff;
  line-height: 4rem;
  right: 0;
  max-width: 35rem;
  margin-top:10rem;
  float: right;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
  cursor: default;
  float: left;
}


#poster h1 span{
  font-weight: 600;
}

#poster h1:hover span{
  display: none;
}

#poster h1:hover:after{
  content: 'FADU';
  font-weight: 600;
}

#lvl1 h1:before{
  content: '';
  display: block;
  width: 3rem;
  background: #fff;
  height: .1rem;
  margin: 0 0 1rem .1rem;
}

#shop{    
  width: 40%;
  float: left;
}

.title{
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

.title:before{
  content: '';
  display: block;
  width: 2rem;
  background: #444;
  height: .4rem;
  margin: 0 0 1rem .3rem;
}

#lvl2{
  padding: 8rem 0;
  font-family: 'Source Sans Pro', sans-serif;  
}

#lvl2 img{
  width: 20rem;
  float: right;
  margin-right: 3rem;
}

#how{
  float: left;
  width: 50%;
  margin-top: 1rem;
}

#how li{
  margin-bottom: 1.4rem;
  padding: 1.2rem 1.5rem;
  background: #fff;
  border: 1px dashed #aaa;
}

#how h3{
  font-size: 1.8rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #ef763b;
}

#how h3 span{
  background: #43d7ed;
  padding: 0rem .6rem;
  color: yellow;
  margin-right: 0.5rem;
}

#how p{
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
}

#lvl3{
  background: #5ef2ca;
  padding: 8rem 0;
  font-family: 'Source Sans Pro', sans-serif;
}

footer{
  background: #ef763b;
  padding: 2rem 0;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.clear{
  clear: both;
}

.ayuda{
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7rem;
  text-decoration: none;
}

.links-apps {
  float: left;
  margin-top: 3rem;
}


@media screen and (max-width: 600px){
  .centered{
    position: relative;
  }
  
  #poster{
    width: 100%;  
    text-align: center;
    padding-top: 6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #shop {
    width: 6rem;
    float: none;
  }
  
  #poster .logo {
    margin: 0 auto;
    width: 18rem;
    margin-bottom: 2rem;
  }
  
  #lvl1 h1{
    font-size: 2rem;
    margin: 2rem 0 1rem;
    line-height: normal;
  }
  
  #lvl1 h1:before{
    display: none;
  }
  
  .links-apps {
    margin-top: 1.5rem;
  }
  
  .links-apps img{
    margin-top: .5rem;
  }
  
  #lvl2{
    padding:4rem 0;
  }
  
  .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  #how{
    float: none;
    width: 100%;
    margin-top: .5rem;
  }
  
  #how li{
    margin-bottom: .8rem;
  }
  
  #lvl2 img {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: 1rem;
  }
  
  #lvl3{
    padding:4rem 0;
  }
  
  footer{
    padding: 0;
  }
  
  footer .centered{
    margin: 0 auto;
    width: 85%;
    padding: 1rem;
  }
}