@charset "utf-8";
@import url("/playdate.css");

hgroup,
#main,
footer
{
    max-width: 80.6rem;
    margin: 5rem auto;
    font-weight: 400;
    font-style: normal;
}

div#ar
{
    display: none;
}

body.ar div#ar
{
    display: block;
}

img.ar
{
    width: 34rem;
    height: auto;
    display: inline-block;
    border-width: 0.1rem;
    border-style: solid;
    margin: 1rem 1rem 1rem 0;
}



p
{
    padding: 0;
    margin: 0;
}

p em
{
	font-style: normal;
	font-weight: 700;
}

h1
{
    width: 100%;
    margin: 0 0 2rem 0;    
    font-size: 1.6em;
	position: relative;
    font-width: 700;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 3rem;
}

h3
{
	font-size: inherit;
	font-weight: 700;
	line-height: 1.1em;
}

#faq article
{
    border-left-style: solid;
    border-left-width: 2.5rem;
    border-left-color: transparent;
    padding-left: 5rem;
    margin-left: -5rem;
}

li
{
	font-size: 4rem;
}

span.trademark
{
	margin-right: -0.1em;
}

header p,
footer p
{
    font-size: 2rem;
    font-weight: 200;
    font-family: "Roobert", sans-serif;
    text-align: center;
    margin: 0 auto;
}

footer p
{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 4rem;
}

p>strong
{
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
}

#main p,
#main li
{
    font-size: 3rem;
    line-height: 1.2em;
    margin-bottom: 3rem;
}

p.caption a
{
	font-size: 0.6em;
	line-height: 1em;
	opacity: 0.5;
	font-weight: normal;
}

a.download
{
	font-weight: 700;
	text-decoration: none;
}
a.download:hover
{
	border-bottom-style: solid;
	border-bottom-width: .1em;
}

a.download:after
{
	content: '↓';
	padding-left: .2em;
}

#main img#hero
{
	margin-bottom: 0em;
	border-width: 1px;
    border-style: solid;
    height: 69%;
    width: 100%;
}

footer:before
{
    position: relative;
    background: none;
    width: 0;
    height: 0;
}

footer
{
    background-image: none;
    padding: 0;
    margin-top: 8rem;
	min-height: auto;
}

footer ul
{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 5rem;
	background-image: url("/img/panic-darker.svg");
}

footer li
{
	font-size: 1.85rem;
	line-height: 1;
}

footer a
{
    text-decoration: underline;
}
