body {
  font-size: 18px; }

nav ul li:hover,
nav ul li.active,
.side-nav li:hover,
.side-nav li.active {
  background-color: #be0510; }
  nav ul li:hover a,
  nav ul li.active a,
  .side-nav li:hover a,
  .side-nav li.active a {
    color: white; }

.button-collapse {
  color: #be0510; }

.hide-on-med-and-down {
  height: 100px; }
  .hide-on-med-and-down li {
    height: 100px; }
    .hide-on-med-and-down li a {
      padding: 18px 15px;
      font-size: 20px; }

#logo-container {
  background: black url(../../images/logo.svg) no-repeat center;
  background-size: 200px;
  text-indent: -9999rem;
  width: 200px;
  padding: 18px 0; }
  @media only screen and (max-width: 600px) {
    #logo-container {
      padding: 0;
      background-size: 180px;
      padding: 20px 0; } }

#banner {
  height: 500px;
  background: white url(../../images/banner-2.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 500px) {
    #banner {
      height: 600px; } }
  #banner h1 {
    margin: 50px auto 50px;
    font-size: 40px;
    line-height: 1.2em;
    text-shadow: 2px 2px 3px black; }
    @media (min-width: 400px) {
      #banner h1 {
        margin: 80px auto 80px; } }
    @media (min-width: 500px) {
      #banner h1 {
        font-size: 50px; } }
    @media (min-width: 800px) {
      #banner h1 {
        font-size: 50px;
        margin: 90px auto 50px; } }
    @media (min-width: 1200px) {
      #banner h1 {
        margin: 110px auto 80px; } }
  #banner .logo1 {
    max-width: 80%;
    margin-top: 80px; }

.hex {
  font-family: "streamline-small-cs";
  margin: 0 auto;
  margin-top: 30px;
  width: 104px;
  height: 60px;
  background-color: #d0021b;
  position: relative;
  display: block; }
  .hex:before, .hex:after {
    content: " ";
    width: 0;
    position: absolute;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    display: block; }
  .hex:before {
    height: 0;
    border-bottom: 30px solid #d0021b;
    top: -30px; }
  .hex:after {
    bottom: -30px;
    border-top: 30px solid #d0021b; }

.icons {
  font-size: 58px;
  color: white; }

#parts_btn {
  background: #606060;
  text-align: center; }
  #parts_btn p {
    font-size: 30px;
    color: white; }
  @media (min-width: 600px) {
    #parts_btn {
      text-align: left; } }

#services img {
  margin-top: 20px; }
#services h4 {
  font-size: 2rem;
  word-wrap: break-word;
  margin-top: 10px;
  display: block;
  height: 45px;
  margin-bottom: 30px; }
#services h3 {
  margin-bottom: 50px; }
#services p {
  padding: 0 10px;
  margin-top: -15px; }

#parts_btn {
  background-color: black; }
  #parts_btn p {
    line-height: 1em; }

.decorated {
  position: relative; }
  .decorated a {
    color: #444444; }
  .decorated:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    border-bottom: 2px solid #be0510;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out; }
  .decorated:hover:after {
    width: 160px; }

#contact {
  background-color: white;
  color: black; }
  #contact h3 a {
    color: black; }
  #contact .hex {
    margin-top: 50px;
    margin-bottom: 50px; }
  @media only screen and (max-width: 600px) {
    #contact p {
      font-size: 18px; } }
  @media only screen and (min-width: 601px) {
    #contact p {
      font-size: 16px; } }
  @media only screen and (min-width: 660px) {
    #contact p {
      font-size: 18px; } }
  #contact .mail {
    margin: 50px auto; }
  #contact .rd {
    font-size: 65px;
    color: #be0510;
    margin-top: 30px;
    margin-bottom: 20px; }
  @media only screen and (min-width: 320px) {
    #contact .fast {
      font-size: 18px; } }
  @media only screen and (min-width: 320px) and (min-width: 601px) {
    #contact .fast {
      font-size: 14px; } }

  @media only screen and (min-width: 800px) {
    #contact .fast {
      font-size: 15px; } }
  @media only screen and (min-width: 850px) {
    #contact .fast {
      font-size: 18px; } }

#map {
  height: 400px;
  width: 70%;
  background: white url(../../images/map.png) no-repeat center;
  margin-top: 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    #map {
      width: 80%; } }

main {
  position: relative; }
  main #top {
    position: fixed;
    bottom: 20px;
    right: 20px; }

footer {
  background-color: black !important; }
  footer h4 {
    margin-top: 30px; }
    footer h4 a {
      color: white !important; }
  footer h6 {
    color: white;
    margin-top: -10px; }
  footer p {
    margin-top: 30px;
    color: white;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.4em; }
  footer .divider {
    background-color: white;
    margin-bottom: 20px; }
  footer img {
    display: block;
    width: 35px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    footer img:hover {
      opacity: 0.8; }
  footer .footer-copyright {
    background-color: #be0510 !important; }
  @media (min-width: 400px) {
    footer {
      font-size: 18px; } }
