@media only screen and (max-width: 1306px) {
  th {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .career-main h1 {
    margin: 0 !important;
  }

  .career-main {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 1165px) {
  .position,
  #col1,
  #col3 {
    display: none;
  }
  
  
}

@media only screen and (max-width: 865px) {
  .career-main {
    background-image: url(../images/donnylee-vert.jpg) !important;
    background-position: 0% 0% !important;
  }

  .intro {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    max-width: 85% !important;
    width: auto !important;
  }

  #description ul li {
    list-style-type: disc;
  }

  caption {
    margin-left: 7px !important;
  }
}

@media only screen and (max-width: 560px) {
  .career-main {
    background-position: 0% 4% !important;
  }
}




















.career-body {
    margin: 0;
    width: 100%;
    background-color: rgb(0, 0, 2);
  }
  
  .career-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/donnylee.jpg);
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
  }
  
  .career-main h1 {
      font-size: 3.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: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 75%;
    background-color: hsla(210, 100%, 5%, 0.5);

}
 
  .intro p {
    margin-top: 0;
    font-size: 1.5rem;
    color:rgb(226, 226, 245);
    font-family: "Radio Canada", Georgia, 'Times New Roman', Times, serif;
    line-height: 3rem;
}

section i {
    font-size: 36px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

i:hover {
    color:rgb(63, 52, 216);
}

  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
    
    
  }

  th,
  td {
    border: 2px solid rgb(222, 221, 240);
    padding: 30px;
    letter-spacing: 0.12rem;
    box-shadow: inset 0 0 20px 2px rgba(0, 25, 253, 0.589);
    font-family: "Bai Jamjuree", Helvetica, sans-serif;
    text-transform: uppercase;
  }

  td ul li {
    font-family: "Bai Jamjuree", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
  }

  strong {
    text-decoration: underline;
  }

  #description {
    text-align: left;
    line-height: 2rem;
  }

  .position {
    vertical-align: top;
  }