body {
	font-size: 12px;
	background: #FFF;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

h1, h1 * {
    text-transform: uppercase;
    text-align: center;
}

h2, h2 * {
    font-family: "Raleway", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 6em;
    margin-top: 15px;
    font-weight: 200;
}

h3, h3 * {
    margin-top: 10px;
    font-size: 3em;
}

h4, h4 * {
    font-family: "Raleway", sans-serif;
    font-size: 3em;
    font-weight: 200;
    text-align: center;
}

h5, h5 * {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-size: 2em;
    text-align: left;
    padding: 0px 10px;
    margin-top: 20px;
}

p, blockquote {
    font-size: 1.5em;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote {
    padding-left: 100px;
    padding-left: calc(4em + 10px);
}

a, a:link, a:visited {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a img {
    border: 0px;
}

hr {
    border: 0px;
    height: 0px;
}

hr.replace {
    border-top: 3px solid black;
    margin-top: 39px;
    margin-bottom: 38px;
}

.divider-outer {
    height: 80px;
    margin: 15px 0px;
    position: relative;
}

.divider-left, .divider-right {
    background: url(/images/line.png) center center repeat-x;
    background-size: auto 80px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: calc(50% - 75px);
}

.divider-left {
    left: 0px;
}

.divider-right {
    right: 0px;
}

.divider-center {
    margin: auto;
    width: 150px;
    height: 80px;
    background: url(/images/waveform.png) center center no-repeat;
    background-size: auto 80px;
}

#header, #footer {
    background: #555;
    color: white;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
    color: #FD0;
    text-decoration: none;
}

#header {
    border-bottom: 4px solid #FC0;
    padding: 15px 0px;
    position: relative;
    min-height: 2.5em;
}

#header h1 {
    text-align: left;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 2.5em;
    z-index: 2;
}

#header-signup {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    color: black;
    font-family: "Oswald", sans-serif;
    margin: 0px;
}

#header-signup a {
	padding: 5px;
	background: #FC0;
	color: black;
	display: inline-block;
	margin: 0px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
}

#header-signup a:hover, #header-signup a:active {
    color: black;
    background: #FD0;
}

#header #nav {
    position: relative;
    top: 0px;
    text-align: center;
    display: block;
    list-style-type: none;
}

#header #signup-item {
    color: #FC0;
}

#header #nav-button {
    position: absolute;
    top: 1.25em;
    right: 5px;
    cursor: pointer;
    z-index: 2;
    vertical-align: middle;
}

#header #nav-button img {
    height: 2.5em;
}

@media screen and (max-width: 699px) {
#header-signup { right: 40px; }
#header #nav { display: none; }
#header #nav-button { display: block; }
h2, h2 * { font-size: 4em; }
h4, h4 * { font-size: 2em; }
#content td { font-size: 0.75em; }
}
    
#header #nav li a:link, #header #nav li a:visited {
    font-size: 1.5em;
    font-family: "Oswald", sans-serif;
}

@media screen and (min-width: 700px) {
#header-signup { right: 20px; }
#header #nav li { display: inline-block; margin: 0px 10px; }
#header #nav-button, #home-item { display: none !important; }
br.m { display: none; }
}

#content > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#content > hr, #content > div.divider-outer {
    max-width: none;
}

#content > :last-child {
    margin-bottom: 50px;
}

#content p a:link, #content p a:visited,
#content ul a:link, #content ul a:visited,
#content ol a:link, #content ol a:visited,
#content td a:link, #content td a:visited
{
    text-decoration: underline;
    color: #830;
}

#content ul, #content ol {
    list-style-position: inside;
    padding: 10px;
}

#content li {
    font-size: 1.5em;
}

#promo {
    margin: auto;
    padding: 0px 10px;
}
@media screen and (min-width: 780px) {
#promo { width: 760px; }
}
@media screen and (max-width: 780px) {
#promo {
    width: calc(100%-20px);
    font-size: 1.54vw;
}
}

#promo h1 {
    font-family: "Oswald", sans-serif;
    font-size: 10em;
    height: 1.25em;
}

#promo h4 {
    font-family: "Raleway", sans-serif;
    font-size: 6em;
}

.upside-down {
    display: inline-block;
    -ms-transform: rotate(180deg) translate(0,-0.2em);
    -webkit-transform: rotate(180deg) translate(0,-0.2em);
    -moz-transform: rotate(180deg) translate(0,-0.2em);
    -o-transform: rotate(180deg) translate(0,-0.2em);
    transform: rotate(180deg) translate(0,-0.2em);
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

#promo .definition {
    font-family: "Oswald", sans-serif;
    font-size: 4em;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    padding-bottom: 5px;
}

#promo .status {
    font-size: 3em;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    padding-bottom: 5px;
    margin: 10px 0px;
}

.date {
    text-align: center;
    font-weight: 200;
    font-size: 2.5em;
    margin: 10px 20px;
}

.tagline {
    text-align: center;
    font-weight: 200;
    font-size: 2.5em;
    margin: 10px 20px;
}

#calltoaction, .calltoaction, #content p a.primary-button, #content form #submit_button {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 2em;
    font-family: "Oswald", sans-serif;
}

#content #calltoaction .signup-link, #content .calltoaction .signup-link, #content p a.primary-button, #content form #submit_button {
	padding: 10px;
	background: #FC0;
	color: black;
	display: inline-block;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	border: 0px;
	cursor: pointer;
}

#content #calltoaction .signup-link:hover,
#content #calltoaction .signup-link:active,
#content .calltoaction .signup-link:hover,
#content .calltoaction .signup-link:active,
#content p a.primary-button:hover,
#content p a.primary-button:active,
#content form #submit_button:hover,
#content form #submit_button:active {
	background: #FD0;
	text-decoration: none;
	border: 0px;
}

#content form #submit_button:disabled {
    background: #FED;
    color: #CCC;
}

#content iframe#signup {
    width: 100%;
    max-width: 100%;
    border: 0px;
    display: block;
}

#content table {
    font-size: 1.6em;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 40px;
}

#content th {
    background: #FC0;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    border: 2px solid black;
    padding: 6px;
}

#content td {
    padding: 6px;
    border: 2px solid black;
}

#content form input {
    font-size: 1em;
    padding: 5px;
}

.lyrics-area {
    width: 100%;
    height: 12em;
    font-size: 1em;
    padding: 5px;
    resize: vertical;
}

#progressbar {
    height: 30px;
    margin: 10px;
    width: 400px;
    border: 1px solid black;
    position: relative;
    padding: 0px 2px;
}

#progress {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.5em;
    line-height: 30px;
}

#progressbar_inner {
    height: 26px;
    width: 0%;
    background: #FC0;
    margin: 2px 0px;
}

#footer {
    padding: 20px;
    border-top: 4px solid #FC0;
}

#footer .primary {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

#footer .primary span {
    display: inline-block;
    margin-bottom: 10px;
}

#footer .secondary {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
}

#footer .primary img {
    vertical-align: middle;
    margin: 0px 10px;
}

#footer .secondary img {
    vertical-align: middle;
    height: 3em;
    margin: 0px 5px;
}

.error {
    color: red;
}
