/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body, html{
  height:100%;
}

body{
  background: #1a1b1a;
  /*background-attachment: fixed;*/
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.07em;
}

.header{
    position: fixed;
    z-index: 999;
    width: 100%;
    height:40px;
    float: left;
    background: -moz-linear-gradient(top,  rgba(227,52,63,0.8) 0%, rgba(227,52,63,0.95) 100%);
    background: -webkit-linear-gradient(top,  rgba(227,52,63,0.8) 0%,rgba(227,52,63,0.95) 100%);
    background: linear-gradient(to bottom,  rgba(227,52,63,0.8) 0%,rgba(227,52,63,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e3343f', endColorstr='#cce3343f',GradientType=0 );
    overflow:hidden;

}

.header .sociallinks{
  float:right;
  margin:10px;
}

.header .sociallinks a{
  color:#fff;
  text-decoration:none;
  text-align:center;
  width: 50px;
  font-size: 20px;
}

.section{
    position:relative;
}

#fp-nav.right {
    right: 2%;
}

#fp-nav{
    background-color:rgba(227,52,63,0.8);
    border-radius:50px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
    
    background-color:#fff;
    /*border:solid 1px rgba(255,255,255,0.5);
    border: solid 1px #1a1b1a;*/
}



#head h3{
  margin: 20px 15px;
  text-align:center;
}

#head .storelinks{
  margin-top: 30px;
  height: 50px;
  text-align: center;
}

#head .storelinks a img{
  margin-bottom: 5px;
}

#logo{
    position:absolute;
    top:0px;
    left:50%;
    width:80px;
    height:40px;
    margin:0px 0px 0px -40px;
    text-align:center;
    background-color:#e3343f;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(50,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(50,0,0,0.75);
    box-shadow: 0px 0px 10px 2px rgba(50,0,0,0.75);
}

#logo img{
  vertical-align: baseline;
  margin:auto;
  height:80%;
  margin:5% 0%;
}

#logo span{
  font-size: 3.5em;
  /*font-family: 'Life Savers', cursive;*/
  font-weight: bold;
  display:none;
}

#head .content p.sample{
  text-align:center;
  width:100%;
  margin: 20px 0px;
}

.sample a{
  font-weight: bold;
  color: #e3343f;
  text-decoration: none;
  background: #fff;
  display: block;
  width: 240px;
  margin: 0px auto;
  padding: 15px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#playstore{
  clear:both;
  width: 135px;
  display: block;
  margin: 0px auto;
}

#head{
  /*min-height:100%;*/
}

.colcon{
  margin-bottom:30px;
}


#screenshot{
  width:60%;
  max-width:200px;
  margin:25px 10% 0px 10%;
}

.container{
    background: #1a1b1a url('../images/bkg_space_0.png');
    background: #a9dcff;
}

.container .content{
    margin:-10% 0%;
    /*background-color:rgba(5,10,5,0.5);*/
    min-height: 100px;
}

.container div.badge{
    width:60%;
    height:auto;
    padding-bottom:60%;
    max-width:200px;
    max-height:200px;
    margin:25px 20% 0px 20%;
    border-radius:50%;
    background-color:#e3343f;
    text-align:center;
    color:#fff;
    font-size:100px;
    line-height:100px;
    clear:both;
}


.container div.badgeb{
    text-align: center;
    vertical-align: middle;
    background-color: #e3343f;
    color: #fff;
    padding: 36px 40px;
    margin: 0px 15%;
    border-radius: 50%;
    font-size: 50px;
    line-height: 50px;
}

#publish.container div.badgeb{
    color: #e3343f;
    background-color: #fff;
}


#footer{
  /*position: fixed;*/
  float:right;
  width: 100%;
  right: 0px;
  bottom: 0px;
  font-family:sans-serif;
}

#footer .policy{
  background: rgba(255,255,255,0.8);
  font-size: 10px;
  color: #333;
  line-height: 12px;
  margin-left: 0px;
  padding: 3px 5px;
  font-weight: bold;
  float: left;
}

#footer a.gz {
  width: auto;
  color: #fff;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  background: rgba(0,0,0,0.8);
  padding: 0px 15px 0px 0px;
  text-decoration: none;
  overflow: hidden;
  margin: 0px 0px;
  display: block;
  float: right;
}

#footer a.gz .badge {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  background: #7cb750;
  line-height: 36px;
  font-family: serif;
  padding: 0px 15px 4px 15px;
  margin: 0px;
}


 .mobile{
      display:none !important;
  }

  .no-mobile{
      display:initial !important;
  }


/* Tablet */
@media only screen
  and (max-width : 810px) and (min-width : 800px) {

  #head .storelinks{
	margin-bottom: 50px;
	}
  }

@media only screen
  and (max-width : 568px) {
  /* Styles */

  .no-mobile{
      display:none !important;
  }

  .mobile{
      display:initial !important;
  }

  #head .screenshot{
      display:none;
  }

  #head .storelinks{
    min-height: 100px;
    margin: 0px 25% 150px 25%;
    position:relative;
  }

    #head .storelinks a{
        position:relative;
        z-index: 9999;
    }

  #footer{
    height: 28px;
  }

  #footer a.gz {
    line-height: 23px;
    font-size: 12px;
    padding: 1px 10px 6px 0px;
  }

  #footer a.gz .badge {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 23px;
    padding: 5px 11px;
  }

	.header .sociallinks {
		margin-top: 10px;
        display:none;
	}

	.header .sociallinks a {
		width: 40px;
		font-size: 20px;
	}

}

@media only screen and (max-height : 800px) {

    body{
        background-size:50% !important;
    }
    
}

/* Phone */
@media only screen and (max-width : 600px) {

    body{
        background-size:75% !important;
    }
    
    .container{
        background-size:50% !important;
    }

    .ground-spacer {
		padding-bottom: 200px;
	}

	.ground{
		height:200px;
	}

	.ground .bkg{
		height:200px;
	}

	.ground.scenery .bkg{
		background-size: auto 200px;
	}
}



@media only screen
  and (max-width : 480px) {
	  
	.container a[href='#fullversion'] {
        font-size: 1em;
		margin: -1em 15% 1em 0%;
	}
	
	.container h2 {
		font-size: 2em;
		margin-top: 50px;
	}
	
	.container h3 {
		font-size: 1.25em;
	}
	  
  }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
