/* your styles go here */

.jumbotron {
  background: none;
  padding: 1rem 1rem 15px;
}

.jumbotron h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

.navbar-nav > li{
    padding-left:6px;
    padding-right:6px;
  }

.jumbotron .display-4 {
  margin-bottom: 1rem;
}

.top-padding {
  padding-top: 1rem;
}

.last-padding {
  padding-bottom: 80px;
}

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

/* Back-to-top button */
#button {
  display: inline-block;
  background-color: #e6a5a6;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 1.5rem;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* For lessons_available.html */
.card {
  margin: 0 0rem; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
  /* width: 17rem; */
  box-shadow: 0 5px 15px 0 hsla(0, 0%, 0%, 0.15);
  border-radius: 1rem;
}

.card-text {
  font-size: medium;
}

.card-img-top {
  width: 10rem;
  float: right;
}

#piano-img {
  margin: 2rem 0 0.5rem;
  height: 9rem;
  padding-right: 0.7rem;
}

#string-img, #vocals-img, #ukulele-img, #theory-img {
  margin-top: 1.5rem;
  height: 10rem;

}

#drum-img {
  margin: 2.9rem 0 1.1rem;
  height: 7.5rem;
}

#guitar-img {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  width: 10rem;
}

#teacher-card {
  padding: 1rem 1rem;
  background: #e9c0c1;
}

.card-body {
  padding-bottom: 0.4rem;
  padding-left: 1.2rem;
}

.my-4-bottom-mar-0 {
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

.instrument-genre {
  float: right;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.18rem;
  color: grey;
}

.subtle {
  font-size: 1rem;
}

.more-subtle {
  font-size: 0.8rem;
  color: grey;
}

.card > ul > li {
  border: none;
  padding-top: 0;
}

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

#no-instrument {
  margin-bottom: 4rem;
}

mark {
  background:rgba(230, 165, 166, 0.3);
}

#ragtime_messenger {
  width: 2rem;
}

.lessons-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tc-subheader {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  font-size: large;
}

#homepage {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

#homepage-heading {
  font-size: 4rem;
}

#instruments {
  padding-top: 1rem;
  padding-left: 2rem;
  float: center;
}

.bg-primary .text-white {
  padding: 0;
}

.coming-soon-p {
  margin-bottom: 0.5rem;
}

#coming-to-you {
  padding: 2rem;
  background-color: #4a5aa0;
  color: white;
}

#coming-to-you h1 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}

#im-a-student {
  padding-right: 1rem;
  color: #f7edede7;
}

#get-a-teacher {
  border-radius: 8px;
  text-transform: capitalize;
  color: black;
  background-color: #f7edede7;
  padding: 0.4rem 1.4rem;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  border: 0;
  margin-bottom: 1rem;
}

#get-a-teacher:hover {
  background-color: #8ed6f7;
}

#im-a-teacher {
  color: #ffb0a3;
}

#im-a-teacher a {
  color: white;
}

#im-a-teacher #teachers-button {
  
  position: relative;
  float: left;
  left: 0rem;
  top: 0rem;
  right: 0;
  bottom: 0;
  width: 10rem;
  height: 2.1rem;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  padding: 0.2em 0.4em;
  border: 3px solid transparent;
  border-radius: 8px;
  background: #f79d8f;
  font-size: 0.95rem;
  text-align: center;
}

#im-a-teacher #teachers-button:hover {
  background: #facec4;
  text-decoration: none;
}

.box {
  padding: 2rem 1rem;
}

#benefits-subtitle {
  margin-bottom: 0;
}

#credit {
  font-size: 0.8rem;
}


/* #subheading {
  font-size: 1rem;
  line-height: ;
} */

#submit-form, #email-textfield {
  border-radius: 5rem;
}

#tc-pp {
  margin-top: 1rem;
}

#tc, #pp {
  padding-top: 0;
  margin: 0;
  font-size: 0.8rem;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-family: Arial;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#EmailSubscription1 {
  position: relative;
  top: -0.3rem;
  font-size: 0.8rem;
  padding-left: 0.5rem;
  width: 13rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  color: rgb(124, 124, 124);
}

#EmailSubmit1 {
  width: 2rem;
  position: relative;
  bottom: -0.4rem;
  left: -2.6rem;
  border-radius: 0.4rem;
  background-color: rgb(74, 88, 163);
  padding: 0.1rem 0.2rem;
  margin: auto;
}

.more-concepts {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
  color: grey;
}

.more-concepts:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=index2.css.map */

#instafeed {
  display: grid;
  padding-top: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 64rem;
  margin: auto;
}

#instafeed a {
  display: block;
}

#instafeed img {
  display: block;
  width: 100%;
}

.lead.text-muted {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.hero-heading {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  padding: 0.3rem 0;
}

.hero-sub {
  padding-top: 7rem;
  margin-bottom: 1.6rem;
}

.small-text {
  font-size: 95%;
  line-height: 1.2rem;
  display: block;
  color: rgb(82, 80, 80);
}

.justify {
  text-align: justify;
}



.grade {
  width: 20%;
}

.duration {
  width: 40%;
}

.fee {
  width: 40%;
}

h1#still-open {
  margin-bottom: 0;
}


/* FAQ Accordion - https://codepen.io/kathykato/pen/MoZJom/ */
/* @import url('https://fonts.googleapis.com/css?family=Hind:300,400');

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

/* .accordion {
  height: 1%;
}


.accordion a:not(#email) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 0rem;
  font-size: 1rem;
  font-weight: 600;
}

.accordion a:not(#email):hover,
.accordion a:not(#email):hover::after {
  cursor: pointer;
  color: #e43e54;
}
.accordion a:not(#email).active {
  color: #e43e54;
}

.accordion a:not(#email)::after {
  content: '+';
  font-weight: 800;
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1.5rem;
  color: #7288a2;
  padding: 5px;
  padding-top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background: no-repeat;
}

.accordion a:not(#email).active::after {
  /* font-family: 'Ionicons'; */
  content: '−';
  color: #e43e54;

  .fee-card {
    height: 20rem;
  }
}

.content {
  position: relative;
  bottom: 2.6rem;
}

.accordion .content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}


.fee-card {
  color: red;
  border: 1px solid rgb(155, 155, 155);
  padding: 0.7rem 1.2rem;
  cursor: pointer;
  /* height: 7rem; */
}

.fee-title {
  font-size: 1.3rem;
  font-weight: 400;
}

.fee-text {
  margin-bottom: 0;
  color: black;
  font-weight: 400;
}

.fee-table {
  width: 20rem;
}

.table th, .table td {
  padding: 0.3rem 0.4rem;
}

table th {
  width: auto !important;
}

.card-title {
  margin-bottom: 0;
}  */