@font-face {
    font-family: clarendon;
    src: url(./fonts/clar45w.ttf)
}

@font-face {
    font-family: gothic;
    src: url(./fonts/news-gothic-regular.otf)
}

@font-face {
    font-family: gothicBold;
    src: url(./fonts/News\ Gothic\ Bold.otf)
}

h1 {
    font-family: clarendon;
    font-weight: normal;
    color: #9b3d1f;
    font-size: 1.5em;
    margin: -9% 5% -2.5% 5%;
    letter-spacing: .05em;
    position: relative;
    z-index: 3;
    -webkit-animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both
}

h2 {
    font-family: gothicBold;
    text-align: center;
    border: 2px solid black;
    width: fit-content;
    width: moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wide-h1 {
    display: none;
}

.jazz-drummer {
    font-size: 1.2em;
    color:#997b1e;
    font-family: clarendon;
    margin: -18% 10% -2% 8%;
    position: relative;
    z-index: 5;
    letter-spacing: .05em;
    -webkit-animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both
}

nav {
    margin: 1% 0% 0% 0%;
    -webkit-animation:tracking-in-contract 1s cubic-bezier(.215,.61,.355,1.000) ;
    animation:tracking-in-contract 1s cubic-bezier(.215,.61,.355,1.000) ;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

hr {
    opacity: .25;
    margin: 0%;
    text-align: left;
    width: 66%;
}

.container nav {
    text-align: center;
}

.container nav ul {
    margin: 0%;
    padding: 0%;
}

.container nav ul li ul {
    padding: 5%;
}

@-webkit-keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}@keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}


body {
    background-color: black;
    margin: 0%;
    padding: 0%;
}

header {
    width: 100vw;
    height: 8vh;
    margin: 0%;
    padding: 0%;
}

a {
    color: #1f7c9b;
    text-decoration: none;
}

.container {
    width: 100vw;
    height: 100vh;
    margin: 0%;
    padding: 0%;
    overflow: hidden;
}

.hero {
    width: 100%;
    height: 50%;
    background-position: center center;
    margin: 20% 0% 0% 0%;
    padding: 0%;
    background-image: url(./img/jon-mobile.jpg);
    background-size: cover;
    animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both;
    -webkit-animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both;
}

@-webkit-keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.nav-scroll {
    margin: 0% !important;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 4;
    top: 0%;
    left: 0%;
    background: black;
    opacity: .9;
    padding: 0%;
    height: 45px;
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.nav-scroll ul {
    padding: 0%;
    width: 100vw; 
    text-align: center;
    margin: 7% 0%;
} 

.nav-scroll ul li ul {
    width: 30vw;
    text-align: left;
    opacity: 1;
}

.nav-scroll a {
    margin: 3% 0%;
    opacity: 1;
}

nav li {
    display: inline;
    list-style: none;
    position: relative;
    opacity: 1;
}

nav a {
    color: white;
    text-decoration: none;
    font-family: gothic;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: -.05em;
    margin: -.07em;
}

a:hover {
    color: #5e5751;
}

#projectsDropdown a:hover, #resourcesDropdown a:hover {
    opacity: 1;
}

ul li ul {
    margin: 0%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 3;
    transition: all 0.5s ease;
    display: none;
    width: 120px !important;
    height: auto !important;
    padding: 10px !important;
    background-color: white;
    text-align: left;
    box-shadow:  0 2.8px 2.2px rgba(0, 0, 0, 0.034),    0 6.7px 5.3px rgba(0, 0, 0, 0.048),    0 12.5px 10px rgba(0, 0, 0, 0.06),    0 22.3px 17.9px rgba(0, 0, 0, 0.072),    0 41.8px 33.4px rgba(0, 0, 0, 0.086),    0 100px 80px rgba(0, 0, 0, 0.12)  ;
}

  .dropdown-show {
      margin: 0%;
      text-align: left;
  visibility: visible;
  opacity: 1;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-animation:scale-in-top .5s cubic-bezier(.25,.46,.45,.94) both;
  animation:scale-in-top .5s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes scale-in-top{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}}@keyframes scale-in-top{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}}


.dropdown-show li {
    text-align: left;
    background-color: white;
    border: none;
    width: 100px;
    margin: 0%;
}

