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: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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 {
  content: '';
  content: none; }

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

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

html {
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #f2f2f2;
  font-size: 16px; }

#hero {
  background-color: whitesmoke;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: center bottom -17vh;
  background-repeat: no-repeat;
  display: block;
  height: 40vh;
  margin: 0px auto; }

@media (max-width: 720px) {
  #hero {
    background-position: center bottom; } }
@media (min-width: 1600px) {
  #hero {
    background-position: center bottom -24vh; } }
@media (max-height: 530px) {
  #hero {
    background-position: center bottom -24vh; } }
#content {
  max-width: 698px;
  margin: -20px auto 0px auto;
  background-color: white;
  padding: 15px;
  border-top: 6px solid #5c2b86;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14); }

.contactinfo {
  position: relative;
  margin: -0.6em 0em 2em 0em;
  text-align: center; }

#name {
  font-family: "La Belle Aurore", cursive;
  font-size: 1.8rem;
  letter-spacing: -1px;
  text-align: center;
  margin: 0.8rem 0px 0.5rem 0px; }

.phone, .phone > a,
.email,
.email > a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 0.7rem;
  font-weight: 300 !important;
  line-height: 1.4; }

.phone + .email {
  margin-left: 0.6em; }

section + section {
  margin-top: 3rem; }
section section + section {
  margin-top: 1.3em; }

h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 0.5em; }

h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 0.2em; }

p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.4; }
  p + p {
    margin-top: 0.8em; }

a {
  font-weight: 600;
  text-decoration: none; }
  a, a:active, a:focus, a:visited {
    color: inherit; }
  a:hover {
    color: #5c2b86; }

em {
  color: inherit;
  font-weight: 600; }

.gauges {
  margin-top: 1em;
  text-align: center; }

.gauge {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-bottom: 1em;
  margin-right: 20px; }
  .gauge:last-child {
    margin-right: 0px; }
  .gauge .gauge_background {
    display: block;
    border-radius: 9999px;
    box-sizing: border-box;
    border: 5px solid #c9c9c9;
    width: 150px;
    height: 150px;
    position: relative; }
    .gauge .gauge_background::before {
      content: ' ';
      z-index: 1;
      box-sizing: border-box;
      font-size: 0px;
      width: 150px;
      height: 150px;
      display: block;
      position: absolute;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent white transparent;
      border-radius: 9999px;
      top: -4px;
      left: -5px; }
  .gauge .gauge_fill {
    z-index: 0;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-radius: 9999px;
    top: 0px;
    left: 0px; }
  .gauge .gauge_fill5 {
    border-color: #5c2b86 transparent transparent #5c2b86;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  .gauge .gauge_fill6 {
    border-color: #5c2b86 transparent transparent #5c2b86;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .gauge .gauge_fill9 {
    border-color: #5c2b86 #5c2b86 transparent #5c2b86;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  .gauge .gauge_fill10 {
    border-color: #5c2b86 #5c2b86 transparent #5c2b86; }
  .gauge .gauge_legend {
    display: block;
    position: absolute;
    top: 75px;
    left: 5px;
    right: 5px;
    height: 0.8em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #3b3b3b;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: -0.56em;
    text-align: center; }

@media (max-width: 705px) {
  .gauges {
    max-width: 350px;
    margin: 1em auto; }

  .gauge:nth-child(even) {
    margin-right: 0px; } }
figcaption {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 0.8em;
  font-weight: 300;
  display: block;
  text-align: center; }

