
/* --- ≥ 568px .pure-u-sm-* --- */
@media screen and (min-width: 35.5em) {

}

/* --- ≥ 768px  .pure-u-md-* --- */
@media screen and (min-width: 48em){

  .hero-text h1{
    font-size: 3rem;
  }
  .hero-text h2{
    font-size: 1.8rem;
  }

  .col2{
    display: flex;
  }
  .col3{
    display: block;
  }
  .col5{
    display: block;
  }


/* --- ≥ 1024px .pure-u-lg-* --- */
@media screen and (min-width: 64em){


  .text p,
  .text ul,
  .text ol {
    font-size: 1.5rem;
    line-height: 1.9rem;

  }


  h1{
    font-size: 2rem;
  }
  .header {
    transition: 0.3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0.2s;
  }
  .scrolled.header {
    top: -2.4rem;
    transition: 0.3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0.2s;
  }
  .logo svg{
    width: 282px;
  }
  .top-nav {
    padding: 1.4rem 8rem 1rem 8rem;
    height: 107px;
  }

  .top-nav nav{
    padding: 1.8rem 0 1rem 0;
    transition: 0.3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0.2s;
  } 
  .scrolled .top-nav nav{
    padding: 2.5rem 0 1rem 0;
    transition: 0.3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0.2s;
  }


  .grid {
    --gutter: 3rem;
  }
  #mc_embed_signup_scroll{
    --gutter: 1rem;
  }

  .margin-s {
    margin-bottom: .75rem;
  }
  .margin-m {
    margin-bottom: 1.5rem;
  }
  .margin-l {
    margin-bottom: 3rem;
  }
  .margin-xl {
    margin-bottom: 4.5rem;
  }
  .margin-xxl {
    margin-bottom: 6rem;
  }
  .text h1,
  .h1,
  .intro {
    margin-bottom: 1rem;
  }
  .text a.button {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
  }
  .hero{
    height: 80vh;
  }
  .hero h1{
    margin: 1rem;
  }


  .cta h4{
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .old-events{
    padding-bottom: 3rem;
  }
  .next-events{
    padding-top: 1.5rem;
  }
  .button-note{
    margin-top: 0;
    /*font-size: 1rem;
    padding: 0.6rem 1.8rem;*/
  }
  .note-excerpt header {
    margin-bottom: 0rem;
  }

  .form h2{
    font-size: 3.6rem;
    line-height: 4rem;
    margin: 1.2rem 0 3.6rem 0;
  }

  .form{
    margin: 6rem 0;
    scroll-margin-top: 6rem;
  }

  .form h3{
    font-size: 1.6rem;
    line-height: 2rem;
     margin: 1.4rem 0;
  }


  .contact-form .field input {
    padding: 1.2rem;
    margin: 0 0 1.4rem 0;
  }

  .contact-form .field-check {
    padding: 0.6rem 0;
  }
  .contact-form .field.leftfield {
    width: 48%;
    margin-right: 2%;
  }
  .contact-form .field.rightfield {
    width: 48%;
    margin-left: 2%;
  }

  .contact-form .caption{
    top: -1rem;
    font-size: 0.9rem;

  }


  .menu-social{
    display: none;
  }
  .desk-pt-2{
    padding-top: 1rem;
  }
  .desk-pt-4{
    padding-top: 2rem;
  }
  .desk-pt-8{
    padding-top: 4rem;
  }
  .desk-pt-12{
    padding-top: 8rem;
  }
  .desk-pt-16{
    padding-top: 12rem;
  }
  .desk-pt-24{
    padding-top: 16rem;
  }

  .top-border{
    padding-top: 4.5rem;
  }
  .text > *:first-child:not(figure) {
    margin-top: 0rem;
  }
  .text > *:last-child:not(figure) {
    margin-bottom: 2rem !important;
  }
  .text a.spotify-btn{
    margin-bottom: 1.5rem;
  }
  .text > *:last-child:not(figure) {
    margin-bottom: 0.4rem !important;
  }
  .scrolled .logo .logo-b{
    margin-top: 30px;
    margin-left: 0px;
    transition: 0.3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0.2s;
  }

  .scrolled .top-nav{
    background-color: var(--color-grey);
  }

  .scrolled .logo .logo-w{
    width: 168px;
    margin-top: 2rem;
  }

  .boxed {
    width: calc(100% - 2rem);
  }

  .freccia{
    width: 226px;
    left: 0;
  }

  .hero-text{
    left: auto;
  }

  .hero-text h1{

    font-size: 6rem;
    line-height: 6.8rem;
    margin: 1.2rem;
  }
  .hero-text h2{
    font-size: 3.6rem;
    line-height: 4rem;
    margin: 1.2rem;
  }
  

  .atf{
    background-position: center calc(50% + 200px);
  }
  .atf h3{
    font-size: 1.6rem;
    margin: 6rem 1.2rem;
    line-height: 2.2rem;

  }

  .counter{
    font-size: 3.2rem;
  }

  .top-nav nav{
    padding: 1.4rem 0;
  }
  .logo .logo-w{
    width: 280px;
  }

  #hero-slider .swiper-button-next, #hero-slider .swiper-button-prev {
    margin: 0 2rem;
  }


  .footer .footer1{
    padding: 4rem 4rem 3rem 4rem;
  }
  .footer .footer2{
    padding: 1rem 4rem 2rem 4rem;
  }


}


/* --- ≥ 1312px .pure-u-xl-* --- */
@media screen and (min-width: 82em){

  .logo .logo-w{
    margin-left: 0px;
  }


}


/* --- ≥ 1440px .pure-u-xl-* --- */
@media screen and (min-width: 90em){

  
}