body {
  margin: 0;
}
body ::-moz-selection {
  /* Change highlight background color to black */
  background: rgba(5, 99, 213, 0.662745098);
}
body ::selection {
  /* Change highlight background color to black */
  background: rgba(5, 99, 213, 0.662745098);
}

.home-body {
  background-color: rgba(0, 229, 255, 0.64);
}

.navbar {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0.8em;
  padding-bottom: 0;
  z-index: 999;
}
.navbar .logo-a {
  margin-right: 8em;
}
.navbar .logo {
  width: 3.2em;
  height: 3.2em;
}
.navbar nav {
  display: none;
}
.navbar .container {
  display: flex;
  flex: 1;
  place-content: space-between;
}
.navbar .mobile-menu {
  cursor: pointer;
}

.banner img {
  margin: 0;
  padding: 0;
  width: 100%;
}

section {
  padding: 1.5em 2em;
  margin-bottom: 0;
}

h2 {
  font-family: "Comic Sans MS";
  text-align: center;
  margin-top: 0.3em;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.courses-section img.student-img {
  margin: 0;
  width: 100%;
}
section.courses-section ul.courses-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
section.courses-section h3 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #CB0505;
  font-size: x-large;
  margin: 0;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-left: 1em;
  font-weight: normal;
}
section.courses-section p {
  margin: 0;
}
section.courses-section li.block-list-item {
  width: 80%;
  margin: 2.5em auto 1em auto;
  background: #FFFF00;
}
section.courses-section .left-side {
  width: 50%;
  border-right: 2px solid rgba(64, 13, 235, 0.88);
}
section.courses-section .left-side p {
  font-size: 1.2em;
  position: static;
  margin: 0.7em 1em 0.3em 2em;
  color: #0033FF;
}
section.courses-section .right-side {
  width: 50%;
}
section.courses-section .right-side p {
  font-size: 1.2em;
  position: static;
  margin: 0.7em 2em 0.3em auto;
  padding-left: 2em;
  color: #EB48E5;
}
section.courses-section .courses-block {
  place-content: space-between;
  border-top: 2px solid rgba(64, 13, 235, 0.88);
  border-bottom: 2px solid rgba(64, 13, 235, 0.88);
  text-align: center;
  display: flex;
}
section.courses-section .date-time-paragraph {
  font-size: large;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #0F4702;
  margin-bottom: 0;
}
section.courses-section .bottom-horizontal-line {
  position: relative;
  margin: 0 0 1em 0;
  width: 100%;
  height: 5px;
  padding: 0;
}
section.courses-section::after {
  content: "";
  position: absolute;
  left: 0;
  margin-top: -5px;
  width: 100%;
  height: 100px;
  background: url("../images/sideImgs/childrenPlaying1.png");
  background-repeat: repeat-x;
  background-size: contain;
}

.overview-section {
  margin-top: 5.7em;
  padding-top: 0;
}
.overview-section h2 {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
}
.overview-section ul.overview-list {
  margin: 0;
  padding-left: 0.1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
.overview-section ul.overview-list li {
  font-size: 1.1em;
  margin-bottom: 1em;
  margin-left: 2em;
  position: relative;
}
.overview-section ul.overview-list li:before {
  content: "";
  left: -2em;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/check_mark_icon.png");
  background-size: contain;
  margin-right: 0.5em;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  width: 66%;
  right: 0;
  top: 0;
  background: #20272E;
  height: 100vh;
  padding: 1em;
}
nav ul.primary-nav {
  margin-top: 5em;
}
nav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  font-size: 1.3em;
  text-align: right;
}
nav li a:hover:after {
  width: 100%;
}

.mobile-menu-exit {
  float: right;
  margin: 0.5em;
  cursor: pointer;
}

.footer {
  background-color: #FFFF00;
  text-align: center;
  padding-bottom: 1em;
}
.footer p {
  color: rgb(27, 17, 175);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1.4em;
}
.footer .developer {
  margin-top: 1em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: small;
  color: rgba(197, 169, 7, 0.9);
}

section.img-slider-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper img {
  width: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: rgba(4, 255, 242, 0.8705882353);
}
.swiper .swiper-pagination-bullet-active {
  background-color: rgba(4, 255, 242, 0.8705882353);
}

iframe {
  width: 100%;
  height: 25em;
}

.contact-info-section {
  width: 80%;
  margin: auto;
}

.contact-col {
  flex-basis: 48%;
  margin-bottom: 30px;
}
.contact-col div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact-col div .fa {
  font-size: 28px;
  color: #f33226;
  margin: 10px;
  margin-right: 30px;
}
.contact-col div p {
  color: #666870;
  padding: 0;
  margin: auto;
  font-size: 15px;
}
.contact-col div a {
  color: #666870;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-decoration: none;
}
.contact-col div h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-col h2 {
  font-size: 22px;
  padding-bottom: 0.3em;
}
.contact-col input, .contact-col textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
}
.contact-col .date {
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-col p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  font-size: large;
}

