body {
  width: 100vw;
  font-family: Quattrocento, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/*STYLES FOR NAVIGATION MENU */

header {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 70px;
}

.navbar{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.branding {
  float: left;
  width: 30%;
  height: 75px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
}

.branding h1 {
  padding-left: 10px;
  margin: auto;
  font-family: Italianno, cursive;
  font-size: 2.5rem;
  text-align: center;
}

nav {
  float: right;
  display: block;
  width: 65%;
  height: 75px;
  margin: 15px 0 0 0;
  position: relative;
}

nav ul {
  display: inline-block;
  float: right;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
  padding: 0;
  text-align: center;
}

header li {
  display: inline;
  float: left;
  width: auto;
  margin-left: 3%;
  margin-top: auto;
}

header li a {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
}

.navbar-link a:hover {
  color: #555;
  border-color: #555;
}

.navbar-link a:active {
  color: #999;
  border-color: #999;
}

.current {
  font-weight: bold;
}

.page {
  clear: left;
  width: 100%;
  display: block;
  margin: 0;
}

/* Styles for the side navigation */

#menu-icon{
  display: none;
}

.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: visible;
  transition: 0.5s;
  padding-top: 60px;
  display: block;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ccc;
}

.sidenav-current a {
  color: white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* INDEX.HTML STYLES */
#home-banner {
  height: 80vh;
  margin: 0;
  padding: 0;
  background-image: url(images/harp-mainbanner.jpg);
  background-size: cover;
  position: relative;
}

#home-banner-card {
  width: 40%;
  height: auto;
  background-color: rgba(200,200,200,.7);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  line-height: 1.2;
}

#home-banner-card h2 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
}

.ghost-button {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding: 8px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
}

.ghost-button:hover {
  color: #555;
  border-color: #555;
  width: 210px;
}

.ghost-button:active {
  color: #000;
  border-color: #000;
  width: 210px;
}

.ghost-button-black {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding: 8px;
  color: #000;
  border: 3px solid #000;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
}

.ghost-button-black:hover {
  color: #555;
  border-color: #555;
  width: 210px;
}

.ghost-button-black:active {
  color: #999;
  border-color: #999;
  width: 210px;
}


section {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

#harp-about-picture {
  width: 50%;
  height: auto;
  margin-left: 3%;
  margin-top: 5%;
  margin-right: 0;
  display: block;
  float: left;
}

.harp-about-card {
  float: right;
  display: block;
  margin-top: 7%;
  margin-right: 12%;
  height: auto;
  width: 30%;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
}

#julianne-about-picture {
  width: 45%;
  height: auto;
  display: block;
  float: right;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 0;
}

.julianne-about {
  display: block;
  width: 80%;
  clear: both;
}

.julianne-about-card {
  font-size: 1.25rem;
  width: 40%;
  height: auto;
  text-align: center;
  display: block;
  float: left;
  margin-top: 25%;
  margin-left: 12%;
  line-height: 1.2;
  margin-right: 0;
}

.space-fill {
  height: 100px;
  width: 100%;
  display: block;
}

footer {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  text-align: center;
}

/* CSS for events.html */

.heading {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
}

.events {
  background-image: url(images/events-banner.jpg);
  color: white;
}
.heading h2 {
  font-family: Italianno, cursive;
  font-size: 6rem;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#events-top {
  font-size: 1.25rem;
  width: 80%;
  height: 60vh;
  display: block;
}

.events-card {
  display: block;
  width: 40%;
  height: auto;
  margin-left: 15%;
  margin-top: 15%;
  padding: 0;
  float: left;
  line-height: 1.2;
}

.events-card ul {
  list-style-type: none;
}

.julianne-events-picture {
  display: block;
  width: 35%;
  float: right;
  margin-right: 5%;
  margin-top: 5%;
}

