/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

h1, h2, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

h3 {
  clear: both;
  font-weight: bold;
  color: #c80032; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

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

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

div {
  text-align: center;
  padding: 10px 10px;
  margin: auto;
  width: 50%;}

/* =Global
-------------------------------------------------------------- */

body {
  background-color: #E5E5E5;
  color: #505050;  
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8; }

/* Headings */
h1, h2, h4, h5, h6 {
  line-height: 1;
  font-weight: 200; }

h3 {
  line-height: 1;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #c80032; }

a:hover {
  color: #7c001f; }



/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 768px) {
div {
  width: 100%; }
