
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

html, body {
    margin: 0;
    padding: 0
}

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

fieldset, img {
    border: 0
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

/* General Styles */
body {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    font-size: 25px;
    color: #000;
    background: #fff url('images/bg.jpg') center top no-repeat scroll;
    background-size: 100% auto;
    width: 100%;
    z-index: 0;
}
a {
    color: #810008;
    text-decoration: underline;
}
#wrapper {
    max-width: 475px;
    padding:0 10px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
h1 {
  text-transform: uppercase;
}
h1 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding:0;
  margin-bottom:0;
}
h2 {
  margin: 450px 0 50px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 25px;
  line-height: 35px;
  color:#fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 20px;
}
h2 .red {
  color: #ac1e27;
}
h2 .large {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

/*** Footer Rules ***/
footer {
  margin: 150px 0 75px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}
footer p {
  margin-bottom:15px;
}
footer img {
  width: 125px;
  height: auto;
}

/*** Media Queries ***/


@media screen and (max-width: 800px) {
  h2 {
    margin: 350px 0 50px 0;
  }
}
@media screen and (max-width: 474px) {
  body {
    font-size: 20px;
  }
  h1 img {
    width: 90%;
    margin: 0 auto;
  }
  h2 {
    margin: 200px 0 50px 0;
    padding: 10px 15px;
  }
  footer {
    margin: 100px 0 50px 0;
  }
}