.the-harp {
  width: 80%;
  height: 500px;
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.the-harp-card {
  width: 30%;
  height: 400px;
  display: block;
  float: right;
  text-align: center;
  line-height: 1.2;
  margin-top: 5%;
  margin-right: 5%;

}

.the-harp-card p {
  width: 350px;
}

.the-harp img {
  margin-left: 5%;
  margin-top: 2%;
  width: 50%;
  height: auto;

}

.contact-button {
  font-style: italic;
  font-size: 1.35rem;
  text-decoration: none;
  color: #666;
}

.contact-button:hover {
  color: #999;
  font-size: 1.45rem
  text-decoration: underline;
}

.contact-button:active {
  color: #000;
  text-decoration: underline;
}

/* CSS for biography.html */

.bio {
  background-image: url(images/biography-banner.jpg);
  color: white;
}

.biography-text {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 10%;
  margin-left: 10%;
  width: 40%;
  height: auto;
  display: block;
  float: left;
}

.biography-section img {
  float: right;
  margin: 6% auto;
  width: 40%;
  height: auto;
}

.biography-text p {
  line-height: 1.4;
}

/* CSS for discography.html */

.discography {
  color: white;
  background-image: url(images/discography-banner.jpg);
}

.player {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.soundcloud-player {
  margin: auto;
  width: 90%;
  max-width: 1050px;
  display: block;
}

/* CSS for lessons.html */

.lessons {
  color: white;
  background-image: url(images/lessons-banner.jpg);
}

.lessons-info img {
  float: right;
  display: block;
  width: 40%;
  margin: 5%;
}

.lessons-info p {
  line-height: 1.2;
  font-size: 1.25rem;
  display: block;
  float: left;
  width: 40%;
  margin: 10% 5%;
}

/* CSS for contact.html */

#contact-section img {
  width: 40%;
  height: auto;
  margin: 5% auto 5% auto;
  display: block;
  float: left;
}

.contact {
  width: 50%;
  display: block;
  float: right;
  margin: 5% auto 5% auto;
}

.contact h3 {
  font-family: Italianno, cursive;
  font-size: 3rem;
  text-align: center;
}

.contact p {
  font-size: 1.45rem;
}

.contact a {
  text-decoration: none;
  color: #666;
}

.contact a:hover {
  color: #999;
}

.contact a:active {
  color: #000;
}

.center {
  text-align: center;
}

/* MEDIA QUERIES */

/* SMALL SCREENS (PHONES) */
@media screen and (max-width:420px) {
  body {
    font-size: 1rem;
  }

  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 70px;
  }

  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

  .branding {
    width: 70%;
    display: block;
    float: left;
    height: 6vh;
    margin: 5% 0 5% 2%;
    padding: 0;

  }

  .branding h1 {
    display: block;
    font-size: 1.7rem;
    text-align: left;
    margin: auto;
    padding: 0;
  }

  nav {
    display: none;
  }

  #menu-icon {
    display: block;
    width: 30px;
    height: auto;
    float: right;
    margin: 5%;
  }

  #links {
    display: none;
    float: none;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }

  header li {
    float: none;
    margin-left: 1%;
    box-sizing: border-box;
  }

  header li a {
    font-size: .9rem;
  }

  .navbar-link a:hover {
    color: #555;
    border-color: #555;
  }

  .navbar-link a:active {
    color: #999;
    border-color: #999;
  }

  .current {
    font-weight: bold;
    font-size: 1.1rem;
  }

  /* INDEX.HTML SMALL STYLES */

  #home-banner {
    margin-top: 70px;
    margin-bottom: 10%;
    background-image: url(images/harp-mainbanner-small.jpg);
    height: 65vh;
  }

  #home-banner-card {
    width: 90%;
    height: auto;
    background-color: rgba(200,200,200,.7);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  #home-banner-card h2 {
    font-size: 1.5rem;
  }

  section {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .harp-about {
    display: block;
    width: 100%;
  }

  #harp-about-picture {
    width: 100%;
    display: block;
    margin: 5% auto;
    padding: 0;
    float: none;
    clear: both;
  }

  .harp-about-card {
    width: 80%;
    display: block;
    margin: 5% auto;
    padding: 0;
    float: none;
  }

  .harp-about-card p {
    display: block;
    float: none;
    margin: auto;
    font-size: 1rem;
    line-height: 1.5;
  }

  #julianne-about-picture {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    clear: both;
    margin: 5% auto;
    padding: 0;
  }

  .julianne-about-card {
    width: 80%;
    height: auto;
    margin: 5% auto;
    display: block;
    float: none;
    clear: both;
  }

  .julianne-about-card p {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    float: none;
    margin: auto;
  }

  .ghost-button-black {
    font-size: 1rem;
    font-weight: bold;
    display: block;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 6px;
    color: #000;
    border: 3px solid #000;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
  }

  .ghost-button-black:hover {
    color: #555;
    border-color: #555;
    width: 170px;
  }

  .ghost-button-black:active {
    color: #999;
    border-color: #999;
    width: 170px;
  }

  .ghost-button, .ghost-button-black {
    cursor: pointer;
  }

  /* EVENTS.HTML SMALL STYLES */

  .heading {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 14vh;
    background-size: cover;
  }

  .events {
    background-image: url(images/events-banner-small.jpg);
    color: white;
    letter-spacing: .1rem;
  }
  .heading h2 {
    font-family: Italianno, cursive;
    font-size: 5rem;
    text-align: center;
    margin: 5% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #events-top {
    font-size: 1rem;
    width: 90%;
    height: 60vh;
    display: block;
  }

  .events-card {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
    line-height: 1.2;
  }

  .events-card ul {
    list-style-type: none;
  }

  .julianne-events-picture {
    display: block;
    width: 90%;
    float: right;
    margin: 5%;
    padding: 0;
  }

  .the-harp {
    width: 80%;
    height: auto;
    display: block;
    clear: both;
    margin: auto;
    font-size: 1rem;
  }

  .the-harp-card {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    text-align: center;
    line-height: 1.2;
    margin: auto;

  }

  .the-harp-card p {
    width: 100%;
    margin: 5% auto;
  }

  .the-harp img {
    margin: 5% auto 5% auto;
    width: 100%;
    height: auto;

  }

  .contact-button {
    font-style: italic;
    font-size: 1.1rem;
    text-decoration: none;
    color: #777;
  }

  .contact-button:hover {
    color: #999;
    font-size: 1.2rem;
    text-decoration: underline;
  }

  .contact-button:active {
    color: #000;
    text-decoration: underline;
  }

  .space-fill {
    display: none;
  }

  /* BIOGRAPHY.HTML SMALL STYLES */
  .bio {
    background-image: url(images/biography-banner.jpg);
    color: white;
    letter-spacing: .1rem;
  }

  .biography-section {
    width: 90%;
  }

  .biography-text {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 3%;
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }

  .biography-section img {
    float: none;
    margin: 3% auto;
    width: 100%;
    height: auto;
  }

  .biography-text p {
    line-height: 1.4;
  }

  /* DISCOGRAPHY.HTML SMALL STYLES */

  .player {
    width: 100%;
  }

  /* LESSONS.HTML SMALL STYLES */

  .lessons-info {
    width: 90%;
    margin: auto;
    height: auto;
  }

  .lessons-info p {
    width: 100%;
    margin: 5% 0;
  }

  .lessons-info img {
    width: 100%;
    margin: 0 0 3%;
  }

  /* CONTACT.HTML SMALL STYLES */

  #contact-section img {
    width: 90%;
    display: block;
    margin-top: 14vh;
    float: none;
  }

  .contact {
    width: 90%;
    display: block;
    float: none;
    margin: 5% auto;
    line-height: 1.2;
  }

  .contact h3 {
    font-family: Italianno, cursive;
    font-size: 2.5rem;
    text-align: center;
  }

  .contact p {
    font-size: 1.2rem;
  }

  .contact a {
    text-decoration: none;
    color: #666;
  }

  .contact a:hover {
    color: #999;
  }

  .contact a:active {
    color: #000;
  }

  .center {
    text-align: center;
  }

  footer {
    margin-bottom: 5%;
  }
}

