﻿/* Site */
body
{
  font-family: proxima-nova, Myriad Pro, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div.bar
{
  font-size: 0.8em;
}

div.bar span
{
  font-size: 1.5em;
  font-weight: bold;
  text-transform: lowercase;
}

div.logo
{
  font-family: CaviarDreamsBold, Arial, sans-serif;
  font-size: 40px;
}

header nav li
{
  font-size: 1.05em;
}

footer
{
  font-size: 0.9em;
}

/* Login */
#login h2
{
  font-weight: normal;
  font-size: 2.5em;
}

#login .buttons button
{
  font-size: 1.0em;
}


/* Register */
#register h2
{
  font-weight: normal;
  font-size: 2.5em;
}

#register .buttons button
{
  font-size: 1.0em;
}


/* Account */
#account h2
{
  font-weight: normal;
  font-size: 2.5em;
}

#account .buttons button
{
  font-size: 1.0em;
}


/* Index */
div.blurb p
{
  font-size: 0.8em;
}

div.quote p.heading
{
  font-size: 2.0em;
  font-weight: bold;
}

div.quote p.tony
{
  font-size: 1.2em;
}
