@media only screen and (max-width: 1200px) {
  .dealer-main {
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 940px) {
  td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 778px) {
  .sk-dealers {
    overflow-x: auto !important;
    margin-bottom: 20px;
  }

  .sk-table {
    min-width: 778px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 625px) {
  .mb-dealers {
    overflow-x: auto !important;
    margin-bottom: 20px;
  }

  .mb-table {
    min-width: 625px;
    margin-bottom: 0;
  }

  .ab-dealers {
    overflow-x: auto !important;
    margin-bottom: 20px;
  }

  .ab-table {
    min-width: 625px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 568px) {
  .dealer-main {
    background-image: url(../images/welding-air-2-vert.jpg) !important;
  }
}

.dealer-body {
    margin: 0;
    width: 100%;
    background-color: rgb(0, 0, 2);
  }
  
  .dealer-main {
      display: flex;
      flex-direction: column;
      position: relative;
      padding-top: 150px;
      /*top: 135px;*/
      width: 100%;
      text-align: center;
      justify-content: center;
      background-image: url(../images/welding-air-2.jpg);
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: black;
  }
  
  .dealer-main h1 {
      font-size: 5rem;
      color: hsl(199, 61%, 93%);
      text-shadow: rgb(37, 0, 247) 2px 2px 10px,
                   rgb(0, 110, 255) -2px -2px 10px,
                   red -2px 2px 10px;
  }

  .intro {
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
    padding-top: 1vw;
    width: 54vw;
    background-color: hsla(210, 100%, 5%, 0.8);

}
 
  .intro p {
    margin-top: 0;
    font-size: 1.5vw;
    color:rgb(226, 226, 245);
    font-family: "Radio Canada", Georgia, 'Times New Roman', Times, serif;
}

  table {
    color:rgb(226, 226, 245);
    background-color: rgba(5, 1, 29, 0.8);
    border: 2px solid rgb(222, 221, 240);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }

  table caption {
    font-size: 1.5rem;
    font-family: "Radio Canada", Georgia, 'Times New Roman', Times, serif;
    text-align: left;
    text-shadow: rgb(37, 0, 247) 2px 2px 10px,
                 rgb(0, 110, 255) -2px -2px 10px
    
    
  }

  td {
    border: 2px solid rgb(222, 221, 240);
    padding: 30px;
    letter-spacing: 0.12em;
    box-shadow: inset 0 0 20px 2px rgba(0, 25, 253, 0.589);
    font-family: "Bai Jamjuree", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.9rem;
  }

  td a {
    font-family: "Radio Canada", Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
  }

  td a:hover {
    color:rgb(113, 111, 224);
  }

 td i {
    font-size: 2rem;
    font-weight: 200;
  }
