* {box-sizing: border-box;}
html {margin: auto;}
body {font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 100%;}
a:link, a:visited {text-decoration: none; color: inherit;}
a:hover, a:active {color:#B58D3D;}
.fa-facebook:hover, .fa-facebook:active {color:#3b5998;}
.fa-instagram:hover, .fa-instagram:active {color: #bc2a8d;}
.fa-youtube:hover, .fa-youtube:active{color:#FF0000;}
h1 {font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 1.1em;}
h2 {font-family: 'Work Sans', sans-serif; font-weight: bold; font-size: 1.3em;}
h3 {font-family: 'Work Sans', sans-serif; font-weight: bold; font-size: 1.2em;}
p {font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 1em;}

/* Add a background color to the top navigation */
.topnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #000000;
  width: calc(100vw - (100vw - 100%));
  text-align: right;
    }

/* Style the links inside the navigation bar */
.topnav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  padding-top: 31.5px;
  padding-bottom: 28.5px;
  padding-right: 20px;
  display: inline-block;
}

.topnav a:hover, .topnav a:active {color:#B58D3D;}
.topnav .fa-facebook:hover, .topnav .fa-facebook:active {color:#3b5998;}
.topnav .fa-instagram:hover, .topnav .fa-instagram:active {color: #bc2a8d;}
.topnav .fa-youtube:hover, .topnav .fa-youtube:active{color:#FF0000;}

/* Place Wedding Pianist Tom Green to the left of the viewport using float*/
.topnav .logo {float: left; padding: 17px; 1em;}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
  }

/* When the screen is less than 820 pixels wide, hide all links, except for the first one ("Wedding Pianist Tom Green" logo). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 820px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 820px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  padding-right: 17px;  
  color: #555555;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 17px;  }
  .topnav.responsive {float: none;}
  .topnav.responsive {position:-webkit-sticky; position: sticky; top:0;}
  .topnav.responsive {
    display: block;
    width: 100%;
    text-align: right;
      }
}

/* Social Media Icons */

.fa {font-size: 1.5em;}

.accordion {
  padding: 0px 0px;
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  border: 0px;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
}

.active, .accordion:hover {
  color: #B58D3D;
}

.panel {
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/* Main body of site */

.primarypicture {margin: auto; max-width: 768px;}
.secondarypicture {margin: auto; max-width: 768px;}
.content {margin: auto; max-width: 768px; padding: 0px 20px 0px 20px; border: 0px; text-align: left; color: #222222;}
.footerholder {width: calc(100vw - (100vw - 100%)); background-color: #777777;}
.footer {margin: auto; max-width: 768px; padding: 0px 20px 0px 20px; border: 0px; text-align: left; background-color: #777777; color: #ffffff;}