@media screen and (max-width:320px) {
    span.letter-a {
        font-weight: 400;
        font-size: 6vw;  
      }

      .letter-a {
        margin-top: 40px;
        margin-right: 2px;
      }
      
      span.dark {
        font-weight: 800;
        font-size: 20vw;
      }

      .blue-box {
        width: 60vw;
        height: 10px;
        margin-left: 32px;
        background-color: #4B7BF3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -7vh; /* ------ Chris's Additions -------- */
      }

      .century {
        font-weight: 600;
        font-size: 10vw;
        margin-top: -12px;
        margin-left: 32px;
      }
 
    .footer {
        background-color: #DF0077;
        height: 900px;
    }

    .footer-wrap {
        display: flex;
        flex-direction: column;
    }
      
      
    .footer ul {
        list-style-type: none;
        padding-inline-start: 0;
    }
      
    .footer li {
        font-size: 12px;
        font-weight: 400;
        color:white
    }
      
    .line-ft {
        border: 1px solid white;
    }
      
    .footer-side {
        max-width: 320px;
    }
      
    .menu-items {
        width: 150px;
        height: 150px;
        margin-left: 0px;
        margin-top: 40px;
       
    }
      
    .menu-items li {
        justify-content: left;
        margin-left: 0px;
        padding-bottom: 16px;
    }
      
    .menu-items li:last-of-type {
        padding-bottom: 0;
    }
      
    .right-logos {
        margin-top:40px;
        margin-bottom: 32px;
        justify-content:flex-end;
        max-width: 100px;
    }

    .logo-southbank {
        max-width: 100%;
    }
    
    .logo-arts {
        max-width: 100%;
    }
      
    .left-logo {
        max-height: auto;
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
        margin-right: 0px;
        justify-content: flex-start;
    }
      
    .top-items {
        max-width: 576px;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
    }
      
    .social-icons {
        padding-right: 12px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 24px;
        align-content: center;
    }

    .footer-text {
        max-width: 300px;
       } 
      
    .footer p {
        font-size: 12px;
        font-weight: 100;
        max-width: 320px;
    }
      
    .footer p:-type {
        padding-top: 16px;
        padding-bottom: 16px;
    }  
}

@media screen and (max-width:576px) {

    .hero-photo {
        background-image: url(../images/Gidon-background.jpg);
        background-size: cover;
        background-position-x: -400px;
        background-repeat: no-repeat;
        /* min-width: 1080px; */
        height: 50vh;
    }
    .arrow-button {
        border: none;
        height: 24px;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        justify-content: right;
      }

      .content-space-between {
        max-width: 108%;
        min-width: 250px;
      }

      .gid-img {
        max-width: 100%;
      }

      span.letter-a {
        font-weight: 400;
        font-size: 6vw;  
      }
      
      span.dark {
        font-weight: 800;
        font-size: 20vw;
      }

      .blue-box {
        width: 60vw;
        height: 10px;
        margin-left: 55px;
        background-color: #4B7BF3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -10vh; /* ------ Chris's Additions -------- */
      }

      .century {
        font-weight: 600;
        font-size: 10vw;
        margin-top: -22px;
        margin-left: 32px;
      }
    
      .footer {
        background-color: #DF0077;
        min-height: 700px;
    }
      
    .footer ul {
        list-style-type: none;
        padding-inline-start: 0;
    }
      
    .footer li {
        font-size: 12px;
        font-weight: 400;
        color:white
    }
      
    .line-ft {
        border: 1px solid white;
    }
      
    .footer-side {
        max-width: 576px;
    }
      
    .menu-items {
        width: 150px;
        height: 150px;
        margin-left: 0px;
        margin-top: 40px;
       
    }
      
    .menu-items li {
        justify-content: left;
        margin-left: 0px;
        padding-bottom: 16px;
    }
      
    .menu-items li:last-of-type {
        padding-bottom: 0;
    }
      
    .right-logos {
        margin-top:40px;
        margin-bottom: 32px;
        justify-content:flex-end;
        max-width: 275px;
    }

    .logo-southbank {
        max-width: 100%;
    }
    
    .logo-arts {
        max-width: 100%;
    }
      
    .left-logo {
        max-height: auto;
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
        margin-right: 0px;
        justify-content: flex-start;
    }
      
    .top-items {
        max-width: 576px;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
    }
      
    .social-icons {
        padding-right: 12px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 24px;
        align-content: center;
    }
      

   .footer-text {
    max-width: 500px;
   } 

    .footer p {
        font-size: 12px;
        font-weight: 100;
        width: auto;
    }
      
    .footer p:-type {
        padding-top: 16px;
    }  
    

}

