/* <------------- Desktop First : Non-mobile ------------> */

/* Custom (up to and including 320px) */

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


.content-wrapper {
    max-width: 320px;
    margin: 0 16px;
}
       
h1 {
    font-size: 10vw;
    line-height: 100%;
    color: white
}


.row-to-wrap {
    flex-wrap: wrap;
}

.button-group {
    flex-direction: column;
    gap: 8px;
}

.hero-button {
    height: 40px;
    width: 125px;
    background-color: #DF0077;
    font-size: 15px;
    font-weight: 500;
    color: white;
    border-radius: 10px;
    border: none;
    margin-top: 16px;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

    .card-content {
        max-width: 320px;
        max-height: auto;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
        flex-direction: column;
    }

    .image {
    max-width: 100%;
    display: block;
    height: auto;
    padding: 0;
    }
   

    .buttons-space {
        max-width: 320px;
        padding-right: 16px;
    }

    .primary-button {
        background-color: #DF0077;
        align-items: center;
        padding: 0 40px 0 44px;
        color: white;
        border: none;
        border-radius: 8px; 
        width: 150px;
        height: 44px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    
    
    .secondary-button {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #DF0077;
        color: white;
        border-radius: 8px;
        width: 120px;
        height: 44px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 16px;
        padding: 0;
        margin-right: 16px;
    }

    span.mr {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.03em;
        color: rgba(223, 0, 119, 0.8);
    }

    .pink-line {
        border: none;
        color: #B60363;
        background-color: #B60363;
        width: 8px;
        margin: 0;
    }

    .director-image {
        mix-blend-mode: luminosity;
        margin-right: 0px;
        margin-left: 24px;
        margin-bottom: 24px;
        max-height: 281px;
        max-width: 100%; /* evita desbordamientos */
        height: auto;
        align-self: flex-start;
    }
    
    .director-card {
        max-width: 320px;
    }

    .director-text {
        max-width: 300px;
        line-height: 125%;
    }
    
    .director-card-text {
        margin-left: 8px;
        margin-right: 8px;
        max-width: 300px;
    }

    .banner {
        background: url(../images/star.svg),
        repeating-linear-gradient(-45deg,#1E1C21,rgba(199, 102, 154, 0.2) 0.5px, #1E1C21 1px, #1E1C21 4px)
        ;
        background-size: 0vh, auto;
        background-position: -10em;
        background-color: #1E1C21;
        background-repeat: no-repeat, repeat;
        max-height: 500px;
    }

    .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;
    }  

}


/* Small devices (landscape phones, up to and including 576px) */

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


 .nav-links {
    width: 100%;
}

    
.content-wrapper {
    max-width: 576px;
    margin: 0 16px;
}
       
h1 {
    font-size: 13vw;
    line-height: 100%;
    color: white
} 
      
h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff
}
      
h3 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.05em;
    /* line-height: 115%; */
}
      
h4 {
    font-size: 12px;
    font-weight: 600;
    color: white
}
         
p {
    font-size: 16px;
    font-weight: 100;
    color:white;
    letter-spacing: 0.02em;
}
      
.white-text {
    color: #fff;
}
      
.text-space {
    margin: 0 40px 40px 0;
}
      
.justif-end {
    justify-content: flex-end;
} 
    
    
      
/* -----------NAV Styles------------- */
      
.nav {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #DF0077;
}
       
       
.logo {
    width: 68px;
}
       
nav li a:link {
    text-decoration: none;
    color: white;
}
       
    nav li a:visited {
        text-decoration: none;
        color: white;
    }
       
    nav li a:hover {
        text-decoration: underline;
        color: black;
    }
       
    nav li a:active {
        color: black;
    }
       
    .menu-button {
        border: none;
        height: 24px;
        padding: 0 24px 0 0;
        background-color: rgba(0, 0, 0, 0);
        justify-content: right;
    }
       
 
      
    .menu-button:last-of-type {
        padding: 0px
    }
    
    
    /* <---------hero section--------> */
    
    .hero-button {
        height: 40px;
        width: 172px;
        background-color: #DF0077;
        font-size: 15px;
        font-weight: 500;
        color: white;
        border-radius: 10px;
        border: none;
        margin-top: 16px;
        margin-bottom: 24px;
        margin-left: 0px;
        letter-spacing: 0.05em;
    }
    
    .hero-sentence {
       display: none;
    }
    
    .season-padding {
        padding-bottom: 8px;
    }
    
    span.season {
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 0.05em;
    }
    
    span.words {
        font-size: 14px;
        font-weight: 500;
        color: #C9A8F5;
       letter-spacing: 0.05em;
    }
    
    span.quote-mark {
        display: none;
    }
    
    span.quotation {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.03em;
        color: white;
    }
    
    .sentence-margin {
        margin-top: 20px;
    }
    
    .sentence-lines {
        border: none;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.4);
    }
    
    .line-margin-bottom {
        margin-bottom: 12px;
    }
    
    .line-margin-top {
        margin-top: 24px;
    }
    
    .sep-lines {
        border: none;
        height: 1.5px;
        margin-top: 32px;
        margin-bottom: 32px;
        background-color: rgba(255, 255, 255, 0.2);   
    }
    
    
    
    
    
    
    /* <---------upcoming concerts section--------> */
    
    .primary-button {
        background-color: #DF0077;
        align-items: center;
        padding: 0 40px 0 44px;
        color: white;
        border: none;
        border-radius: 8px; 
        width: 172px;
        height: 44px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    
    
    .secondary-button {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #DF0077;
        color: white;
        border-radius: 8px;
        width: 172px;
        height: 44px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 16px;
        padding: 0;
        margin-right: 16px;
    }

    .terciary-button {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        color: #DF0077;
        border-radius: 8px;
        width: 120px;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 0;
        padding: 0;
    }
    
    .title-button {
        max-width: 576px;
        justify-content:space-between;
    }
    
    .margin-left-8 {
        margin-left: 8px;
    }
    
    .buttons-space {
        max-width: 530px;
        padding-right: 16px;
    }
    
    .buttons-bottom-1-3 {
        margin-top: 16px;
        margin-bottom:16px;
    }
    
    .buttons-bottom-2 {
        margin-top: 16px;
        margin-bottom:16px;
    }
    
    a:link {
        text-decoration: none;
        color: white;
    }
    
    a:visited {
        text-decoration: none;
        color: white;
    }
    
    span.date-time {
        font-size: 12px;
        font-weight: 100;
        letter-spacing: 0.05em;
    }
    
    span.location {
        font-size: 10px;
        font-weight: 100;
        letter-spacing: 0.05em;
    }
    
    .align-center {
        align-items: center;
    }
    
    .card-content {
        max-width: 576px;
        max-height: 450px;
        justify-content: space-between;
        margin-top: 0px;
        margin-bottom: 32px;
        flex-direction: column;
    }
    
    .justify-baseline {
        justify-items: baseline;
    }
    
    .image {
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
    }
    
    .justif-btw {
        justify-content: space-between;
    }
    
    /* <---------Artistic Director Section--------> */
    
    .director-image {
        mix-blend-mode: luminosity;
        margin-right: 0px;
        margin-left: 24px;
        margin-bottom: 24px;
        max-height: 281px;
        max-width: 100%; /* evita desbordamientos */
        height: auto;
        align-self: flex-start;
    }
    
    .director-card {
        max-width: 530px;
    }
    
    .pink-line {
        border: none;
        color: #B60363;
        background-color: #B60363;
        width: 8px;
        max-height: auto;
        margin: 0;
    }
    
    span.director-title {
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 0.02em;
    }
    
    span.mr {
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0.03em;
        color: rgba(223, 0, 119, 0.8);
    }
    
    .director-text {
        max-width: 450px;
        line-height: 125%;
    }
    
    .director-card-text {
        margin-left: 16px;
        margin-right: 16px;
        max-width: 530px;
    }
    


    /* <---------banner--------> */
    
    .banner {
        background: url(../images/star.svg),
        repeating-linear-gradient(-45deg,#1E1C21,rgba(199, 102, 154, 0.2) 0.5px, #1E1C21 1px, #1E1C21 4px)
        ;
        background-size: 120vh, auto;
        background-color: #1E1C21;
        background-repeat: no-repeat, repeat;
        height: auto;
    }
    
    /* .star {
        background-image: url(../images/star.svg);
        background-repeat: no-repeat;
        color: rgba(0, 0, 0, 0);
        height: 210px;
        align-items: flex-end;
    } */
    
    span.help-us {
        font-size: 12px;
        font-weight: 500;
        color: #DF0077;
    }
    
    span.small-text {
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0.03em;
    }
    
    .support-wrapper {
        max-width: 265px;
        margin: 16px 40px 40px 0;
    }
    
    .donate-button {
        margin-top: 16px;
        margin-bottom: 40px;
        align-self: flex-start;
    }
    
    /* <---------footer--------> */
    
    .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: 600px;
    }
      
    .footer p:-type {
        padding-top: 16px;
    }  

}


/* Medium devices (tablets, up to and including 768px) */

@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: 50%;
        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%);
    }

    .hero-button {
        height: 40px;
        width: 172px;
        background-color: #DF0077;
        font-size: 15px;
        font-weight: 500;
        color: white;
        border-radius: 10px;
        border: none;
        margin-top: 16px;
        margin-bottom: 24px;
        margin-left: 0px;
        letter-spacing: 0.05em;
    }
 
    
    .title-button {
        max-width: 768px;
        justify-content: space-between;
    }

    .cards {
        align-items: center;
        justify-content: space-between;
    }

    .card-content {
        max-width: 768px;
        max-height: auto;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
        flex-direction: column;
    }

    .image {
        max-width: auto;
        max-height: auto;
        padding: 0;
    }

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

    .director-text {
        max-width: 579px;
        line-height: 125%;
    }
    
    .director-card-text {
        margin-left: 24px;
        margin-right: 16px;
        max-width: 768px;
        align-self: flex-start;
    }

    .director-image {
        mix-blend-mode: luminosity;
        margin-right: 0px;
        margin-left: 24px;
        margin-bottom: 24px;
        max-height: 281px;
        max-width: 100%; /* evita desbordamientos */
        height: auto;
        align-self: flex-start;
    }

    .banner {
        background: url(../images/star.svg),
        repeating-linear-gradient(-45deg,#1E1C21,rgba(199, 102, 154, 0.2) 0.5px, #1E1C21 1px, #1E1C21 4px)
        ;
        background-size: 150vh, auto;
        background-repeat: no-repeat, repeat;
        height: auto;
    }

    .support-wrapper {
        max-width: 265px;
        margin-left: 56px;
        margin-bottom: 40px;
    }

    .donate-button {
        margin: 0px;
        margin-left: 56px;
        align-self: flex-end;
    }

    .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: 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;
    }  
   
}


/* Large decives (desktops, up to and including 992px) */

@media screen and (max-width: 992px) {
    .content-wrapper {
        max-width: 992px;
        margin: 0 16px;
    }
    .banner {
        background: url(../images/star.svg),
        repeating-linear-gradient(-45deg,#1E1C21,rgba(199, 102, 154, 0.2) 0.5px, #1E1C21 1px, #1E1C21 4px)
        ;
        background-position-x: -100px;
        background-size: cover, auto;
        background-repeat: no-repeat, repeat;
        height: auto;
    }

    .donate-button {
        margin-bottom: 24px;
    }


    .card-content {
        max-width: 280px;
        max-height: auto;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 32px;
        flex-direction: row;
    }

    .image {
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
    }

    .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;
    }  
}


/* Extra large devices (large desktops, up to and including 1200px) */

@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;
    }

    .banner {
        background: url(../images/star.svg),
        repeating-linear-gradient(-45deg,#1E1C21,rgba(199, 102, 154, 0.2) 0.5px, #1E1C21 1px, #1E1C21 4px)
        ;
        background-position-x: -150px;
        background-size: cover, auto;
        background-repeat: no-repeat, repeat;
        height: auto;
    }

}
