/* Scss Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Scss Document */
header {
  background-color: rgba(26, 26, 26, 0.8);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
  background-image: url("../graphics/bg.png");
  background-size: cover;
  background-blend-mode: multiply; }
  header #inner-header {
    padding: 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
    header #inner-header > div {
      margin: 0 60px; }
    header #inner-header #logo {
      line-height: 1.2; }
      header #inner-header #logo h1 {
        font-size: 54px;
        font-weight: 700;
        color: #c0392b;
        letter-spacing: 3px; }
      header #inner-header #logo .breaker {
        width: 100%;
        height: 1px;
        background: #fff;
        margin: 6px 0 2px; }
      header #inner-header #logo p {
        font-size: 36px;
        letter-spacing: 1.25px;
        text-transform: uppercase; }
    header #inner-header #header-contact {
      line-height: 1.6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      header #inner-header #header-contact p {
        font-size: 24px;
        text-align: center;
        font-weight: 600;
        letter-spacing: 1px; }
        header #inner-header #header-contact p#spanish {
          font-style: italic;
          font-size: 21px; }

@media all and (max-width: 767px) {
  header #inner-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header #inner-header #header-contact p {
      text-align: center; } }
/* Scss Document */
footer {
  background: #1a1a1a;
  border-top: 5px solid #c0392b;
  padding: 2rem 0; }
  footer #inner-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Barlow Semi Condensed", sans-serif; }
    footer #inner-footer ul.footer-list li {
      line-height: 1.4;
      margin: 5px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-size: 18px; }
      footer #inner-footer ul.footer-list li#pay {
        margin: 10px 5px; }
      footer #inner-footer ul.footer-list li i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #1a1a1a;
        background: #fff;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        margin-right: 5px; }
        footer #inner-footer ul.footer-list li i.cc {
          background: transparent;
          font-size: 44px;
          margin: 0 5px;
          color: #fff; }
      footer #inner-footer ul.footer-list li a {
        color: #fff;
        text-decoration: none;
        margin: 0; }
        footer #inner-footer ul.footer-list li a:hover {
          color: #e86153; }
  footer #btm-footer-info {
    margin: 50px 0 30px;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    footer #btm-footer-info p {
      font-size: 17px;
      color: #fff;
      line-height: 1.7;
      max-width: 95%;
      margin: 5px 0; }

@media all and (max-width: 850px) {
  footer #inner-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    footer #inner-footer > ul {
      margin: 10px 0; } }
span#debit {
  border-radius: 4px;
  background: #fff;
  color: #1a1a1a;
  padding: 7.5px 5px;
  margin-top: -7px;
  margin-left: -3px;
  font-weight: bold; }

/* Scss Document */
body {
  font-family: "Barlow Semi Condensed", sans-serif;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee); }

a {
  color: inherit;
  text-decoration: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }

#nav {
  background: #c0392b;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #nav a {
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
    #nav a:nth-of-type(2) {
      border-left: none; }
    #nav a:hover {
      background: #1a1a1a; }

#inner-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 10px; }
  #inner-hero > div {
    min-height: 280px;
    margin: 0 10px;
    border: 4px solid #1a1a1a;
    -webkit-box-shadow: 0px 3px 5px rgba(26, 26, 26, 0.6);
    box-shadow: 0px 3px 5px rgba(26, 26, 26, 0.6); }
  #inner-hero #left-hero {
    width: 65%;
    background: url("../graphics/screen.JPG");
    background-size: cover;
    background-repeat: no-repeat; }
  #inner-hero #right-hero {
    width: 35%;
    background: #c0392b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #inner-hero #right-hero h1 {
      font-size: 42px;
      font-weight: 700;
      text-shadow: 0px 1px 2px #1a1a1a;
      letter-spacing: 1px;
      color: #fff;
      margin: 10px;
      padding-bottom: 5px;
      border-bottom: 1px solid #1a1a1a; }
    #inner-hero #right-hero p {
      text-align: justify;
      margin: 10px;
      line-height: 1.2;
      color: #fff; }

h1#mid-call {
  text-align: center;
  margin: 10px 0;
  font-size: 44px;
  font-weight: 700;
  color: #1a1a1a; }
  h1#mid-call span {
    color: #c0392b; }

p.mid-call {
  margin: 20px auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  max-width: 88ch;
  letter-spacing: 1px; }
  p.mid-call.bold {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 60ch;
    color: #c0392b; }
    p.mid-call.bold:nth-of-type(2) {
      font-size: 24px;
      color: #1a1a1a; }
    p.mid-call.bold:nth-of-type(3) {
      font-size: 8vw; }

#info {
  padding: 2rem 0 1rem; }

/*map*/
iframe {
  height: 310px;
  width: 100%;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  margin: 20px 0; }
  iframe:hover {
    height: 420px; }

#directions #inner-directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 5px 30px; }
  #directions #inner-directions img {
    max-width: 100%;
    margin: 5px;
    padding: 5px;
    border: 1px solid #1a1a1a; }
  #directions #inner-directions ul.direction-list {
    margin: 10px 50px; }
    #directions #inner-directions ul.direction-list li {
      max-width: 35ch;
      list-style: disc outside;
      line-height: 1.5; }
      #directions #inner-directions ul.direction-list li.title {
        list-style: none;
        font-size: 24px;
        color: #1a1a1a;
        font-weight: 700; }
        #directions #inner-directions ul.direction-list li.title span {
          color: #c0392b; }

@media all and (max-width: 950px) {
  #directions #inner-directions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #directions #inner-directions ul.direction-list li {
      max-width: none; } }
@media all and (max-width: 767px) {
  #inner-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0; }
    #inner-hero > div {
      margin: 10px 0; }
    #inner-hero #left-hero {
      width: 100%; }
    #inner-hero #right-hero {
      width: 100%; }

  #info {
    padding: 5px; }

  p.mid-call {
    font-size: 16px; }
    p.mid-call.bold {
      font-size: 21px; }
      p.mid-call.bold:nth-of-type(3) {
        font-size: 13vw; } }

/*# sourceMappingURL=main.css.map */