@media screen and (max-width: 768px) {

body {
    overflow-x: hidden;
    background-size: 200%;
}

    .content-wrapper {
        max-width: 768px;
        margin: 0 16px;
    }

    .nav-links {
        position: absolute;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #DF0077;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 30%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }

    .nav-links li{
        opacity: 0;
        margin-left: 0px;
    }

    .burger{
        display: block;
        cursor: pointer;
    }

    .menu-button {
        display: none;
    }

    .nav-active{
        transform: translateX(0%);
    }

    .row-to-column {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer {
        background-color: #DF0077;
        height: 700px;
    }
      
      
    .footer ul {
        list-style-type: none;
        padding-inline-start: 0;
    }
      
    .footer li {
        font-size: 12px;
        font-weight: 400;
        color:white
    }
      
    .line-ft {
        border: 1px solid white;
    }
      
    .footer-side {
        max-width: 600px;
    }
      
    .menu-items {
        width: 150px;
        height: 150px;
        margin-left: 0px;
        margin-top: 40px;
       
    }
      
    .menu-items li {
        justify-content: left;
        margin-left: 0px;
        padding-bottom: 16px;
    }
      
    .menu-items li:last-of-type {
        padding-bottom: 0;
    }
      
    .right-logos {
        margin-top:40px;
        margin-bottom: 32px;
        justify-content:flex-end;
        max-width: 275px;
    }

    .logo-southbank {
        max-width: 100%;
    }
    
    .logo-arts {
        max-width: 100%;
    }
      
    .left-logo {
        max-height: auto;
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
        margin-right: 0px;
        justify-content: flex-start;
    }
      
    .top-items {
        max-width: 768px;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
    }
      
    .social-icons {
        padding-right: 12px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 24px;
        align-content: center;
    }
      
    .footer p {
        font-size: 12px;
        font-weight: 100;
        max-width: 533px;
    }

    .footer-text {
        max-width: 700px; 
    }
      
    .footer p:-type {
        padding-top: 16px;
    }  
   
}

@media screen and (max-width: 992px) {

    .footer {
        background-color: #DF0077;
        height: auto;
    }
      
      
    .footer ul {
        list-style-type: none;
        padding-inline-start: 0;
    }
      
    .footer li {
        font-size: 12px;
        font-weight: 400;
        color:white
    }
      
    .line-ft {
        border: 1px solid white;
    }
      
    .footer-side {
        max-width: 500px;
        margin-left: 100px;
    }
      
    .menu-items {
        width: 150px;
        height: 150px;
        margin-left: 0px;
        margin-top: 40px;
       
    }
      
    .menu-items li {
        justify-content: left;
        margin-left: 0px;
        padding-bottom: 16px;
    }
      
    .menu-items li:last-of-type {
        padding-bottom: 0;
    }
      
    .right-logos {
        margin-top:40px;
        margin-bottom: 32px;
        justify-content:flex-end;
        max-width: 275px;
    }

    .logo-southbank {
        max-width: 100%;
    }
    
    .logo-arts {
        max-width: 100%;
    }
      
    .left-logo {
        max-height: auto;
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
        margin-right: 0px;
        justify-content: flex-start;
    }
      
    .top-items {
        max-width: 992px;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
    }
      
    .social-icons {
        padding-right: 12px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 24px;
        align-content: center;
    }
      
    .footer p {
        font-size: 12px;
        font-weight: 100;
        max-width: 500px;
    }

    .footer-text {
        max-width: 500px; 
    }
      
    .footer p:-type {
        padding-top: 16px;
    }  
}

 @media screen and (max-width: 1200px) {

    .nav {
        justify-content: space-between;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #DF0077;
    }

    #hero-section-background {
        background-size: cover;
        background-color: #A5BDF9;
        width: auto;
        height: 60vh;
    }

    .hero-photo {
        background-image: url(../images/Gidon-background.jpg);
        background-size: cover;
        background-position-x: -400px;
        background-repeat: no-repeat;
        /* min-width: 1080px; */
        height: 50vh;
    }

    .performers {
        max-width: 374px;
    }

    .music {
        max-width: 532px;
    }


}