body{

    background-color: #0b1b36;
    margin:0;
    padding:0;
    margin-top: 0;
    hyphens: none;
 }

 p{
    color: white;
    font-size: 16px;
    font-family: "semplicitapro", sans-serif;
    font-weight: 500;
    font-style: normal;
 }
 h1{
    text-align: center;
    color: white;
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 100px;
    margin-bottom: 0;
    margin-top: -30px;
 }

 h2{
    color: white;
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 10px;
 }

 h3{
    color:white;
    margin-bottom: -10px;
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
 }

 figcaption{
   color:white;
   font-size:10px;
   margin: 40px auto auto auto;
   opacity:50%;
 }
 ul{
    color:white;
    font-size:18px;
    display:flex;
    text-align: center;
 }

 li{
    display:inline;
    margin-right:30px;
    font-variant:small-caps;
    font-family: "semplicitapro", sans-serif;
    font-weight: 700;
    font-style: normal;
 }

 img{
    width:50%;
 }

 video{
    max-width: 100.6%;
    margin-bottom:-20px;
    margin-left:-10px;
    margin-right:-10px;
 }

 /*CLASSES*/

 .container{
    margin:20px;
 }
 .tracklist {
    text-decoration: none;
    color: rgb(45, 89, 130);
    font-family: "rl-aqva", sans-serif;
    font-weight: 200;
    font-style:normal;
    text-align:center;
    display:block;
    font-size: 40px;
    margin:auto auto auto auto;
 }

 .awardlist {
    justify-content: center;
    display:flex;
    margin-top: 18px;
 }
.BC3_float{
    position:relative;
}

/*ANIMATION*/

.scrollcontainer{
   height: 1000px;
   width: 100%;
   display:grid;
   place-items: center;
}
.screen_anim{
   background-image:url("Billie imgs/billie screen.jpeg");
   width: 100%;
   height: 1000px;
   background-size:1000px;
   background-repeat:no-repeat;
   background-position:center;

   animation-range:cover cover cover cover;
   animation: the-animation linear;
   animation-timeline: view();
   animation-iteration-count: 1;
}

   @keyframes the-animation {
      to {
         background-size:2500px;
      }
   }

 /* TOUR GRID*/
 .tourpics{
    align-content: center;
    width:100%;
    height:100%;
    object-fit:contain;
    margin:-20px auto -40px auto;
 }

 .column{
    text-align: center;
    align-content: center;
    
 }

 .grid{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap:20px;
    margin-bottom: 40px;
 }

 /* MERCH */
 .merchbox{
    width:100%;
    display:flex;
    overflow-x:scroll;
 }

 .merchbox div{
    width:100%;
    display:grid;
    grid-template-columns: auto auto auto;
    flex:none;
 }

 .merchbox::-webkit-scrollbar{
    display:none;
 }

 .merchbox div img{
    width:100%;
    z-index: 2;
 }
 .merchbox div img:hover{
    transform: scale(1.1);
 }

 .merchwrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: rgb(8, 32, 64);
    margin-top: 20px;
 }

 .arrows{
    width:2%;
    height:2%;
    cursor:pointer;
 }

 /*IDS*/

 #door{
    width:100%;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
 }
 #bio{
    width:45%;
    margin: auto auto 80px 20px;
 }
 #billiescreen {
    width: 100%;
    margin-bottom:10px;
 }
 #billiescreen:hover {
   cursor:zoom-in;
 }

 #albumhead{
    float:left;
    margin-bottom: 10px;
 }

 #spotify{
    float:left;
    display:flex;
    margin-right: 10px;
    z-index: 1;
    position:absolute;
    margin-top: 60px;
 }
 #quote {
    font-family: "gelato-fresco-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size:20px;
    text-align: center;
    margin: 20px 300px 80px 300px;
    line-height: 25px;
 }

 #skinny{
   display:flex;
   text-align: right;
   font-family: "gelato-fresco-variable", sans-serif;
    font-variation-settings: "wght" 300;
 }

 #BC2{
    opacity:70%;
    width: 36%;
    float:right;
    display:inline;
    margin:auto -25px 0px auto;
 }
 #screenpic{
   margin-top: 5px;
 }

 
 /* Responsive*/
 @media(max-width:750px){
    .grid{
        grid-template-columns: repeat (1, 1fr);
    }
 }