:root {
  --main-theme: rgb(69,39,146);
  --main-theme-hover: rgba(69,39,146, .7);
  --light-hr: rgba(255,255,255, .5);
  --main-rgb: 69,39,146;
  --light-main: #edd2f3;
  --staff-bg: 217, 101, 112;
  --purple: #ae4f9b;
  --stop-1: #4285f4;
  --stop-2: #9c73cc;
  --stop-3: #d96570;
  --surface: #1b1c1d;
}

.link-ct {
  border: 2px solid var(--stop-2);
  font-size: 1.5rem;
  padding: 1rem;
  border-radius: 999rem;
  width: 50%;
  margin: 1rem auto;
  text-align: center;
  background-color: var(--light-main);
  cursor: pointer;
}
.link-ct a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stop-2);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .link-ct {
    width: 100%;
  }
}

a {
  color: var(--stop-3);
  text-decoration: underline;
}

a.tel-top {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  padding-top: 0.4rem;
  color: white;
  text-decoration: none;
}

.nav-container {
  margin: 1rem auto;
}
.nav-container a {
  border-radius: 1.5rem;
  color: var(--main-theme);
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  font-weight: 300;
}
.nav-container a:hover {
  color: white;
  background-color: var(--main-theme);
}

.custom-select {
  border-radius: 99rem;
  width: 90%;
  margin: 1rem auto;
  font-size: 1.5rem;
  border: 2px solid var(--purple);
  background-color: var(--purple);
  color: white;
}
.custom-select, .custom-select::picker(select) {
  -webkit-appearance: initial;
  line-height: 1.5;
  appearance: base-select;
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  background-color: var(--purple);
}

.half-size {
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .full-size {
    display: none !important;
  }
  .half-size {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) {
  .full-size {
    display: block !important;
  }
  .half-size {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .sm-scr-margin {
    margin-top: 5rem !important;
  }
}

.btn {
  border-radius: 99rem;
}

a.sign-up {
  background-color: var(--main-theme);
  border: 1px solid var(--main-theme);
  padding: 0.4rem 3rem;
  font-size: 1.5rem;
}
a.sign-up:hover {
  background-color: var(--main-theme-hover);
  border: 1px solid var(--main-theme);
}

.pull-rt {
  float: right;
}

.pull-lt {
  float: left;
}

.header-rt-col {
  text-align: right;
  padding: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .header-rt-col {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .header-lft-col {
    text-align: center;
  }
}

.pad-md {
  padding: 2rem 0;
}
@media only screen and (max-width: 991px) {
  .pad-md {
    padding: 1rem;
  }
}

.t-align-ct {
  text-align: center;
}

.t-align-lt {
  text-align: left;
}

.remove-pad {
  padding: 0 !important;
}

.pad-lg {
  padding: 1rem 0;
}

.ct-margin {
  margin-top: 3rem;
}

.teachers {
  margin: 0.5rem;
  margin-right: 0;
  float: right;
}
@media only screen and (max-width: 768px) {
  .teachers {
    width: 100%;
  }
}

.color-ct {
  background-color: rgba(var(--main-rgb), 0.1);
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.color-ct ul {
  font-size: 1.25rem;
}
.color-ct h1 {
  margin-bottom: 0;
  margin-top: -0.5rem;
}
.color-ct.staff {
  background-color: rgba(var(--staff-bg), 0.1);
}

.home-img-ct {
  background-color: var(--light-main);
  padding: 1rem;
}

.img-margin {
  margin: 0.5rem;
}

.address-ct {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 3rem;
  font-weight: 600;
  color: var(--main-theme);
  background-color: rgba(var(--main-rgb), 0.1);
  border-radius: 99rem;
  padding: 1rem;
}
@media only screen and (max-width: 780px) {
  h4 {
    font-size: 2rem;
  }
}

.price-ct {
  background-color: var(--main-theme);
  color: white;
}

section {
  border-bottom: 0;
  box-sizing: border-box;
  margin: 0 auto;
  width: 33rem;
}
@media only screen and (max-width: 780px) {
  section {
    width: 100%;
  }
}
section article .intro-head {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
section article .intro-head span {
  display: inline;
  line-height: 1.5;
  float: none;
  transition: color 3s ease;
}
section article .intro-head p {
  line-height: 0.7;
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
}
section article .intro-head .price {
  color: pink;
}
section article div {
  border-bottom: 1px solid var(--light-hr);
  overflow: auto;
  font-size: 1.25rem;
}
section article div:last-of-type {
  border-bottom: none;
}
section article div span {
  display: block;
  padding: 0.5rem;
  float: left;
}
section article div span:first-of-type {
  width: 50%;
  text-align: right;
}
section article div span:last-of-type {
  width: 50%;
  text-align: left;
}

.dark-bg {
  background-color: var(--main-theme);
}

.items {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

p, ol, ul {
  font-size: 1.25rem;
  font-weight: 300;
}

.class-section {
  border-radius: 1rem;
  color: white;
  padding: 2rem;
  width: calc(33.33% - 1rem);
}
@media only screen and (max-width: 1199px) {
  .class-section {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 769px) {
  .class-section {
    width: 100%;
  }
}
.class-section h5 {
  font-size: 1.5rem;
}
.class-section .icon-position {
  float: right;
  font-size: 1.5rem;
}
.class-section.teacher {
  width: 100% !important;
  margin-bottom: 1rem;
}
.class-section.hard {
  background-color: var(--purple);
}
.class-section.medium {
  background-color: var(--stop-2);
}
.class-section.easy {
  background-color: var(--stop-1);
}
.class-section.light {
  background-color: var(--stop-3);
}

.photos img {
  padding: 0.5rem;
}

.icon-ct a {
  margin: 0.25rem;
}

.t-align-rt {
  text-align: right;
}

.gc-btn {
  margin-top: 0.35rem;
  border-width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

.soc-icons {
  background-image: url("../images/social-media-icons.png");
  height: 30px;
  display: inline-block;
  width: 30px;
}

.ig {
  background-position: 0px 0px;
}

.x {
  background-position: -30px 0px;
}

.fb {
  background-position: -60px 0px;
}

.yh {
  background-position: -90px 0px;
}

.fs {
  background-position: -120px 0px;
}

.ig-w {
  background-position: 0px -30px;
}

.x-w {
  background-position: -30px -30px;
}

.fb-w {
  background-position: -60px -30px;
}

.yh-w {
  background-position: -90px -30px;
}

.fs-w {
  background-position: -120px -30px;
}

footer {
  margin-top: 2rem;
  padding-bottom: 4rem;
  background-color: var(--main-theme);
  color: white;
  line-height: 1.4em;
  width: 100%;
}
footer h2 {
  width: 90%;
  border-top: 1px solid var(--light-hr);
}

.splide {
  height: 30rem;
  width: 100%;
  margin: 0 auto;
}

.position-relative {
  position: relative;
}

/*# sourceMappingURL=overrides.css.map */
