/************************************************
*	Media Queries								*
************************************************/
@media only screen and (max-width: 1366px) {
  p {
    padding: 8px 0px;
  }
}

@media only screen and (max-width: 1279px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    letter-spacing: normal;
  }

  h1,
  .h1 {
    font-size: 2.4em;
  }

  h2,
  .h2 {
    font-size: 2.1em;
  }

  h3,
  .h3 {
    font-size: 1.9em;
  }

  h4,
  .h4 {
    font-size: 1.65em;
  }

  h5,
  .h5 {
    font-size: 1.45em;
    padding: 10px 0px;
  }

  h6,
  .h6 {
    font-size: 1.2em;
    padding: 10px 0px;
  }

  .content {
    margin: 0px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  .content {
    margin: 0px 30px;
  }

  /* Form Section */
  .formWrap {
    gap: 30px;
  }

  /* Videos Section */
  .videosWrap {
    gap: 40px;
  }

  .featuredVideo {
    width: 55%;
  }

  .moreVideos {
    width: 45%;
  }

  /* Footer Section */
  .footerWrap {
    gap: 30px;
  }

  .footerTitle {
    font-size: 2.5rem;
  }

  a.button,
  .reply a,
  #searchsubmit,
  #prevLink a,
  #nextLink a,
  .more-link,
  #submit,
  #comments #respond input#submit,
  .container .gform_wrapper input.button,
  input[type="submit"],
  button,
  .button {
    padding: 15px 40px;
  }
}

@media only screen and (max-width: 960px) {
  .sectionTitle {
    padding: 0;
  }

  .content {
    margin: 0px 25px;
  }

  /* Videos Section */
  .videosWrap {
    gap: 30px;
  }

  .featuredVideo,
  .moreVideos {
    width: 100%;
  }

  a.videoContainer h4 {
    font-size: 1.2rem;
  }
}

/* iPhone */
@media only screen and (max-width: 767px) {
  body {
    line-height: 1.55;
    font-size: 15px;
  }

  .content {
    margin: 0px 20px;
  }

  /* Hero Section */
  .hero {
    padding: 30px 15px;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  /* Form Section */
  .formSection {
    padding: 40px 0;
  }

  .formWrap {
    flex-direction: column;
    gap: 20px;
  }

  .imgCol,
  .formCol {
    width: 100%;
  }

  .bookYourSeat {
    max-width: 100%;
  }

  /* Courses Section */
  .courses {
    padding: 40px 0;
  }

  .courseSlideWrap {
    padding: 15px;
  }

  /* Videos Section */
  .videos {
    padding: 40px 0;
  }

  .videosWrap {
    flex-direction: column;
    gap: 30px;
  }

  a.videoContainer {
    gap: 15px;
    margin-bottom: 15px;
  }

  .vidImg {
    width: 30%;
  }

  .videoContainer h4 {
    width: 58%;
    font-size: 1.2rem;
    padding: 5px 0;
  }

  .videoContainer span {
    width: 22%;
  }

  /* Footer Section */
  .footer {
    padding-top: 40px;
  }

  .footerWrap {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footerLeftCol,
  .footerRightCol {
    width: 100%;
  }

  .footerImg {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }

  .footerTitle {
    font-size: 2rem;
  }

  .footerImages {
    justify-content: center;
    gap: 10px;
  }

  .footerImages img {
    width: 150px;
  }

  /* Existing Grid Code */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible !important;
  }

  .row .single,
  .row .half,
  .row .third,
  .row .fourth {
    width: 100%;
    float: none;
  }

  .row .row .column,
  .row .row .columns {
    padding: 0;
  }

  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .column:last-child,
  .columns:last-child {
    margin-right: 0;
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  [class*="column"]:before,
  [class*="column"]:after {
    content: "";
    display: table;
  }

  [class*="column"]:after {
    clear: both;
  }
}

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

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

@media only screen and (max-width: 480px) {
  .content {
    margin: 0px 15px;
  }

  /* Hero Section */
  .hero {
    padding: 25px 15px;
  }

  /* Form Section */
  .formSection {
    padding: 30px 0;
  }

  /* Courses Section */
  .courses {
    padding: 30px 0;
  }

  .courseSlideWrap {
    padding: 10px;
  }

  /* Videos Section */
  .videos {
    padding: 30px 0;
  }

  .featuredVideo a img {
    max-width: 80px;
    margin-left: -40px;
  }

  /* Footer Section */
  .footerTitle {
    font-size: 1.5rem;
  }

  .footerImages {
    flex-direction: column;
    align-items: center;
  }

  .footerImages img {
    width: 180px;
  }

  .footerCredits {
    font-size: 0.7em;
  }
}

