@charset "UTF-8";
@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.woff2') format('woff2'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
  font-display: auto;
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3600 - 300)));
    line-height: 1.6em;
    font-family: "gothic", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a {
    font-weight: bold;
  }
  a:hover, #header a:hover, #mswd a:hover, #footer a:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background: #FFFFFF;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
  }
  div, img, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  h1, .h1 {
    color: #24225A;
    font-size: 1.8em;
  }
  h2, .h2 {
    color: #24225A;
    font-size: 1.4em;
    margin: 1em 0 -.5em 0;
  }
  h3, .h3 {
    color: #24225A;
    font-size: 1.2em;
    margin: 1em 0 -.5em 0;
  }
  h4, .h4 {
    color: #24225A;
    font-size: 1.1em;
  }
  h5, .h5, h6, .h6 {
    color: #24225A;
    font-size: 1em;
  }
  hr {
    border: 1px solid #24225A;
    height: 4px;
    margin: 4px 0;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #24225A;
    font-size: 1em;
    margin: .5em;
    padding: .5em;
  }
  label, .hidden {
    display: none;
  }
  main {
    min-height: 50vh;
  }
  ol li {
    margin: .5em .5em .5em -10px;
  }
  p, td, th {
    margin: 1em 0;
  }
  ul li {
    list-style-image: url('../images/li.png');
    margin: .3em .5em .3em -10px;
  }
  .center {
    text-align: center;
  }
  .cz {
    margin: 0;
    text-align: center;
  }
  .ext {
    height: 10px;
    width: 14px;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 24px;
  }
  .left {
    text-align: left;
  }
  .link {
    padding: 0 12px;
  }
  .nav {
    align-content: stretch;
  }
  .nav-p {
    margin: 0 auto;
    padding: 6px 18px;
    text-align: center;
  }
  .nav-p a {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .pointer, #backbutton, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .right {
    text-align: right;
  }
  .smaller {
    font-size: 17px;
  }
  .social {
    height: 32px;
    margin: 0 0 0 24px;
    width: 32px;
  }
  .strong {
    font-weight: bold;
  }
  #auto-service {
    font-size: 3vw;
    font-weight: bold;
    margin: 4px;
    text-align: center;
  }
  #call {
    height: 40px;
    margin: 10px 0 -10px 0;
    width: 40px;
  }
  #cta {
    border: 4px solid #991D20;
    border-radius: 10px;
    padding: 6px 24px;
  }
  #cta a {
    text-decoration: none;
  }
  #footer, #mswd {
    background-color: #24225A;
  }
  #footer a, #footer p {
    color: #FFFFFF;
  }
  #footer, #header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer-left, #footer-center, #footer-right {
    margin: 1px auto;
    width: 33.3%;
  }
  #footer-center {
    text-align: center;
  }
  #footer-right {
    text-align: right;
  }
  #header-left {
    max-width: 600px;
    width: 30vw;
  }
  #header-right {
    max-width: 450px;
    width: 45vw;
  }
  #logo {
    height: auto;
    max-width: 600px;
    width: 30vw;
  }
  #mechanic p {
    background: url("../images/angle.png") 0 0 no-repeat;
    color: #FFFFFF;
    float: right;
    margin: 0;
    padding: 4px 20px 4px 40px;
    width: 240px;
  }
  #mswd, #mswd a, #mswd p {
    color: #C0C0C0;
    font-size: 17px;
    margin: 0;
    text-align: right;
  }
  #nav {
    background-color: #991D20;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #nav a:hover {
    color: #00FF00;
    text-decoration: underline;
    text-decoration-color: #00FF00;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #footer, #header {
    padding: 1px 20%;
  }
  #footer, #header {
    flex-direction: row;
  }
  #nav-mobile {
    display: none;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #footer, #header {
    padding: 0 4%;
  }
  #footer, #header {
    flex-direction: row;
  }
  #nav-mobile {
    display: none;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  .content, #footer, #header {
    padding: 1px 2%;
  }
  #footer, #header {
    flex-direction: column;
  }
  #footer-left, #footer-center, #footer-right {
    text-align: center;
    width: 100%;
  }
  #header-left, #header-right, #nav-mobile {
    max-width: 92vw;
    width: 92vw;
  }
  #logo {
    width: 70vw;
  }
  #nav {
    display: none;
  }
  #nav-mobile {
    display: block;
  }
}
/* COLORS */
.black {
  color: #000000;
}
.blue {
  color: #0000FF;
}
.blue-dk {
  color: #24225A;
}
.blue-lt {
  color: #1F4090;
}
.green {
  color: #00FF00;
}
.red {
  color: #991D20;
}
.white {
  color: #FFFFFF;
}
/* Dropdown Button */
.dropbtn {
  background-color: #991D20;
  border: 0;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 40px;
  width: 50%;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
  display: none;
  margin: 1px auto;
  position: absolute;
  width: 280px;
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 20px;
  display: block;
  text-align: left;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FFFFFF;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #991D20;
}
/* PRINT */
@media print {
  blockquote, caption, h1, h2, h3, h4, li, p, td, th {
    font-family: 'Times New Roman', Times, serif;
  }
  blockquote, caption, li, p, td, th {
    font-size: 12pt;
    line-height: 15pt;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4 {
    font-size: 12pt;
  }
}