.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: auto !important;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: break-spaces !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@keyframes glowing {
  0% {
    background-color: #a92123;
    box-shadow: 0 0 3px #a92123;
    color: white;
  }
  50% {
    background-color: #FFFF00;
    box-shadow: 0 0 10px #FFFF00;
    color: black;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 3px #2ba805;
  }
}
.button {
    margin-right: 15px;
    margin-top: 12px;
    float: right;
  background-color: #2ba805;
  color: black;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 9999ms infinite;
    -moz-animation: glowing 9999ms infinite;
    -o-animation: glowing 9999ms infinite;
    animation: glowing 9999ms infinite;
}
strong {
    color: #a92123;
}
.w3-panel, .w3-panel > img {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div.w3-top.w3-light-grey {
    z-index: 101;
}
.cd-faq__group::before {
  content:"";
  display:block;
  height: 0vh; /* fixed header height*/
  margin: 0vh 0 0; /* negative fixed header height */
}
.pre {
    height: 22vh;
}
.preGeneral {
    height: 0vh;
}
div > a {
    text-decoration-color: red;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 101; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.cycleMenu, .formsMenu {
    position: relative;
    z-index: 1;
}
div.w3-xlarge > p {
    font-size: 0.8em;
}
h3 {
    color: #a92123;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 450px) {
    body {
        font-size: 10pt;
    }
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
footer > div, footer > p {
    width: 100% !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}
}
#classDesc p {
    font-size: 1em;
    width: 90%;
    margin-left:auto;
    margin-right: auto;
}
p#classContainer:before {
    content: "'"attr(data-course) "' on " attr(data-date)"";
}
.regTableHeader > span, .regTableRow > span {
    text-align: center;
    border: solid 1pt cadetblue;
}
.regTableHeader > span {
    text-align: center;
    border: solid 1pt cadetblue;
    font-weight: bold;
}
.regTableHeader > span:first-of-type, .regTableSub > span:first-of-type {
    display: table-cell;
    width: 10%;
}
.regTableHeader > span:nth-of-type(2), .regTableHeader > span:nth-of-type(3), .regTableHeader > span:nth-of-type(7), .regTableSub > span:nth-of-type(2), .regTableSub > span:nth-of-type(3), .regTableSub > span:nth-of-type(7) {
    display: table-cell;
    width: 15%;
}
.regTableHeader > span:nth-of-type(5), .regTableHeader > span:nth-of-type(6), .regTableSub > span:nth-of-type(5), .regTableSub > span:nth-of-type(6) {
    display: table-cell;
    width: 12%;
}
.regTableHeader > span:nth-of-type(4), .regTableSub > span:nth-of-type(4) {
    display: table-cell;
    width: 23%;
}
.regTableRow > span:first-of-type, .regTableRow > span:nth-of-type(2), .regTableRow > span:nth-of-type(3) , .regTableRow > span:nth-of-type(5), .regTableRow > span:nth-of-type(6) {
    display: table-cell;
    width: 10%;
}
.regTableRow > span:nth-of-type(4), .regTableRow > span:nth-of-type(7) {
    display: table-cell;
    width: 15%;
}
.clearfix > button {
    float: none;
}
div.w3-dropdown-hover.w3-hide-small, a.w3-bar-item.w3-hide-small {
    margin-top: 2%;
    margin-right: 1%;
}
.DB-display-UI a {
    padding-left: 5px;
    display: block;
    width: 95%;
    margin-left: 2.5%;
}
.DB-display-UI a:first-of-type {
    margin-top: 20px;
}
.padding-63 {
    padding-top: 16px!important;
    padding-bottom: 63px!important;
}
#work p {
    font-family: cursive;
    font-size: 1.5em;
    line-height: 45px;
    padding-top: 20px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: justify;
}
.w3-card {
    height: 33vh;
}
h3, h2 {
    font-family: 'Solitreo', cursive;
}
.animatedh2 {
    font-family: 'Solitreo', cursive !important;
    font-size: 3em !important;
    font-weight: bold !important;
    letter-spacing: 4px !important;
    margin-bottom: 3%  !important;
    animation-name: example;
    animation-duration: 4s;
    animation-delay: 1s;
    position: relative;
}

