header {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Literata', serif;
  text-transform: uppercase;
  height: 100%;
}

.nav-wrapper {
  z-index: 10000000;
  width: 100%;
  position: fixed;
  top: 0;
  height: 57px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav {
  list-style-type: none;
  background-color: #324c72;
  margin: 0;
  padding: 14px;
  overflow: auto;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.nav__title {
  float: left;
}

@media screen and (min-width: 575px) {
  .nav__call {
    display: none !important;
  }
}

@media screen and (min-width: 575px) {
  .nav__mail {
    display: none !important;
  }
}

.nav__link--item-container {
  position: relative;
}

.nav__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 0;
}

@media screen and (max-width: 576px) {
  .nav__menu--flex {
    display: none;
  }
}

.nav__link {
  float: right;
}

@media screen and (max-width: 575px) {
  .nav__link {
    display: none;
  }
}

.nav__link--item {
  position: relative;
  color: #F5F0F6;
  margin: 0 11px;
  text-decoration: none;
  border-radius: 8%;
  top: 50%;
}

@media screen and (max-width: 576px) {
  .nav__link--item:after {
    content: "";
    display: inline-block;
    height: 2.5px;
    background: #F5F0F6;
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, transform 0.3s;
    transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
    padding: 0;
    border-radius: 30%;
    width: 100%;
    bottom: -4px;
  }
  .nav__link--item:hover {
    cursor: pointer;
    opacity: 1;
  }
  .nav__link--item:hover:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.nav__link--item:after {
  content: "";
  display: inline-block;
  height: 2.5px;
  background: #F5F0F6;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
  padding: 0;
  border-radius: 30%;
  width: 100%;
  bottom: -4px;
}

.nav__link--item:hover {
  cursor: pointer;
}

.nav__link--item:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.nav__dropdown {
  margin-right: 2%;
  float: left;
  overflow: hidden;
  height: 24px;
}

.nav__dropdown .nav__dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 0 0 0 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0 0 0 16px;
}

.nav__dropbtn {
  cursor: pointer;
  position: relative;
}

.nav__dropbtn:hover {
  background-color: #F5F0F6;
  color: #324c72;
  border-radius: 8%;
}

@media screen and (min-width: 575px) {
  .nav__dropbtn {
    visibility: hidden;
    display: none !important;
  }
}

.nav__dropbtn--about:after {
  content: "";
  display: inline-block;
  height: 2.5px;
  background: #F5F0F6;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
  padding: 0;
  border-radius: 30%;
  width: 55px;
  margin-left: 16px;
  bottom: 6px;
}

.nav__dropbtn--cont:after {
  content: "";
  display: inline-block;
  height: 2.5px;
  background: #F5F0F6;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
  padding: 0;
  border-radius: 30%;
  width: 78px;
  margin-left: 16px;
  bottom: 6px;
}

.nav__dropbtn--serv:after {
  content: "";
  display: inline-block;
  height: 2.5px;
  background: #F5F0F6;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
  padding: 0;
  border-radius: 30%;
  width: 78px;
  margin-left: 16px;
  bottom: 6px;
}

.nav__dropbtn--content {
  width: 100%;
  top: 52px;
  left: 0;
  padding: 8px 0 10px;
  background: #f5f0f6;
  display: none;
  list-style-type: none;
  position: absolute;
  min-width: 0px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  z-index: 1;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 575px) {
  .nav__dropbtn--content {
    visibility: hidden;
  }
}

.nav__dropbtn--content li {
  margin: 0;
  padding: 0;
}

.nav__dropbtn--content a {
  float: none;
  color: #324c72;
  background-color: #F5F0F6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}

.nav__dropbtn--content a:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.nav__dropbtn--content a:hover {
  background-color: #324c72;
  color: #F5F0F6;
  cursor: pointer;
}

.show {
  display: block;
}

.js-is-hidden {
  display: none;
}

.hamburger:hover {
  background: #324c72 !important;
}

.hamburger-inner {
  margin-top: 0 !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #F5F0F6 !important;
  height: 2px !important;
  width: 30px !important;
}

.menu-active {
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .menu-active:after {
    content: "";
    display: inline-block;
    height: 2.5px;
    background: #F5F0F6;
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, transform 0.3s;
    transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
    padding: 0;
    border-radius: 30%;
    width: 100%;
    bottom: -4px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 576px) {
  .menu-active {
    text-decoration: none;
  }
}

html, body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  padding-top: 56px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.swiper-slide__image1 {
  background-image: url(../images/violin.jpg);
}

.swiper-slide__image2 {
  background-image: url(../images/img_piano_lesson.jpg);
}

.swiper-slide__image3 {
  background-image: url(../images/img_guitar_lesson.jpg);
}

.swiper-slide__image4 {
  background-image: url(../images/img_trumpet_lesson.jpg);
}

.swiper-slide__content {
  position: absolute;
  bottom: 22%;
  left: 9%;
  display: block;
  font-size: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #F5F0F6;
  z-index: 3;
}

@media screen and (max-width: 575px) {
  .swiper-slide__content {
    font-size: 30px;
    position: relative;
    left: 1%;
    bottom: 6%;
  }
}

@media screen and (min-width: 992px) {
  .swiper-slide__content {
    font-size: 60px;
  }
}

.swiper-slide__content--para {
  font-size: 16px;
  color: #F5F0F6;
}

@media screen and (max-width: 575px) {
  .swiper-slide__content--para {
    font-size: 16px;
  }
}

.swiper-slide__content--para::before {
  content: ' ';
  background: red;
  position: absolute;
  height: 3px;
  z-index: 8;
  width: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 29px;
}

@media screen and (max-width: 992px) {
  .swiper-slide__content--para::before {
    height: 2px;
    bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .swiper-slide__content--para::before {
    height: 2px;
    bottom: 23px;
  }
}

.swiper-button-next {
  border: solid #F5F0F6;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none;
  height: 25px;
  width: 25px;
}

.swiper-button-prev {
  border: solid #F5F0F6;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135);
  background-image: none;
  height: 25px;
  width: 25px;
}

.swiper-pagination-bullet-active {
  background: #F5F0F6;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  opacity: .3;
}

.content {
  font-family: 'Open Sans', sans-serif;
  background-color: #fcf8e8;
  background-image: url("https://transparenttextures.com/patterns/white-brushed.png");
}

.content h2 {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Literata', serif;
  text-transform: uppercase;
  font-size: 30px;
}

.services {
  background-color: beige;
  border-top: solid black 3px;
  padding: 63px 5%;
  overflow: auto;
}

.services__para {
  margin-bottom: 40px;
  color: #385f71;
}

.services h2 {
  color: black;
  text-align: center;
  margin-top: 0;
}

.services__link:visited {
  color: #385f71;
}

.services__link:hover {
  color: #d7b377;
}

.services__:focus {
  color: #d7b377;
}

.services__content {
  width: 50%;
  float: left;
}

@media screen and (max-width: 992px) {
  .services__content {
    width: 100%;
    float: none;
  }
}

.services__image {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .services__image {
    width: 40%;
    float: right;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .services__image {
    width: 45%;
    float: right;
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .services__image {
    width: 100%;
    margin-top: 20px;
  }
}

.about {
  background-color: #385f71;
  padding: 63px 5%;
  color: #f2f2f2;
  overflow: auto;
}

.about h2 {
  color: #d7b377;
  text-align: center;
}

.about__content {
  width: 50%;
  float: left;
}

@media screen and (max-width: 992px) {
  .about__content {
    width: 100%;
    float: none;
  }
}

.about__image {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .about__image {
    width: 40%;
    float: right;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about__image {
    width: 45%;
    float: right;
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .about__image {
    width: 100%;
    margin-top: 20px;
  }
}

.contact {
  padding: 63px 5%;
  overflow: auto;
  text-align: center;
  overflow: auto;
}

.contact h2 {
  color: #324c72;
  text-align: center;
  margin-bottom: 36px;
}

.contact__address {
  text-align: left;
}

.contact__address--email {
  margin-top: 40px;
}

.contact__address--phone {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact__address--link {
  color: black;
}

.contact__container {
  text-align: left;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .contact {
    display: block;
  }
}

.contact__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact__container--info {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .contact__container--info {
    padding-right: 0;
  }
}

.contact__container--form {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

@media screen and (max-width: 768px) {
  .contact__container--form {
    padding-top: 30px;
  }
}

.map-container {
  margin-top: 50px;
  text-align: center;
}

.google-maps {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#thanks {
  display: none;
  height: 50vh;
  margin-top: 60px;
  color: #8f754f;
  padding-top: 100px;
}

.form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: left;
  height: 100%;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=button] {
  background-color: #324c72;
  color: #F5F0F6;
  font-size: 16px;
  padding: 12px 20px;
  border: solid 1px #F5F0F6;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #8f754f;
  color: #324c72;
  border: solid 1px #324c72;
}

.submit-wrapper {
  text-align: center;
}

.copyright {
  border-top: solid #d7b377 1px;
  text-align: center;
  background-color: #324c72;
  font-family: sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 12px;
}

.copyright__link {
  color: #F5F0F6;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .contact__container--float {
    float: right;
    width: 65%;
  }
}

body {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */