@font-face {
    font-family: header;
    src: url('../Pixeled.ttf');
}

@font-face {
    font-family: paragraph;
    src: url('../NineteenNinetyThree.otf');
}

@font-face {
    font-family: year;
    src: url('../GrapeSoda.ttf');
}

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 20px;
  }
  
  ::-webkit-scrollbar-track {
    background: rgb(255, 39, 176)
  }
  
  ::-webkit-scrollbar-thumb {
    background: yellow;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: yellow;
  }

/*SCROLLBAR END*/

body {
    background-image: url('../img/yellowpinkpolka.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}

.sidebar {
    background-image: url('../img/plaid.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.main {
    width: 1920px;
    height: 1080px;
    top: 0;
    bottom: 0;

}

h1 {
    color:rgb(255, 39, 176);
    font-family:year;
    font-size: 60px;
}

p {
    color: blue;
    font-family: paragraph;
}

h2 {
    color: yellow;
    text-align: center;
    font-family: header;
}

.twentysix {
    background-image: url('../img/2026bar.png');
    background-size: cover;
    background-color: blue;
    width: 100%;
    height: 80px;
    left: 0;
}

.twentyfive {
    background-image: url('../img/2025bar.png');
    background-size: cover;
    background-color: yellow;
    width: 100%;
    height: 80px;
    left: 0;
    position: relative;

}

.twentyfour {
    background-image: url('../img/2024bar.png');
    background-size: cover;
    background-color: orange;
    width: 100%;
    height: 80px;
    position: relative;
}

.faq {
    width: 900px;
    background-color: #fbff77;
    padding: 20px;
    position: relative;
    left: -100px;
}

.main {
    width: 1200px;
    position: relative;
    left: 500px;

}

.thumbnail {
    width: 400px;
    height: 200px;
    object-fit: cover;
    margin-top: 10px;
    margin-left: 10px;
    transition: 0.2s;
}

.thumbnail:hover {
    filter:drop-shadow(2px 10px 0.5rem #CE1AC2);

}

.blinkie {
    display: block;
    width: 250px;
    margin: auto;
}

a {
    font-family: paragraph;
    color: blue;
}

li {
    font-family: paragraph;
    color: blue;
}

.column {
    display: none;
}

.show {
  display: block;
}

.btn {

  font-family: year;
  border: none;
  outline: none;
  padding: 12px 16px;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 60px;
}

.btn:hover {
    text-decoration: underline;
}