/***********/
/* GENERAL */
/***********/
body 
{
	font-family: 'Raleway', sans-serif;
 	color:				#777;
	margin: 			0px;
	padding: 			0px;
	font-size: 			.9em;
	text-align: 		center;
	background: 		#0F0F0F;    
}

@font-face {
	font-family: 'AmaticSC-webfont';
	src: url('../fonts/amaticsc-regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/amaticsc-regular-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/amaticsc-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/amaticsc-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*********/
/* LINKS */
/*********/
a:link {color: #DACD92;	text-decoration: none;}
a:active {color: #ccc; text-decoration: none;}
a:visited {color: #DACD92; text-decoration: none;}
a:hover {color: #ccc; text-decoration: none;}

#links a:link {color: #DACD92;	text-decoration: none;}
#links a:active {color: #ccc; text-decoration: none;}
#links a:visited {color: #DACD92; text-decoration: none;}
#links a:hover {color: #ccc; text-decoration: none;}

#badges {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}


a.appstore {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 200px;
    height: 59px;
    overflow: hidden;
    background-image: url("../img/app_store.png");
    background-size: 200px 59px;
    opacity: 1.0;

    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
a.appstore:hover {
    top:-1px;
    opacity: 0.75;
}
a.appstore:active {
    top:2px;
    opacity: 0.75;

    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}






a.aa {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 216px;
    height: 60px;
    overflow: hidden;
    background-image: url("../img/aa-badge.svg");
    background-size: 216px 60px;
    opacity: 1.0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a.aa:hover {
        top: -1px;
        opacity: 0.75;
    }

    a.a:active {
        top: 2px;
        opacity: 0.75;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }




a.androidstore {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 172px;
    height: 60px;
    overflow: hidden;
    background-image: url("https://developer.android.com/images/brand/en_app_rgb_wo_60.png");
    background-size: 172px 60px;
    opacity: 1.0;

    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
a.androidstore:hover {
    top:-1px;
    opacity: 0.75;
}
a.androidstore:active {
    top:2px;
    opacity: 0.75;

    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}


a.winstore {
    position: relative;
    display: inline-block;
    margin: 0 10px;
	margin-top: 10px;
	margin-left: 0px;
    width: 231px;
    height: 60px;
    overflow: hidden;
    background-image: url("../img/winstore.png");
    background-size: 231px 60px;
    opacity: 1.0;

    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
a.winstore:hover {
    top:-1px;
    opacity: 0.75;
}
a.winstore:active {
    top:2px;
    opacity: 0.75;

    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}


a.amazon {
    position: relative;
    display: inline-block;
    margin: 0 10px;
	margin-left: 9px;
    width: 174px;
    height: 60px;
    overflow: hidden;
    background-image: url("../img/amazon.png");
    background-size: 174px 60px;
    opacity: 1.0;

    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
a.amazon:hover {
    top:-1px;
    opacity: 0.75;
}
a.amazon:active {
    top:2px;
    opacity: 0.75;

    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}

/********/
/* MAIN */
/********/
#title {
    display: block;
    position: absolute;
    top: 25px;
    width: 100%;
    min-width: 720px;
    height: 300px;
    text-align: center;
    z-index: -50;

    background-image: url("../img/logo.png");
    background-position: center;
	background-repeat: no-repeat;
}

    #title h1 {
        display:none;
    }

    #title h2 {
        width: 525px;
        margin: auto;
        font-size: 28px; /* 35px for amatic */
        color: white;
        display: block;
        margin-top: 490px;
        font-family: 'Raleway', sans-serif;
        font-weight: 100; /*300 for amatic*/
    }

#android {
    font-size: 25px;
    font-weight: 200;
    margin-top: 5px;
    margin: auto;
	text-align: center;
}


#content {
    width: 100%;
    min-width: 720px;
    height: auto;
    margin: 20px auto;
    margin-top: 600px;
    text-align: left;
}

    #content h3 {
        width: 525px;
        margin: 100px auto;
        margin-bottom: 100px;
        font-size: 45px;
        color: #999;
        display: block;
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        text-align: center;
    }

#video {
    text-align: center;	
    margin-top: 80px;
}

ul#screenshots {
    list-style: none;
    margin: auto;
    margin-top: 40px;
    padding: 0;
    width: 520px;
}
    ul#screenshots li {
        padding: 0;
        margin: 10px;
        display: inline-block;
    }
    ul#screenshots li a img{
        display: block;
        width: 150px;
        padding: 0;
        margin: 0;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
    }
    ul#screenshots li a:hover img {
        opacity: 0.5;
    }