@keyframes example {
  0%   {left:-15px; top:0px;}
  25%  {left:15px; top:0px;}
  50%  {left:15px; top:20px;}
  75%  {left:-15px; top:20px;}
  100% {left:0px; top:0px;}
}
.first {
    border-bottom: solid 4pt white;
}

.second {
    border-bottom: dashed 2pt yellow;
}

.third {
    border-bottom: solid 4pt white;
}

.w3-circle {
    border-radius: 30%;
}

li.w3-padding-16 {
        min-height: 9vh;
}
li.w3-padding-32 {
        min-height: 12vh;
}
.mySlides > img {
    min-height: 5vh;
    max-height: 45vh;
}
.w3-top .w3-row {
    padding: 12px;
}
.w3-display-container.mySlides.w3-col {
    width: 70%;
}
.w3-display-container.mySlides.w3-col img {
    width: 100%;
}
.w3-display-container.mySlidesSmall.w3-col img {
    width: 100%;
    height: 100%;
}
.w3-display-container.mySlidesSmall.w3-col {
    height: 57vh;
}
.w3-xlarge.w3-col {
    margin-left: 3vw;
}

@font-face {
      font-family: 'Rocher';
      src: url(https://assets.codepen.io/9632/RocherColorGX.woff2);
    }
    @font-palette-values --Mint {
      font-family: Rocher;
      base-palette: 7;
    }
    @font-palette-values --Grays {
      font-family: Rocher;
      base-palette: 9;
    }
    @font-palette-values --Purples {
      font-family: Rocher;
      base-palette: 6;
    }
    .mint {
      font-palette: --Mint;
    }
    .grays {
      font-palette: --Grays;
    }
    .purples {
      font-palette: --Purples;
    }
    form {
        background-color: lightgray;
        height: auto;
        text-align: center;
    }
    form #clickToSubmit {
        margin-bottom: 1vh;
    }
    .DB-display div h3 {
        text-align: center;
    }
    .DB-display div {
        width: 75%;
    }
    .animate-charcter
    {
       text-transform: uppercase;
      background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
      );
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      color: #fff;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 2s linear infinite;
      display: inline-block;
          font-size: 60px;
    }
    
    @keyframes textclip {
      to {
        background-position: 200% center;
      }
    }
    
    h3#quoteDisplay {
        font-family: 'Rocher';
    }
/* BEGIN ADMIN CALENDAR DISPLAY */
.courseseat {
    border: solid 1pt black;
    width: 84%;
    display: inline-block;
}
.courseseat > span {
    display: inline-block;
    width: 33%;
}
.courseseat > span:first-of-type {
    display: inline-block;
    width: 100%;
    font-style: italic;
    font-weight: bold;
}
.daterange span {
    display: inline-block;
    width: 45% !Important;
    font-style: italic;
}
.courseseat > span:last-of-type {
    float: right;
    width: 0%;
    margin-left: -4em;
    text-align: right;
    position: absolute;
}
span.seats, span.price {
    text-align: left;
    display: block;
    margin-top: 5%;
}
span.timerange::before {
    content: "Time:";
    margin-right: 2%;
    font-style: italic;
}
span.seats::before {
    content: "Seats Remaining:";
    margin-right: 2%;
    font-style: italic;
}
.courseseat-pg {
    border: solid 1pt black;
    width: 57%;
    display: inline-block;
    margin-left: 34%;
    padding: 1%;
    margin-bottom: 2%;
}
.courseseat-pg > button {
    margin-left: 90%;
    margin-top: -6%;
}
.courseseat-pg .classDesc {
    display: block;
    width: 45% !Important;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}
.courseseat-pg .daterange span {
    display: inline-block;
    width: 10% !Important;
    font-style: italic;
}
.courseseat-pg .timerange, .courseseat-pg .seats, .courseseat-pg .price {
    margin-left: 10%;
}
.courseseat-pg .price:before {
    content: "Price: ";
}
/* END ADMIN CALENDAR DISPLAY */

