﻿/*normalize*/

html,body {
    font: normal 16px sans-serif;
    color: #555555;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}

a {
  background: transparent;
  color:#E31837;
}

a:hover {
  background: transparent;
  color:#E31837;
  text-decoration:none
}

img {
  border: 0;
}

input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
  font-size:12px
}

input.rightAlign {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
  font-size:12px;
  text-align:right;
}

button, input.button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #cccbcb;
  background-color: white;
  /*padding: 5px;*/
  cursor: pointer; 
}

select {
  border: 1px solid #808080;
  padding: 5px;
  width:200px;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #eeeeee;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size:1.2em;
    font-weight:bold;   
    color:#E31837;
}

h2 {
    font-size: 1em;
    font-weight:bold;   
    color:#E31837;
}

h3 {
    font-size: 0.8em;
    font-weight:bold;   
    color:#E31837;
}

h4 {
    font-size: 0.6em;
    font-weight:bold;   
    color:#E31837;
}


hr {
    color:#eeeeee;
}

p, span, div, li {
    font-weight:normal;
    font-size: 1em;
}