
/* HTML ELEMENTS */

body {
  padding: 0 5%;
}


h1 {
  font-family: "montserrat", sans-serif;
  font-size: 5em;
  font-weight: normal;
}
h2 {
  font-family: "montserrat", sans-serif;
  font-size: 2em;
  font-weight: 100;
}

hr {
  border: 1px solid black;
  width: 100%;
}


/* TOP SECTION - LOGO - */
.logo {
  height: 150px;
  position: relative;
  left: -25px;
}

/* NAVBAR TABS */

.navbar {
  position: relative;
}

.navtab:link, .navtab:visited {
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.navtab:hover, .navtab:active {
  background-color: black;
  color: white;
}


/* TOP PIANO IMAGE AND TEXT */

.piano-image {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 30px 0;
  text-align: center;
}

.piano-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "montserrat", san-serif;
  color: white;
}

.piano {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.piano-link:link, .piano-link:visited {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }

  .piano-link:hover, .piano-link:active {
    background-color: black;
    color: white;
}

.contact {
  position: absolute;
  right: 0;
}


/* MISSION SECTION */
/*FLEX CONTAINERS*/

.flex-container {
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: normal;
  border-color: black;
  margin-bottom: 100px;
}

.flex-child {
  flex: 1;
  margin: 40px;
}


.top-container {
  width: 100%;
  height: 100%;
}

.mission {
  background-color: #bdbebf;
font-family: "montserrat", sans-serif;
max-width: 100%;
max-height: 100%;
text-align: center;
line-height: 2;
padding: 10px;
font-size: 18px;
font-weight: 100;
}

.kids {
  max-width: 100%;
  max-height: 100%;
}



/* OFFERINGS SECTION */

.offerings {
  position: relative;
}


.offerings-row {
  position: relative;
  padding-bottom: 100px;
}


.row {
  position: relative;
margin-top: 50px;
margin-bottom: 400px;
}

.column {
  width: 33.33%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.column-image {
width: 200px;
height: 200px;
  padding: 10px;
  border-radius: 50%;
}

#offerings-title {
  text-align: center;
  font-weight: normal;
  margin-top: 50px;
}



/* BOTTOM IMAGE WITH QUOTE */
.performance {
  width: 100%;
  text-align: center;
  position: relative;
}

.concertimg {
  width: 100%;
  height: 600px;
  padding: 50px 0;
}


.quote {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "montserrat", san-serif;
  color: white;
  font-size: 1.5em;
}





/* CONTACT SECTION */


.contact {
  background-color: gray;
}

/* FOOTER */

.footer {
  text-align: center;
  padding-top: 5px;
}