ul#awards {
    list-style: none;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0;
    width: 820px;
    text-align: center;
}

    ul#awards li {
        padding: 10px 10px;
        margin: 10px;
        display: inline-block;
    }


ul#quotes {
    list-style: none;
    margin: auto;
    width: 720px;
    margin-top: 100px;
    padding: 0;
    font-size: 19px;
    line-height: 25px;
}

ul#quotes li {
    vertical-align:top;
    display: inline-block;
    width:80%;
}

ul#quotes li.left {
    margin:0 20% 50px 0;    
}

ul#quotes li.right {
    margin:0 0 50px 20%;    
    text-align: right;
}

ul#quotes li p {
    display: block;
    font-style: italic;
    margin-bottom: 5px;
}

ul#quotes li .source {
    margin-top: 0px;
    font-weight: 200;
}


#links {
    width: 100%;
    margin: 100px auto;
    margin-bottom: 125px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 30px;
}

.link {
  	display: inline-block;
	width: 200px;}

#footer
{
    width: 100%;
    margin: 150px auto;
    margin-bottom: 100px;
}

#gameby {
    font-size: 1.5em;
    font-weight: 200;
    margin-top: 5px;
}

#credits
{
	color:	#ccc;
	margin: 0px auto;
	width: 600px;
	text-align: center;
}

#support {
    font-size: 20px;
    color:	#ccc;
	margin: 0px auto;
    padding-left: 75px;
    margin-top: -50px;
	width: 600px;
	text-align: left;
    margin-bottom: 200px;
}

    #support h1 {
        font-weight: 300;
    }

.question {
    font-weight: 500;
    font-size: 21px;
}

.answer {
    font-weight: 200;
    margin-bottom: 70px;
}

/**************/
/* BACKGROUND */
/**************/
#background {
    background: url("../img/bg.jpg");
    /*background-size: 1920px 600px;*/
    background-size: 100% 600px;
    background-position: center 0;
    display: block;
    width: 100%;
    min-width: 720px;
    height: 600px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    z-index: -100;
    background-color: black;
}

    #ground {
	    height: 600px;
	    text-align: center;
	    position: absolute;

        background: url('../img/ground.png') repeat-x center bottom;         
        /* can't figure out how to remove 1px outline on mobile, below helps a bit */
        /* see http://stackoverflow.com/questions/4780896/thin-gray-black-lines-on-web-page-viewed-with-ipad */
        background-size: 768px 185px;
		z-index: 1; 
        width: 100%;
        
    }

    #tree {
        height: 600px;
        width: 100%;
        position: absolute;
        background: url('../img/tree.png') no-repeat center bottom;
        bottom: 140px;
        z-index: 3;
    }

    #red {
        height: 600px;
        width: 100%;
        position: absolute;
        background: url('../img/red.png') no-repeat center top;
        background-size: 360px 90px;
        z-index: 2;
    }

.ie7 #background,.ie8 #background {
    background-color: #0F0F0F;
    background: url("../img/bg.jpg");
    background-position: center 0;
}


/**********/
/* SIGNUP */
/**********/
#signup {
    width: 100%;
    margin: 50px auto;
}

#mce-EMAIL {
    background-color: #222;
    color: #ccc;
    border: none;
    font-size: 11pt;
    padding: 6px 4px;
    clear: none;
    width: 250px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/*BUTTON*/
#mc_embed_signup input.button {
    background-color: #888;
    color: white;
    padding: 4px;
    border: none;
    font-size: 13pt;    
    width: 100px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}


