/* Header 2022 Styles */
body{
    margin: 0;
    padding: 0;
}
header{
     
}
header a{
    position: relative;
    color: #222;
}

body.fashion header a{
    color: white;
}
body.fashion svg, body.fashion svg g{
    fill: white;
}

   header a::before {
  background: hsl(45 100% 70%);
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

header a:hover::before {
  transform: scaleX(1);
  transform-origin: left;

}
.g-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 10px;
  }

  .site-header{
    place-items: start;
  }



.g-12-default {
    grid-template-columns: repeat(6, 1fr);
  }
 .site-header__festival svg{
    fill: #333333;
     width: 80%;
}
.site-header__festival g{
  fill: #333333;   
}


.site-header__festival{
    width: 100%;

        FONT-SIZE: 12PX;
   font-family: 'IBM Plex Sans', sans-serif;
    TEXT-DECORATION: none;
}
.site-header__festival a{
    text-decoration: none;
}

.logo-year{
    opacity: .5;
}

.site-header__uni{
    width: 60px;
    grid-column: span 1;
}

.site-header.site-m-i{
    padding-top: 25px;
    padding-bottom: 25px;

   
} 

.site-m-i {
    max-width: 125rem;
    margin: 0 auto;
    padding: 0 1.875rem;
    place-items: flex-start;
  }


  @media (min-width: 46.25em) {
    .site-m-i {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }

@media(min-width: 46.25em) {

    .site-header.site-m-i{
        position: fixed;
        padding-top: 15px;
        padding-bottom: 0;
        z-index: 5;
    }

}

.page-title,
.site-title{
       font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 12px;
    grid-column: 1/2;
    margin: 0;

   
}
.page-title.next-title
.page-title.person-title{
    font-size: 12px;
}

@media(min-width: 46.25em) {
    .site-title{
            grid-column: 3/6;
        }
}

.site-title a{
       font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    
}

.site-header a{
    color: inherit;
}
.site-header.graphics-2022-page {
   color: white;


}


@media(min-width: 46.25em) {
    .page-title{
            grid-column: 6/9;
        }
}

@media(min-width: 46.25em) {
    .next-title{
            grid-column: 9/13;
        }
}



.site-header.graphics-2022-page{
    background-color: black;
    color: white;

}

/* @media(min-width: 46.25em) {
    .site-header.graphics-2022-page{

        place-items: center;
    }
    
} */

.site-header.g-12-default {
	grid-template-columns: repeat(1, 1fr)
}


/* //tablet and above */

@media(min-width: 46.25em) {

    .site-header.g-12-default,
    .g-12-default {
        grid-template-columns: repeat(6, 1fr);
      }
    
}



/* Before tablet */

@media(max-width: 46.24em) {

}