body
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: center top;
	color: #000;
  font-size: 20px;
}

body,
body .pure-g,
body .pure-g *
{
  font-family: "Avenir Next", "Avenir", "Helvetica", "Arial";
}

#container
{
	width: 100%;
	margin: 0 auto;
    padding-bottom: 100px;
}

#header
{
    float: left;
    height: 300px;
    width: 100%;
}

.image-only
{
	text-indent: -9000px;
    background-size: 100% 100%;
}

.iphone-holder
{
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0px;
}

.iphone-6
{
    margin: 227px auto 0;
    width: 320px;
    height: 652px;
    position: relative;
}
	.iphone-6.silver { background-image: url(/images/iphone-6-silver.png); }
	.iphone-6.black { background-image: url(/images/iphone-6-black.png); }
	.iphone-6.gold { background-image: url(/images/iphone-6-gold.png); }

	.screen
	{
		display: block;
		position: absolute;
		left: 18px;
		top: 73px;
		width: 285px;
		height: 507px;
	}

.subcontainer
{
    float: left;
    width: 100%;
}

.constraint
{
    width: 1000px;
    margin: 0 auto;
}

.features
{
    padding-top: 20px;
    clear:both;
    min-height: 470px;
}

.features ul
{
    padding-left: 1em;
    margin: 0;
    text-indent: 0em;
    list-style-type: disc;
}
    .features ul > li
{
    margin-bottom: 10pt;
}

div.right-col,
div.left-col
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.left-col
{
    display: block;
    float: left;
    clear: left;
    width: 280px;
}
.right-col
{
    display: block;
    width: 280px;
    float: right;
    clear: right;
}

.badge
{
	background-image: url(/images/badge.png);
	width: 176px;
	height: 53px;
	margin: 20px auto 0;
	border-width: none;
	display: block;
    z-index: 200;
}

#amusesme-logo
{
    margin: 15px 0 0 20px;
    float: left;
    width: 210px;
    height: 52px;
    position: relative;
}
#amusesme-logo .ball
{
    width: 54px;
    height: 98px;
    position: absolute;
    left: 0;
    top: 0;
}
#amusesme-logo h2
{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 52px;
    width: 149px;
}

.topnav
{
    position: absolute;
    top: 20px;
    right: 20px;
}
.topnav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.topnav a,
.topnav a:hover,
.topnav a:active,
.topnav a:visited
{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.topnav li
{
    float: right;
	clear: right;
    margin-left: 30px;
}

.footer
{
    float: left;
    clear: both;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    font-size: 14px;
	opacity: 0.5;
}

.presskit
{
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2)
{

  .iphone-6.silver { background: url(/images/iphone-6-silver_2x.png); }
  .iphone-6.black { background: url(/images/iphone-6-black_2x.png); }
  .iphone-6.gold { background: url(/images/iphone-6-gold_2x.png); }
}

@media screen and (max-width: 380px)
{
    #amusesme-logo
    {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        left: -20px;
    }
    .topnav li a
    {
        font-size: 18px;
        font-weight: bold;
        width: 60px;
        text-align: right;
        line-height: 100%;
    }
    .topnav li .about > a:after
    {
        content: 'More Games';
    }
}

@media screen and (max-width: 999px)
{
    .topnav li
    {
        float: right;
    }
    .topnav a
    {
        display: none;
    }
    .topnav .about > a
    {
        display: block;
    }
    .topnav .about > a span
    {
        display: none;
    }
    .topnav .about > a:after
    {
        content: 'More Games';
    }
    .constraint
    {
        width: 90%;
        margin: 0 5%;
    }
    .iphone-holder
    {
        float: left;
        position: relative;
        height: 507px;
    }
    .subcontainer
    {
        padding-top: 75px;
    }
    .iphone-6
    {
        margin-top: 0;
        top: -72px;
    }
    .description
    {
        text-align: center;
    }
    .badge
    {
        margin-top: 0;
    }
    .left-col,
    .right-col
    {
        width: 80%;
        margin: 0 10%;
        clear: both;
        float:left;
    }
}