.dropdown-show a {
    display: inline-block;
    color: black; 
    background-color:white;
    padding: 5% 10% !important; 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: left;
    border: none;
    width: 90px !important;
    position: inherit;
    margin: 0%;
}

.dropdown-show a:hover, .dropdown-show a:active {
    background-color: #edf2f5;
}

.social-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .9;
    width: 100vw;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
}

.scroll-fade {
    opacity: 0;
}

.social-bar li {
    display: inline;
    margin: 8px;
}

.social-bar ul {
    margin: 0%;
    padding: 0%;
    text-align: center;
}

.icon {
    width: 20px;
    height: 20px;
    opacity: 1;
}

.icon:hover {
    opacity: .5;
}

.bio-img {
    width: 92%;
    height: auto;
    margin: 2% 4%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bio-img-large-screen {
    display: none;
}

.bio, .description {
    background-color: white;
    background-image: url(./img/j.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: auto;
    padding: 2% 0%;
    font-family: gothic;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-right: 3px solid black;
    border-left: 3px solid black;
    box-sizing: border-box;
    margin-bottom: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.description {
    background-image: none;
    height: 80vh; 
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2%;
}

.oh-drum-canada, #albumSection, .mjd {
    height: auto;
}

.bio p, .description p {
    text-indent: .5em;
    text-align: left;
    padding: 0% 2% 0% 4%;
    margin: 0%;
    letter-spacing: .03em;
    font-size: .9em;
    
}

.description p {
    font-family: gothic;
    letter-spacing: -.025em;
    background-color: #ecf6fc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow:  0 2.8px 2.2px rgba(0, 0, 0, 0.034),  0 6.7px 5.3px rgba(0, 0, 0, 0.048),  0 12.5px 10px rgba(0, 0, 0, 0.06),  0 22.3px 17.9px rgba(0, 0, 0, 0.072),  0 41.8px 33.4px rgba(0, 0, 0, 0.086),  0 100px 80px rgba(0, 0, 0, 0.12);
    padding: 4% 2% 4% 4%;
    margin: 0%;
}

.about h1, .four-on-the-floor h1, .music h1, .oh-drum-canada h1 {
    margin: 5%;
    font-size: 1.5em;
}

.about nav a, .four-on-the-floor nav a, .music nav a, .oh-drum-canada nav a {
    font-size: .8em;
}

.about nav, .four-on-the-floor nav, .music nav, .oh-drum-canada nav {
    margin-top: -7%;
}

.current {
    color: #1f7c9b;
}

.album-img {
    width: 100%;
    height: auto;
    margin: 5% auto 0% auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.album-container iframe {
    margin-top: 0%;
    margin-bottom: 20px;
}

.four-on-the-floor {
    width: 100vw;
    height: auto;
}

.blog-link {
    position: absolute;
    margin: 10% auto;
}

#fourOnTheFloor {
    z-index: 1;
    position: relative;
}

.oh-drum-canada-img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 2% 0% 7% 0%;
}

.splide {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.splide__arrow, .splide__video__play {
    background-color: #075a6e;
}

.splide__slide img {
    width: 100%;
}

form {
    display: flex;
    max-height: 75vh;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    background: rgb(7,90,110);
    background: radial-gradient(circle, rgba(7,90,110,1) 0%, rgba(4,65,80,1) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: -13px 13px 13px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: -13px 13px 13px -11px rgba(0,0,0,0.75);
    box-shadow: -13px 13px 13px -11px rgba(0,0,0,0.75);
    box-sizing: border-box;
}
  
  label {
    margin: 15px;
    font-family: gothicBold;
    color: white;
    text-transform: uppercase;
    letter-spacing: -.03em;
  }
  
  input {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    color: #24313f;
    border: none;
    border-radius: 5px;
    width: 20vw;
    height: 25px;
    min-width: 200px;
    font-family: gothic;
  }
  
  
  textarea {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 50vw;
    min-width: 200px;
    color: #24313f;
    border: none;
    border-radius: 5px;
    font-family: gothic;
  }
  
  form button {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: gothic;
    font-weight: 100;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 4px 12px black;
    width: 120px;
    height: auto;
    padding: 2%;
}
  
  form button:active {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}
  
  form button:hover {
    cursor: pointer;
    opacity: .5;
  }
  
  
  fieldset {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 75vw;
    max-width: 715px;
    border: none;
    border-radius: 20px;
    padding: 0px;
    position: relative;
    margin-top: 0px;
    padding: 15px;
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2a8fb4;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #2a8fb4;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #2a8fb4;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #2a8fb4;
  }

  .mjd-img {
      width: 96%;
      height: 100vw;
      background-image: url(./img/paper.jpg), url(./img/mjd.jpg);
      background-size: cover, cover;
      background-position: center center;
      background-blend-mode: multiply;
      box-sizing: border-box;
      margin: 2%;
      border-radius: 5px  ;
      -webkit-border-radius: 5px  ;
      -moz-border-radius: 5px  ;
      -ms-border-radius: 5px  ;
      -o-border-radius: 5px  ;
      box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.mjd p {
    margin: 2% 2% 5% 2%;
}

  .four-on-the-floor p {
    margin-bottom: 5%;
  }

  .container, body {
    overflow: scroll;
    overflow: auto;
    -webkit-overflow: scroll;
}
  

@media only screen and (min-width: 450px) {
    .hero {
        background-image: url(./img/jon-tablet.jpg);
        height: 60%;
        margin-top: 10%;
    }

   .jazz-drummer {
       margin-left: 16%;
   }

    ul li ul {
        right: 5%;
    }

    .container h1 {
        margin-left: 13%;
        margin-bottom: -1.5%;
    }

    .text {
        column-count: 2;
        column-gap: 1%;
        column-rule: .5px solid lightgray;
}

    .bio p {
        padding: 0% 2%;
    }

    .bio-img {
        display: none;
    }

    .bio-img-large-screen {
        display: block;
        width: 95vw;
        margin: 2% auto;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    #fourOnTheFloor {
        height: 85vh;
    }

    .about nav, .four-on-the-floor nav, .music nav, .oh-drum-canada nav {
        margin-top: -6.5%;
        margin-left: 3%;
    }
}

@media only screen and (min-width: 600px) {
    .jazz-drummer {
        margin-left: 18%;
    }

    .container nav {
        margin-top: 1.5%;
    }

    .container h1 {
        margin-left: 15%;
        margin-top: -8%;
    } 

    h1 {
        font-size: 1.7em;
    }

    nav a {
        font-size: .85em;
    }

    .about nav, .four-on-the-floor nav, .music nav, .oh-drum-canada nav {
        margin-left: 3%;
        margin-top: -6%;
    }

    .hero {
        height: 60%;
        margin-top: 10%;
    }

    .description {
        padding: 2% 10%;
    }

    .oh-drum-canada-img {
        width: 100%;
    }
}

@media only screen and (min-width: 660px) {
    .container h1 {
        margin-top: -7%;
    }

    .hero {
        background-image: url(./img/jon.jpg);
    }
}

@media only screen and (min-width: 750px) {
    .mjd-img {
        width: 100%;
        margin: 0%;
    }
    
    .album-container {
        display: grid;
        margin: 3% auto;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        grid-template-areas: 
        "a1 p1"
        ;
    }

    .album-img {
        width: 100%;
        grid-area: a1;
        margin: 0%;
        justify-self: end;
    }

    .album-container iframe {
        width: 100%;
        height: 100%;
        grid-area: p1;
        margin: 0%;
    }

    .description p {
        margin-left: 0%;
        margin-right: 0%;
    }
    
    .narrow-h1 {
        display: none;
    }

    .jazz-drummer {
        display: none;
    }

    .wide-h1 {
        display: block;
    }
    
    h1 {
        font-size: 1.7em;
    }

    .container h1 {
        color: #9b3d1f;
        margin-left: 5%;
    }

    .container h1 span {
        color: #997b1e;
    }

    .container nav {
        margin-top: 2%;
    }

    nav a {
        font-size: .9em;
    }

    .about h1, .four-on-the-floor h1, .music h1 {
        font-size: 1.9em;
    }


    .about nav, .four-on-the-floor nav, .music nav, .oh-drum-canada nav {
        margin-left: 4%;
    }

    .about nav a, .four-on-the-floor nav a, .music nav a, .oh-drum-canada nav a {
        font-size: .9em;
    } 

    .bio {
        background-size: 50%;
    }

    .bio p {
        padding: 0% 3%;
    }

    ul li ul {
        width: 125px;
    }
}

@media only screen and (min-width: 800px) {
    .hero {
        background-image: url(./img/jon-desktop.jpg)
    }

    .mjd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        grid-template-areas: 
        "p i";
        gap: 5%;
        height: 75vh;
    }

    .mjd-img {
        grid-area: i;
        width: 100%;
        height: 70vh;
        margin: 0%;
    }

    .mjd p {
        grid-area: p;
        margin: 0%;
    }

    .container ul li ul {
        bottom: 25px;
    }

    .container .dropdown-show {
        -webkit-animation:scale-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both
    }

    @-webkit-keyframes scale-in-bottom{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:1}}@keyframes scale-in-bottom{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:1}}

    
}

@media only screen and (orientation: landscape) {
    .hero {
        margin: 0%;
        width: 90vw;
        height: 90vh;
        background-position: center center;
    }

    .container {
        padding: 0vh 5vw;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow: auto;
        overflow: scroll;
    }
}

@media only screen and (orientation: landscape) and (min-width: 800px) {
    .hero {
        width: 80vw;
        height: 60vw;
        background-position: center center;
        margin: 0% auto 0% auto;
    }

    .container {
        padding: 0%;
        box-sizing: border-box;
        overflow: scroll;
        overflow: auto;
        -webkit-overflow: scroll;
    }

    .container h1 {
        margin-top: -5%;
        margin-left: 7%;
        
    }

    .container nav {
        margin-top: 1.5%;
        
    }

    .scroll-fade {
        opacity: 1;
    }

    #soundcloud-player {
        width: 75%;
        height: 60%; 
        margin-left: auto;
        margin-right: auto;
    }

    form button {
        padding: 1%;
    }
}

