body{
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin:  0;
  background-color: black;
  font-size: 2em;
}


@font-face {
    font-family: Pixel_font;
    src: url(../trash/pixel_font.ttf);
}

.logo{
  background: url("../images/logo.png") no-repeat center;
  background-size: contain;
  width: 90%;
  height: 100%;
  max-width: 626px;
  min-height: 433px;
  margin: 0px auto;
  animation: logo 2s infinite alternate;
  animation-timing-function: cubic-bezier(0.44, 0.052, 0.50, 0.980);

}

.container{
	text-align: left;
  font-family: 'Open Sans', HelveticaNeue, Arial, sans-serif;
  font-size: .9em;
  text-align: justify;
	}

#header{
	padding-top: 32px;
	position: relative;
	}

@media (max-width: 400px) {
      .logo {min-height: 200px;}
    }

    @keyframes logo {
            0% {
                -webkit-transform: translate3d(0px, 0px, 0px);
                -moz-transform: translate(0px, 0px);
            }

            100% {
                -webkit-transform: translate3d(0px, -10px, 0px);
                -moz-transform: translate(0px, -10px);
            }
        }

#box {
  min-height: 260px;
}

#about{
  background: #fae3e3;
  border-top: 1px solid #fae3e3;
}

#info{
  padding: 15px 8px;
  height: 100%;
  text-align: justify;
}

#spike_top{
	z-index: 10;
    background: url("../images/spikes_pink_top.png") repeat-x  transparent top;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
}

#spike_white_bottom{
	z-index: 10;
    background: url("../images/spikes_white_bottom.png") repeat-x  transparent top;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
}


#spike_white_top{
	z-index: 10;
    background: url("../images/spikes_white_top.png") repeat-x  transparent top;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
}

#about #spike_top{
	z-index: 10;
    background: url("../images/spikes_pink_top.png") repeat-x  transparent top;
    width: 100%;
    height: 5px;
    bottom: 0;
}

#about #spike_bottom, #digest #spike_bottom{
    background: url("../images/spikes_pink_bottom.png") repeat-x transparent bottom;
    width: 100%;
    height: 7px;
}

#store img {
	max-width: 280px;
	width: 100%;
	border: black 4px solid;
	margin: 0px 8px;
	transition: box-shadow 0px 3px 0px rgba(0,0,0,.45) 0.1s ease;
	box-shadow: 0px 3px 0px rgba(0,0,0,.45);
	position: relative;
	top: 0;
	transition: top 0.1s ease;
	
	}
#store img:hover{
		transition: top 0.1s ease;
		top: 3px;
		
		
		transition: box-shadow 3px 3px 0px rgba(0,0,0,.45) 0.05s ease;
		box-shadow: 0px 0px 0px rgba(0,0,0,.45);
	}
	
	#store{
		padding-bottom: 48px;
		}

h4 {
	font-size: 32px;
	line-height: 16px;
	padding: 4px;
	margin: 0;
	letter-spacing: 2px;
	color: white;
	text-shadow: black 2px 2px 0px;
	font-family: Pixel_font;
	-webkit-font-smoothing:none;
}

h5 {
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	margin: 0;
	letter-spacing: 2px;
	color: #FAC933;
	text-shadow: black 2px 2px 0px;
	font-family: Pixel_font;
	-webkit-font-smoothing:none;
}

.info{
	margin: 24px 0;
	padding: 8px;
	width: 100%;
	max-width: 160px;
	color: white;
	background: #1e1f2e;
	box-shadow: 3px 3px 0px rgba(0,0,0,.45);
	}

#digest{
	position: relative;
	}
	
	#social{
        margin: 64px auto 12px;
        text-align: center;
        width: 100%;
}

#social img{
  width: 48px;
}

a {
  color: #3A00FF;
  text-decoration: none;
}

a:hover{
  color: #FFADAD;
}

a:active{
  position: relative;
  top: 1px;
color: black;
}
	
#spike_digest{
    background: url("../images/spikes_pink_bottom.png") repeat-x transparent;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
}
#spike_screen{
    background: url("../images/spikes_screen_bottom.png") repeat-x transparent;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
}

#footer{
  background: white;
  background-attachment: fixed;
  width: 100%;
  min-height: 512px;
  z-index: 12;
}

hr {border: 1px solid transparent;}

#screens{
	
    background: #B4C1FA;
    font-size: 1em;
    position: relative;
	
	}

.signup{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;

        font-family:  "Oswald", "Open Sans", "HelveticaNeue", sans-serif;
        text-transform: uppercase;
        color: #1d1d1d;
        font-size: .9em;
        font-weight: 400;
        text-align: center;
        letter-spacing: 3px;
        line-height: 20px;
}

#screens{
  background: url("../images/purple.png") repeat #B4C1FA;
  background-attachment: fixed;
  width: 100%;
  min-height: 512px;
}

#screens  #spike_bottom{
    background: url("../images/spikes_monster_bottom.png") repeat-x  transparent bottom;
    width: 100%;
    height: 5px;

}


#merch {
	padding: 12px 0;
	position: relative;
	}






section.module.header {
  background: url("../images/slime.png");
}
section.module.digest {
	min-height: 256px;
  background: url("../images/monsters.png") repeat #0E0D2D center;
}

section.module.green {
  background: url("../images/green.png") repeat;
  }

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Open Sans", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 80px 0;
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}

}

	
@media all and (min-width: 600px) {
  
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 0px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

h3 {
	color: #ffadad;
	font-size: 48px;
	line-height: 38px;
	margin-bottom: 32px;
	text-align: center;
font-family: Pixel_font;
-webkit-font-smoothing:none;
 
}