.red-btn {
  width: 8em;
  height: 3em;
  border: 1px solid #f44336;
  background: transparent;
  color: #f44336;
  cursor: pointer;
  transition: 0.4s;
}
.red-btn:hover {
  color: white;
  background-color: #eb4908;
}

.about-body {
  background-color: rgba(0, 229, 255, 0.64);
  overflow-x: hidden;
}

.contains {
  padding: 0 2em;
  margin-bottom: 2em;
}
.contains .hero-img {
  width: 100%;
  max-height: 700px;
}

section.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 30px;
  width: 100%;
  height: 30px;
  background: url("../images/sideImgs/Path2.svg");
  background-repeat: repeat-x;
  background-size: contain;
}

.principal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
  right: 25px;
  width: 90%;
  height: 7em;
  transform: skew(-40deg);
  background: rgba(0, 221, 255, 0.69);
}
.principal p {
  padding-top: 0.5em;
  padding-left: 2.5em;
  transform: skew(40deg);
}
.principal img {
  margin-right: 48px;
  height: 100%;
  transform: skew(40deg);
}

section.teachers-section {
  margin-top: 1.5em;
}
section.teachers-section .container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.teachers-section .square-blocks {
  margin: 15px;
}
section.teachers-section img {
  width: 300px;
  height: 300px;
}
section.teachers-section .teacher1-image {
  width: 300px;
  height: 300px;
  background-size: contain;
}
section.teachers-section .teacher2-image {
  width: 250px;
  height: 250px;
  background-color: rgba(203, 5, 5, 0.438);
  background-size: contain;
}
section.teachers-section .teacher-name {
  margin: 0 auto;
  text-align: center;
}

.instructions-section {
  margin-top: 3em;
  padding-top: 0;
}
.instructions-section h2 {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
}
.instructions-section ul.instructions-list {
  margin: 0;
  padding-left: 0.1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
.instructions-section ul.instructions-list li {
  font-size: 1.1em;
  margin-bottom: 1em;
  margin-left: 2em;
  position: relative;
}

@media only screen and (min-width: 680px) {
  .mobile-menu, .mobile-menu-exit {
    display: none;
  }
  .navbar .container {
    display: grid;
    grid-template-columns: 180px auto;
    justify-content: unset;
  }
  .navbar nav {
    display: flex;
    justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: flex;
  }
  .navbar nav a {
    color: black;
    font-size: 1.3em;
    padding: 0.1em 1em;
  }
  .navbar nav a:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
  }
  .navbar nav ul.primary-nav {
    margin: 0;
  }
  .navbar nav li.current a {
    font-weight: bold;
  }
  .navbar nav li {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 993px) {
  section.courses-section ul.courses-list {
    display: grid;
    grid-template-columns: auto auto;
  }
  .row {
    display: flex;
  }
  .red-btn {
    font-size: 20px;
  }
  .contact-col p {
    color: #4a4d58;
    font-size: x-large;
  }
  section.hero-section .container {
    width: 1000px;
    margin: 0 auto;
    display: block;
  }
  section.hero-section .principal {
    height: 140px;
  }
  section.hero-section .principal img {
    margin-right: 58px;
  }
  section.hero-section .principal p {
    padding-left: 3em;
    font-size: x-large;
  }
}
@media only screen and (min-width: 1080px) {
  section.maps-section {
    align-items: center;
    padding: 1.5em 8em;
  }
  .overview-section ul.overview-list {
    display: block;
  }
  .overview-section ul.overview-list li {
    font-size: x-large;
  }
  .overview-section ul.overview-list:before {
    padding-top: 0.5em;
  }
  .overview-section .container {
    width: 1080px;
    margin: 0 auto;
    display: block;
  }
  .instructions-section ul.instructions-list {
    display: block;
  }
  .instructions-section ul.instructions-list li {
    font-size: x-large;
  }
  .instructions-section .container {
    width: 1080px;
    margin: 0 auto;
    display: block;
  }
  .contains {
    width: 1000px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 1255px) {
  section.courses-section ul.courses-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  }
}
@media only screen and (min-width: 1450px) {
  section.overview-section ul.overview-list:before {
    content: "";
    left: 20px;
    position: absolute;
    width: 10%;
    height: 250px;
    background: url("../images/sideImgs/bagChild.png") no-repeat;
    background-size: contain;
    margin-right: 0.5em;
  }
  section.overview-section ul.overview-list:after {
    content: "";
    position: absolute;
    margin-right: 0;
    margin-left: 0;
    right: 8px;
    width: 20%;
    height: 120px;
    transform: rotate(35deg);
    background: url("../images/sideImgs/Crayons1.png") no-repeat;
    background-size: contain;
    margin-top: -12em;
  }
  section.courses-section::after {
    content: "";
    position: absolute;
    left: 0;
    margin-top: -5px;
    width: 100%;
    height: 125px;
    background: url("../images/sideImgs/childrenPlaying1.png");
    background-repeat: repeat-x;
    background-size: contain;
  }
}/*# sourceMappingURL=main.css.map */