/* MEDIUM SCREENS ( SMALL TABLETS) */

@media screen and (min-width: 421px) and (max-width: 699px) {

  /* NAVBAR STYLES */
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 70px;
  }

  .branding {
    width: 80%;
    display: block;
    float: left;
    height: 70px;
    margin: 0 0 5% 2%;
    padding: 0;

  }

  .branding h1 {
    display: block;
    font-size: 2rem;
    text-align: left;
    margin: 20px 0 20px 2%;
    padding: 0;
  }

  #menu-icon {
    display: block;
    width: 30px;
    height: auto;
    float: right;
    margin: 20px;
  }

  nav {
    width: 90%;
    float: none;
    height: auto;
    display: none;
    margin: auto;
    text-align: center;
    padding-bottom: 5px;
  }

  nav ul {
    display: block;
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  #links {
    height: auto;
    margin: auto;
    padding: 0;
  }



  header li {
    float: none;
    margin: 0 1% 0 1%;
    box-sizing: border-box;
  }

  header li a {
    font-size: 1.0rem;
  }

  /* INDEX.HTML MEDIUM STYLES */

  #home-banner {
    margin-top: 70px;
    background-image: url(images/harp-mainbanner-small.jpg);
  }

  #home-banner-card {
    width: 80%;
  }

  #home-banner-card h2 {
    font-size: 1.75rem;
  }

  .ghost-button {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding: 8px;
    color: #fff;
    border: 3px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
  }

  .ghost-button:hover {
    color: #555;
    border-color: #555;
    width: 210px;
  }

  .ghost-button:active {
    color: #000;
    border-color: #000;
    width: 210px;
  }

  .ghost-button-black {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding: 8px;
    color: #000;
    border: 3px solid #000;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
  }

  .ghost-button-black:hover {
    color: #555;
    border-color: #555;
    width: 210px;
  }

  .ghost-button-black:active {
    color: #999;
    border-color: #999;
    width: 210px;
  }

  #harp-about-picture {
    width: 100%;
    height: auto;
    margin: 5% auto;
    float: none;
  }

  .harp-about-card {
    float: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  #julianne-about-picture {
    width: 100%;
    float: none;
    margin: 5% auto;
  }

  .julianne-about {
    display: block;
    clear: both;
  }

  .julianne-about-card {
    font-size: 1.00rem;
    width: 100%;
    float: none;
    margin: auto;
    padding-bottom: 5%;
    line-height: 1.5;
  }

  /* EVENTS.HTML MEDIUM STYLES */

  .heading {
    margin-top: 18vh;
  }

  #events-top {
    width: 100%;
    height: auto;
  }

  .events-card {
    width: 80%;
    height: auto;
    font-size: 1rem;
    float: none;
    clear: both;
    margin: auto;
    line-height: 1.2;
  }

  .julianne-events-picture {
    width: 60%;
    margin: 7% auto;
    float: none;
    clear: both;
  }

  .the-harp {
    width: 100%;
    height: auto;
  }

  .the-harp-card {
    width: 90%;
    height: auto;
    float: none;
    margin: 8% auto;
  }

  .the-harp-card p {
    width: 90%;
    height: auto;
    margin: auto;
    font-size: 1.0rem;
    line-height: 1.2;
  }

  .the-harp-card a {

  }

  .the-harp img {
    width: 90%;
    display: block;
    float: none;
    margin: 5% auto;
  }

  /* BIOGRAPHY.HTML MEDIUM STYLES */

  .biography-section {
    width: 90%;
    margin: auto;
  }

  .biography-text {
    font-size: 1rem;
    width: 100%;
    float: none;
    margin: auto;
  }

  .biography-section img {
    width: 100%;
    margin-bottom: 10%;
  }

  /* DISCOGRAPHY.HTML MEDIUM STYLES */

  .player {
    width: 100%;
  }

  /* LESSONS.HTML MEDIUM STYLES */

  .lessons-info {
    width: 90%;
    margin: auto;
    height: auto;
  }

  .lessons-info p {
    width: 100%;
    margin: 5% 0;
  }

  .lessons-info img {
    width: 100%;
    margin: 0 0 3%;
  }

  /* CONTACT.HTML MEDIUM STYLES */

  #contact-section {
    width: 90%;
    margin: auto;
  }

  #contact-section img {
    width: 75%;
    margin: 18vh auto 5% auto;
    display: block;
    float: none;
  }

  .contact {
    width: 100%;
    margin: auto;
    float: none;
  }
}