@media screen and (max-width: 600px) {

    body {
        font-size: 10pt;
    }
    footer > div, footer > p {
        width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .courseseat-pg > button {
        margin-left: 70% !important;
        margin-top: -24% !important;
    }
    .w3-top + .w3-content {
        margin-top: 75px !important;
    }
    div + .w3-medium.w3-col {
        margin-top: 3vh;
    }
    div + .w3-medium.w3-col > span {
        text-align: center;
        display: block;
    }
    .w3-padding-64 {
        margin-top: -128px;
    }

    body {
        font-size: 10pt;
    }
    .animatedh2-small {
        font-family: 'Solitreo', cursive !important;
        font-size: 1em !important;
        font-weight: bold !important;
        letter-spacing: 2px !important;
        margin-bottom: 7%  !important;
        margin-top: 0% !important;
        position: relative;
        width: 100%;
        margin-left: 0vw;
    }
    .line-1 {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 6%;
        margin-bottom: 5px;
        width: 19vw;
        border-bottom: solid 1pt white;
        font-family: cursive;
        font-size: 1em;
    }
    .line-2 {
        border-bottom: dashed 1pt yellow;
        margin-bottom: 10px;
    }
    .line-3 {
        border-bottom: solid 1pt white;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    .w3-display-container.w3-animate-opacity {
        margin-top: 8vh !Important;
    }
    .first {
    border-bottom: solid 1pt white;
    }
    
    .second {
        border-bottom: dashed 2pt yellow;
    }
    
    .third {
        border-bottom: solid 4pt white;
    }
    
}
@media screen and (min-width: 993px) {
    
    body {
        font-size: 12pt;
    }
    .cycleMenu, .formMenu {
        background-color: white !important;
        border: solid 2pt darkgray !important;
    }
    .button.mobile {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .button.mobile {
        position: relative;
        margin-top: 20px;
    }
    .w3-content {
        margin-top: 170px !important;
        max-width: 95% !important;
    }
    .w3-panel {
        display: none;
    }
    .threewheels .w3-xlarge {
        margin-top: 30% !important;
        font-size: 1.5em !important;
    }
    .threewheels .w3-xlarge > p {
        width: 100% !important;
    }
    body {
        font-size: 12pt;
    }
    .brc2-2wImg {
        margin-top: 40vh !important;
    }
    #BRC2-2Img {
        display: none;
    }
    .w3-mobile {
        max-width: 100%;
    }
    .w3-hide-large ul {
        width: 100% !important;
        text-align: left !important;
        font-size: 0.8em;
    }
    .fa-bars {
        margin-right: 10px;
    }
    .w3-top {
        height: 18vh !important;
    }
    .w3-animate-bottom:hover {
        border: solid 1pt green;
    }
    .w3-animate-bottom {
        border: solid 1pt red;
    }
    #classDesc p {
        font-size: 1.2em;
        line-height: 1.3em;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .home .w3-content {
        margin-top: 30vh !important;
    }
    #classes {
        margin-top: 18vh !important;
    }
    li.w3-padding-32 {
        height: 16vh;
        min-height: 16vh;
        padding-top: 20px!important;
    }
    .mySlidesSmall + div.w3-medium {
        line-height: 2.0em !important;
        font-size: 1.5em !important;
        text-align: center !important;
        width: 80%;
    }
    .w3-section .w3-margin {
        margin: 10px!important;
    }
    #aboutTop {
        height: 43vh !important;
    }
    a.cycleMenu, a.formMenu {
        background-color: darkgray !important;
        border: none !important;
    }
    #classDesc {
        min-height: 86vh;
    }
    .cdlInfo {
        margin-top: 60vh !Important;
        font-size: 0.8em;
    }
    .mobileDEd {
        margin-top: 10px !Important;
    }
    .driversEdDesc {
        margin-top: 46% !important;
        font-size: 0.7em !important;
        width: 100% !important;
    }
    .cycleMenu, .formMenu {
        visibility: visible !important;
    }
    #mySidenav > div {
        width: 100% !Important;
    }
    .sidenav a {
        padding: 0px 0px 0px 0px !important;
        margin-bottom: 2px;
    }
    .cycleMenu, .formMenu {
        margin-left: 4% !important;
        width: 92% !Important;
    }
    div.w3-hide-large.w3-container.w3-small.w3-mobile {
        height: 35vh;
        margin-top: 25vh !important;
    }
    .w3-hide-large > .w3-display-container.mySlidesSmall.w3-col {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 31vh;
    }
    #plans {
        margin-bottom: -6%;
    }
    .w3-hide-large > .w3-display-container.mySlidesSmall.w3-col > img {
        width: 65%;
        height: 100%;
    }
    .phone {
        margin-right: 40px;
    }
    .courseseat-pg {
        border: solid 1pt black;
        width: 100%;
        display: inline-block;
        margin-left: 0%;
        padding: 1%;
        margin-bottom: 2%;
    }
    .courseseat-pg > button {
        margin-left: 78%;
        margin-top: -22%;
    }
    .daterange > span {
        margin-top: 3%;
    }
    .courseseat-pg .classDesc {
        display: block;
        width: 45% !Important;
        font-style: italic;
        font-weight: bold;
        font-size: 1.2em;
    }
    .courseseat-pg .daterange span {
        display: inline-block;
        width: 23% !Important;
        font-style: italic;
    }
    .courseseat-pg .timerange, .courseseat-pg .seats, .courseseat-pg .price {
        margin-left: 0%;
        display: block;
        margin-top:5%;
    }
    .courseseat-pg .price:before {
        content: "Price: ";
    }
}
@media screen and (max-width: 1600px) and (min-width: 993px) {
    body {
        font-size: 14pt;
    }
    .cycleMenu, .formMenu {
        background-color: white !important;
        border: solid 2pt darkgray !important;
    }
    .w3-xlarge.w3-col {
        margin-left: 0vw;
        padding-left: 6vw;
        line-height: 2.5em !Important;
    }
    #canam + div {
        margin-left: 0vw;
        padding-left: 6vw;
        line-height: 2.5em !Important;
        margin-top: 54vh;
    }
    .w3-xlarge.w3-col.paymentCol {
        margin-left: 0vw;
        width: 95vw;
        padding-left: 0vw !important;
        line-height: 2em !Important;
    }
    .w3-xlarge.w3-col.paymentCol > span {
        width: 95vw;
        display: block;
        margin-left: 0%;
        margin-bottom: 5%;
    }
    .w3-hide-small.w3-hide-medium ul {
        width: 100% !important;
        text-align: left !important;
    }
    .home .w3-panel {
        margin-bottom: 50px ;
    }
    
    body > div.w3-top.w3-light-grey {
        height: 23vh !important;
    }
 
    body > div.w3-top.w3-light-grey > div.w3-row-padding.w3-xlarge.w3-light-grey.w3-hide-small.w3-hide-medium {
        height: 17vh !important;
        display: contents !important;
    }
    
    body > div.w3-top.w3-light-grey > div.w3-row-padding.w3-xlarge.w3-light-grey.w3-hide-small.w3-hide-medium img {
        width: 100% !important;
    }
    
    body > div.w3-top.w3-light-grey > div.w3-row-padding.w3-xlarge.w3-light-grey.w3-hide-small.w3-hide-medium > div:nth-child(1) {
        width: 17% !important;
    }
    .w3-top .w3-col:nth-of-type(2) {
        margin-left: 0vw;
        width: 100px !important;
    }
    .w3-top .w3-col:nth-of-type(3) {
        width: 155px !important;
    }
    .w3-top .w3-col:nth-of-type(4) {
        width: 130px !important;
    }
    .w3-top .w3-col:nth-of-type(5) {
        width: 220px !important;
    }
    .w3-top .w3-col:nth-of-type(6) {
        width: 150px !important;
    }
    .w3-top .w3-col:nth-of-type(7) {
        width: 115px !important;
    }
    .w3-top .w3-col:nth-of-type(8) {
        width: 109px !important;
    }    
    .w3-top .w3-col:nth-of-type(9) {
        width: 120px !important;
    }       
    .w3-top .w3-col:nth-of-type(10) {
        margin-left: -1vw;
    }    
    .phone {
        float: right;
        text-align: right !important;
        font-size: 1.2em;
        padding: 15px;
        position: fixed;
        margin-top: 0vh;
        display: block;
        width: 18%;
        margin-left: 80%;
    }
    .phone > a {
        margin-right: 13px;
    }
    .phone > br {
       
    }
    .brc2wimg {
        width: 25% !important;
    }
    .mySlides {
        display: block;
        position: absolute !important;
    }
    .home .w3-content {
        width: 100vw !important;
    }
    .home #largeSlideshow {
        display: grid !important;
        grid-template-columns: 31vw 50vw;
        width: 75vw !important;
        justify-content: space-between !important;
        margin-left: auto;
        margin-right: auto !important;
    }
    .w3-xlarge.w3-col > span {
        width: 45vw;
        display: block;
        margin-left: -2%;
    }
    .w3-xlarge.w3-col.dEd, .w3-xlarge.w3-col.brc2w, .w3-xlarge.w3-col.brc2-2wImg, .cdlImg + .w3-xlarge.w3-col {
        line-height: 2.5em !Important;
    }
    #largeSlideshow {
        display: block !Important;
        max-width: 95vw !Important;
    }
    .dEd > i > br {
        display: block !important;
    }
    div > .textwidget {
        margin-bottom: 6vh;
        margin-top: 6vh;
        float: left;
        width: 50% !important;
    }
    #BRC2-2Img {
        width: 20%;
        float: right;
        margin-right: 20vw;
        margin-top: 6vh;
        margin-left: 0 !important;
    }
    #regTop {
        clear: both;
        height: 6vh;
    }
    .cdl#regTop, .dEd#regTop {
        clear: both;
        height: 32vh;
    }
    .home .mySlides + div.w3-large {
        margin-top: -3vh;
        float: right;
        position: relative;
        width: 45%;
        text-align: right !important;
        margin-left: 45vw;
    }
    .home .w3-display-container.mySlides.w3-col {
        width: 36vw;
        margin-top: 0vh;
        margin-left: -5vw;
    }
    .w3-display-container.mySlides.w3-col {
        width: 50vw;
        display: block;
        margin-left: -5vw;
    }
    #canam {
        width: 50vw;
        display: block;
        margin-left: 24%;
    }
    .w3-display-container.mySlides.w3-col.cdlImg {
        width: 100%;
        margin-top: 65vh;
        margin-left: -3vw;
        text-align: center;
    }
    .cdlImg > img {
        max-width: 40% !important;
        margin-left: 9vw !important;
    }
    .cdlImg > .textwidget {
        font-size: 1.3em;
    }
    .w3-display-container.mySlides.w3-col.brc2wImg, .w3-display-container.mySlides.w3-col.brc2-2wImg {
        width: 70%;
        margin-top: 115vh;
    }
    .cycleMenu {
        width: 280%;
    }
    .driversEdSlides {
        margin-top: 50vh !important;
        margin-left: 0vw !important;
    }
    li.w3-padding-16 {
        height: 11vh;
    }
    li.w3-padding-32 {
        height: 15vh;
    }
    #classes > .w3-mobile {
        margin-top: -32px;
    }
    #plans > div:nth-of-type(3) li.w3-padding-16 {
        height: 10vh;
        margin-bottom: -16px;
    }
    #about, #contact {
        margin-top: -32px;
    }
    .fa-brands {
        font-size: 1.5em;
    }
    #classDesc {
        margin-top: 15vh;
        font-size: 1.3em;
    }
    #BRC2WDesc, #BRC2-2WDesc {
        margin-top: 0vh;
        font-size: 1.3em;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .threewheels + #classes + #plans + #classDesc {
        margin-top: -10vh;
        font-size: 1.3em;
    }
    .threewheels + div + div + #classDesc > .textwidget {
        float: none !important;
        width: 100% !important;
    }
    .threewheels #classDesc {
        margin-top: 62vh;
    }
    .threewheels + footer {
        margin-top: 22vh;
    }
    .cdlInfo {
        font-size: 0.9em;
        line-height: 1.4;
    }
    .driversEdDesc {
        font-size: 0.9em;
        line-height: 1.4;
        width: 100% !important;
    }
    .courseseat-pg {
        border: solid 1pt black;
        width: 75%;
        display: inline-block;
        margin-left: 13%;
        padding: 1%;
        margin-bottom: 2%;
    }
    .courseseat-pg > button {
        margin-left: 57%;
        margin-top: -6%;
        position: absolute;
    }
    .courseseat-pg .daterange > br {
        display: block;
    }
    .courseseat-pg .daterange span {
        display: inline-block;
        width: 12% !Important;
        font-style: italic;
    }
    span.seats {
        margin-left: 0 !important;
        text-align: left;
        display: block;
    }
    .courseseat-pg .daterange span:nth-of-type(2) {
        display: inline-block;
        width: 12% !Important;
        font-style: italic;
        margin-left: 0%;
    }
    .courseseat-pg .timerange, .courseseat-pg .seats {
        margin-left: 6%;
    }
    .courseseat-pg .price {
        margin-left: 60%;
        margin-top: 0;
    }
    .threewheels, .threewheels > div {
        max-width: 100vw !important;
    }
    .threewheels a + br + br, .threewheels a + br {
        display: none;
    }
    .threewheels small {
        display: block;
        font-size: 58%;
        margin-top: 0%;
    }
    .threewheels #classDesc {
        font-size: 1.5em;
    }
    .threewheels .handbook {
        margin-right: 3vw;
    }
    footer {
        margin-top: 24vh;
        width: 100%;
    }
}
@media screen and (min-width: 1601px) {
    span.seats, span.price {
        text-align: left;
        display: block;
        margin-top: 2%;
    }
    body {
        font-size: 14pt;
    }
    .w3-top .w3-col:not(:first-of-type) {
        margin-top: 8vh !important;
        width: 238px;
    }
    .w3-top .w3-col:nth-of-type(2) {
        margin-left: 0vh !important;
    }
    .w3-top .w3-col:nth-of-type(3) {
        width: 170px !important;
    }
    .w3-col:first-of-type {
        margin-right: 1em !important;
    }
    .w3-content {
        margin-top: 250px !important;
    }
    .courseseat-pg {
        border: solid 1pt black;
        width: 83%;
        display: inline-block;
        margin-left: 8%;
        padding: 1%;
        margin-bottom: 2%;
    }
    #classDesc p {
        font-size: 2em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #largeSlideshow {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 5vh;
    }
    .home #largeSlideshow {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 75vw !important;
        margin-top: 5vh;
        margin-left: -8vw;
    }

    .threewheels {
        height: 145vh;
    }
    .cdlImg {
        margin-top: 2vh;
    }
}
@media screen and (max-width: 1217px) and (min-width: 993px) {
    body {
        font-size: 12pt;
    }
    .w3-top .w3-col:nth-of-type(2) {
        margin-left: -1vw;
        width: 90px !important;
        margin-top: 3vh !important;
    }
    .w3-top .w3-col:nth-of-type(3) {
        width: 142px !important;
        margin-top: 3vh !important;
    }
    .w3-top .w3-col:nth-of-type(4) {
        width: 130px !important;
        margin-top: 3vh !important;
    }
    .w3-top .w3-col:nth-of-type(5) {
        width: 220px !important;
        margin-top: 3vh !important;
    }
    .w3-top .w3-col:nth-of-type(6) {
        width: 130px !important;
        margin-left: -50vw;
        margin-top: 10vh !important;
    }
    .w3-top .w3-col:nth-of-type(7) {
        margin-top: 10vh !important;
        width: 115px !important;
        margin-left: -31vw;
    }
    .w3-top .w3-col:nth-of-type(8) {
        width: 109px !important;
        margin-top: 10vh !important;
    }    
    .w3-top .w3-col:nth-of-type(9) {
        width: 120px !important;
        margin-top: 10vh !important;
        margin-left: -12vw;
    }  
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
    body {
        font-size: 12pt;
    }
    .w3-xlarge > div {
        font-size: 20px!important;
    }
    .w3-top .w3-col:nth-of-type(2) {
        margin-left: -1vw;
        width: 90px !important;
    }
    .w3-top .w3-col:nth-of-type(3) {
        width: 135px !important;
    }
    .w3-top .w3-col:nth-of-type(4) {
        width: 100px !important;
    }
    .w3-top .w3-col:nth-of-type(5) {
        width: 215px !important;
    }
    .w3-top .w3-col:nth-of-type(6) {
        width: 130px !important;
    }
    .w3-top .w3-col:nth-of-type(7) {
        width: 95px !important;
        margin-left: -36vw;
    }
    .w3-top .w3-col:nth-of-type(8) {
        width: 89px !important;
        margin-left: -24vw;
    }    
    .w3-top .w3-col:nth-of-type(9) {
        width: 110px !important;
    }
    .w3-top .w3-col:nth-of-type(10) {
        width: 110px !important;
        margin-top: 10vh !Important;
    }
    body > div.w3-top.w3-light-grey > div.w3-row-padding.w3-xlarge.w3-light-grey.w3-hide-small.w3-hide-medium > div:nth-child(1) {
        width: 21% !important;
    }
}