/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Roboto);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Black */
/* Gray */
/* White */
/* Table of contents
==================================================
  -Imports
  -Basic styles
  -Typography
  -Links
  -Lists
  -Buttons
  -Forms
  -Misc
*/
/* Imports
================================================== */
/* Black */
/* Gray */
/* White */
/* Basic styles
================================================== */
body {
  background: #e0e0e0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #424242; }

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #303030; }

h1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 20px; }

h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 10px; }

h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 5px; }

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem; }

h5 {
  font-size: 1.2rem;
  line-height: 1.4rem; }

h6 {
  font-size: 0.8rem;
  line-height: 1rem; }

p {
  margin: 0 0 20px 0; }

hr {
  border: solid #9e9e9e;
  border-width: 2px 0 0; }

/* Links
================================================== */
a {
  text-decoration: none;
  color: #9e9e9e; }
  a:hover {
    color: #757575;
    transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s; }

/* Lists
================================================== */
ul, ol {
  margin-bottom: 20px; }

ul {
  list-style: inside disc; }

ol {
  list-style: inside decimal; }

/* Buttons
================================================== */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  display: inline-block;
  padding: 1.25rem 1rem;
  background-color: #424242;
  color: #fafafa;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: background-color 150ms ease 0s;
  -webkit-transition: background-color 150ms ease 0s; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #757575; }

/* Forms
================================================== */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="range"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="month"],
input[type="week"] {
  border: none;
  padding: 1rem 0.75rem;
  background-color: #f5f5f5;
  color: #757575;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: background-color 150ms ease 0s;
  -webkit-transition: background-color 150ms ease 0s; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="range"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus {
    border: none;
    background: #fafafa; }

/* Misc
================================================== */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

/*# sourceMappingURL=main.css.map */
