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;
}

@imprt "fonts";
body {
  color: #333333;
  font-family: Open Sans, Helvetica;
}

a {
  color: #732121;
}

header {
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  border-bottom: solid 1px #333;
}
header h1, header p {
  font-size: 1rem;
}

.hero {
  text-align: center;
  background: url("../img/hero.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: solid 1px #333;
}

.logo {
  width: 50%;
  margin: 40px auto;
  max-width: 500px;
  max-width: 400px;
}

main {
  width: 80%;
  max-width: 700px;
  margin: 40px auto;
}

h2 {
  font-family: Open Sans, Helvetica;
  font-weight: bold;
}

.title p {
  font-style: italic;
  padding: 0.25rem 0;
}

.contact p {
  padding-bottom: 0.25rem;
}

.about {
  margin-top: 2rem;
  padding-top: 2rem;
  line-height: 1.5;
  border-top: solid 1px #732121;
}

@media only screen and (max-width: 500px) {
  .row .col-1 {
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 500px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col-1 {
    float: left;
  }
  .row .col-2 {
    float: right;
  }
}

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