/* MEDIUM-LARGE SCREENS (LARGER TABLETS) */

@media screen and (min-width: 700px) and (max-width: 1040px) {

  /* INDEX.HTML MEDIUM-LARGE SCREENS */

  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
  }

  .branding {
    width: 90%;
    float: left;
    height: 70px;
    margin-top: 0;
  }

  .branding h1 {
    font-size: 2.5rem;
    text-align: left;
    padding-left: 3%;
    margin: 15px 0;
  }

  nav {
    display: none;
  }

  header li a {
    font-size: 1rem;
  }

  #menu-icon {
    display: inline-block;
    float: left;
    text-align: left;
    width: 40px;
    margin: 17px auto 17px auto;
  }

  .sidenav {
    z-index: 2000;
  }

  #home-banner-card {
    width: 60%;
    font-size: 1rem;
  }

  section {
    width: 90%;
  }

  #harp-about-picture {
    margin-top: 8%;
    margin-left: 0;
    width: 55%;
  }

  .harp-about-card {
    width: 40%;
    margin: 5% auto;
  }

  .harp-about-card p {
    font-size: 1.25rem;
  }

  .julianne-about {
    margin-bottom: 5%;
    height: 400px;
  }
  #julianne-about-picture {
    width: 45%;
    margin: auto;
  }

  .julianne-about-card {
    width: 50%;
    margin: 10% auto;
  }

  .julianne-about-card p {
    font-size: 1.25rem;
    margin: 5% auto;
  }

  /* EVENTS.HTML MEDIUM-LARGE STYLES */

  .heading {
    margin-top: 80px;
  }

  #events-top {
    width: 90%
    margin: auto;
  }

  .julianne-events-picture {
    width: 45%;
    margin: 7% auto;
  }

  .events-card {
    font-size: 1.25rem;
    width: 50%;
    float: left;
    margin: 8% auto;
  }

  .the-harp {
    height: auto;
  }

  .the-harp-card {
    float: none;
    margin: auto;
    width: 80%;
    height: 300px;
  }

  .the-harp-card p {
    float: none;
    margin: auto;
  }

  .the-harp img {
    width: 80%;
    height; auto;
    display: block;
    margin: auto auto 8%;
  }

  /* BIOGRAPHY.HTML MEDIUM-LARGE STYLES */

  .biography-section {
    margin: 5% auto;
  }

  .biography-text {
    width: 90%;
    margin: auto;
    float: none;
  }

  .biography-section img {
    width: 70%;
    max-width: 500px;
    margin: auto;
    float: none;
    display: block;
  }

  /* LESSONS.HTML MEDIUM-LARGE STYLES */

  .lessons-info {
    width: 80%;
    margin: auto;
    height: auto;
  }

  .lessons-info p {
    width: 90%;
    margin: 5% auto;
    float: none;
  }

  .lessons-info img {
    width: 90%;
    margin: 3% auto 5%;
    float: none;
  }

  /* CONTACT.HTML MEDIUM-LARGE STYLES */

  #contact-section {
    width: 90%;
    margin: auto;
  }

  #contact-section img {
    width: 50%;
    float: left;
  }

  .contact {
    width: 40%;
    float: right;
    margin: 10% auto;
  }

  .contact h3 {
    font-size: 2.3rem;
    margin: 0 auto;
  }

  .contact p {
    font-size: 1.25rem;
  }
}
