/* ==========================================
               Media Queries
=============================================*/

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media only screen and (min-height: 1200px) {
  .waveWrapper {
    height: 700px;
  }
}

@media only screen and (max-width: 850px) {
  .carousel-caption h3 {
    font-size: 30px !important;
    font-weight: 200;
    word-spacing: 0px;
  }

  #about {
    padding-left: 7px;
    padding-right: 7px;
  }

  #about h2 {
    font-size: 30px !important;
    word-spacing: 2px;
  }

  #portfolio img {
    width: 200% !important;
  }

  #contact h2 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  #contact .contactdetails {
    padding-top: 200px;
  }
}

@media (max-width: 450px) {
  .container {
    width: 90%;
  }
  .navbar .navbar-nav ul {
    position: absolute;
    z-index: 1000;
  }

  .navbar-brand img {
    height: 20px !important;
  }

  .masthead img {
    height: 50px !important;
  }

  .masthead h2 {
    font-size: 30px;
  }

  .masthead .btn {
    font-size: 15px;
    padding: 15px;
  }

  .waveWrapper {
    width: 100%;
    height: 800px;
    top: -300px;
    left: 0px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  .wave {
    width: 100%;
  }

  .waveTop {
    background-size: 400px;
    width: 500px;
  }

  .waveMiddle {
    background-size: 400px;
    width: 1000px;
  }

  .waveBottom {
    background-size: 400px;
    width: 1000px;
  }

  .testimonial2 {
    padding: 100px 0 100px 0;
    background-image: url("../img/pic2.jpg");
    height: 100%;
    background-size: 200%;
  }

  .testimonial2 h3 {
    font-size: 30px;
  }

  .gallery {
    padding: 100px 0 100px 0;
    background-image: url("../img/pic2.jpg");
    height: 100%;
    background-size: 200%;
  }

  .gallery h3 {
    font-size: 30px;
  }

  #aboutus h2 {
    font-size: 60px;
  }

  .aboutus img {
    display: none;
  }

  .objectives {
    padding: 200px 10px 200px 10px !important;
  }

  .curriculum {
    padding: 200px 40px 200px 40px !important;
  }

  .aboutus th {
    font-size: 10px !important;
  }

  .aboutus td {
    font-size: 10px !important;
  }

  #programme h2 {
    font-size: 50px !important;
  }

  .contactdetails {
    padding-top: 100px;
  }

  .location {
    padding: 40px 0 0 0;
  }

  .location h3 {
    font-size: 20px;
  }

  section#contact {
    padding: 20px 20px 0px 20px;
  }

  #generic_price_table .generic_content {
    margin-bottom: 20px;
  }

  .pricing {
    padding: 20px;
  }

  .pricing ol {
    padding: 20px;
  }

  .pricing h2 {
    font-size: 25px;
  }

  .pricing h3 {
    font-size: 23px;
  }

  .nav-tabs {
    margin-top: 50px;
    padding: 0 50px 0 50px;
  }

  .contact-info {
    padding: 0px 10px 60px 10px;
  }

  .contact-icon p {
    font-size: 16px;
  }

  section#contact {
    padding: 60px 0 0 0;
  }

  #contact .contactdetails {
    padding-top: 60px;
  }

  #contact h2 {
    font-size: 35px !important;
  }

  .aboutus .col-12 {
    padding: 30px;
  }

  .table td,
  .table th {
    padding: 0.5rem;
  }
}
