@import "normalize.css";
@import "barebones.css";
@import "fonts/fonts.css";
body {
  background: #fff;
  color: #6E7C7C;
  font-family: 'Gilroy';
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  padding-bottom: 10px;
  color: #CDE682;
  margin: 0;
}
a {
  color: #CDE682;
}
ul {
  list-style-type: none;
}
ul li {
  background: none;
  padding: 0;
}
ul.bulleted li {
  background: url(/images/bullet.png) left 7px no-repeat;
  padding-left: 18px;
}
/*-- PAGE LAYOUT --*/
.grid-container {
  padding-bottom: 0;
  padding-top: 0;
}
p {
  margin: 0 0 20px 0;
}
p.standfirst {
  color: #CDE682;
  font-size: 2rem;
  margin: 10px 0 20px 0;
}
/*-- Masthead --*/
#masthead {
  height: 105px;
  margin: 0;
  padding: 0;
}
#masthead img {
  margin-top: 15px;
  padding: 0;
  width: 318px;
}
/*-- Menu --*/
.mobile-menu {
  display: none;
}
.menu {
  float: right;
  margin-top: 10px;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  float: right;
  margin-right: 10px;
}
.menu ul li a {
  color: grey;
  display: block;
  font-size: 14px;
  text-decoration: none;
  transition: color 200ms;
}
.menu ul li a:hover {
  border-bottom: 2px solid #CDE682;
  color: #97adad;
}
.menu ul li a.social {
  display: block;
  height: 20px;
  width: 20px;
  transition: all 300ms;
}
.menu ul li a.social:hover {
  border: none;
  opacity: 0.7;
}
.menu ul li a.social.fb {
  background: url(/images/ico_facebook.png) 0 0 no-repeat;
  background-size: 20px;
  margin-left: 20px;
}
.menu ul li a.social.in {
  background: url(/images/ico_instagram.png) 0 0 no-repeat;
  background-size: 20px;
}
@media (max-width: 740px) {
  .menu {
    display: none;
  }
  .mobile-menu.closed {
    display: none;
  }
  .mobile-menu {
    background: url(/images/watermark.png) 50% 50% no-repeat #CDE682;
    background-size: cover;
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  .mobile-menu.open {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .mobile-menu ul {
    list-style-type: none;
    position: relative;
    top: 100px;
  }
  .mobile-menu li {
    text-align: center;
    width: 100%;
  }
  .mobile-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 5rem;
  }
  .burger {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 10000;
  }
  .burger div {
    position: relative;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 8px;
    margin-bottom: 8px;
    transition: all 300ms;
  }
  .burger div:last-child {
    margin-bottom: 0;
  }
  .burger.open div:nth-child(1) {
    transform: rotate(45deg);
    top: 16px;
  }
  .burger.open div:nth-child(2) {
    transform: rotate(-45deg);
  }
  .burger.open div:nth-child(3) {
    opacity: 0;
  }
}
/*-- Hero Pic --*/
.hero img {
  margin-bottom: 50px;
  width: 100%;
}
/*-- Homepage Carousel --*/
.slideshow img {
  width: 100%;
}
/*-- Testimonials--*/
.testimonials {
  background: url(/images/watermark.png) right bottom no-repeat #e6f2c0;
  background-size: contain;
  padding: 50px 30px;
  text-align: center;
}
.testimonials div {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 auto;
  width: 80%;
}
.testimonials span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 10px;
}
/*-- Class Timetable--*/
.classes {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  xxpadding: 0 0 0 30px;
  max-width: 900px;
  width: 100%;
}
.class-block {
  display: block;
  box-sizing: content-box;
  background-color: #CDE682;
  padding: 20px;
  height: 50%;
  width: 40%;
  margin-bottom: 30px;
}
.class-block:nth-child(odd) {
  margin-right: 5%;
}
.class-block h3 {
  color: #485151;
}
.class-block ul {
  list-style-type: none;
}
.class-block ul li {
  color: #485151;
  font-size: 1.5rem;
}
.class-block ul li span {
  display: inline-block;
  width: 100px;
}
@media (max-width: 600px) {
  .classes {
    padding: 0 20px;
    width: 90%;
    margin: 0 auto;
  }
  .class-block {
    margin-bottom: 20px;
    width: 85%;
  }
  .class-block:nth-child(odd) {
    margin-right: 0;
  }
  .logo {
    max-width:280px;
  }
}
/*-- Class Types--*/
div.class-q {
  font-size: 2.2rem;
}
div .class-a {
  padding-bottom: 20px;
}
div.lesson {
  border-bottom: 1px solid #CDE682;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
div.lesson.last {
  border: none;
}
/*-- Footer--*/
.footer {
  margin-top: 70px;
  font-size: 1.3rem;
}
.footer .caveat {
  font-size: 1.1rem;
}
.footer ul {
  list-style-type: none;
  float: left;
  width: 50%;
}
.footer ul li {
  margin: 0;
  padding: 0;
}
.footer ul.social li {
  float: right;
}
.footer ul.social li a {
  margin-left: 10px;
}
.footer a {
  color: #6E7C7C;
  text-decoration: none;
  transition: all 300ms;
}
.footer a:hover {
  color: #CDE682;
}
.footer ul li a img {
  height: 20px;
  width: 20px;
  transition: all 300ms;
}
.footer ul li a img:hover {
  opacity: 0.7;
}
/* MAP */
.map {
  background-color: #ccc;
  display: block;
  height: 00px;
  width: 100%;
}