@media only screen and (min-width: 900px) {
    .text {
        column-count: 3;
    }

    .bio {
        background-size: 30%;
    }

    .bio-img-large-screen {
        width: 66vw;
    }

    .hero {
        margin: 0% 6% 0% 14%;
    }

    .container h1 {
        margin-top: -8%;
        margin-left: 3%;
    }

    .container nav {
        margin-left: -13%;
    }
}


@media only screen and (min-width: 950px) {
    .hero {
        width: 75vw;
        height: 56vw;
        background-position: center center;
    }

    .container h1 {
        margin-top: -5%;
        margin-left: 5%;
    }

    .container nav {
        margin-left: -15%;
    }

    .about nav, .four-on-the-floor nav, .music nav, .oh-drum-canada nav {
        margin-left: 4.5%;
        margin-top: -5.75%;
    }

    .bio {
        background-size: 25%;
    }
}

@media only screen and (min-width: 1000px) {
    .bio, .description {
        box-sizing: border-box;
        width: 90%;
    }

    .bio {
        margin: 0% 5% 5%;
    }

    .description {
        margin: 0% 5%;
    }

    .splide {
        margin-bottom: 10%;
    }

    .container h1 {
        margin-top: -10%;
        margin-left: 7%;
    }

    .container nav {
        margin-left: -13%;
    }

    .hero {
        width: 71vw;
        height: 53vw;
        background-position: center center;
        margin: 0% 12% 0% 18%;
    }

    
}

@media only screen and (min-width: 1050px) {

     .container h1 {
        margin-left: 8%;
    }  

    .container nav {
        margin-left: -15%;
    }
}

@media only screen and (min-width: 1150px) {
    .hero {
        width: 65vw;
        height: 48vw;
    }

    .container nav {
        margin-left: -21%;
    }

    .container h1 {
        margin-top: -5%;
    }
}

@media only screen and (min-width: 1200px) {
    .text {
        column-count: 4;
    }

    .bio {
        margin: 0% 7.5% 5%;
        width: 85%;
    }

    .description {
        margin: 0% 10%;
        width: 80%;
    }

    .about nav, .four-on-the-floor nav, .music nav, .oh-drum-canada nav {
        margin-left: 10.5%;
        margin-top: -5.5%;
    }

    .about h1, .four-on-the-floor h1, .music h1 {
        margin-left: 11%
    }

    .container h1 {
        margin-left: 11%;
    }  

    .container nav {
        margin-left: -17%;
    }

    .album-img {
        width: 30vw;
    }

    .album-container iframe {
        width: 30vw;
        height: 30vw;
    }
}











