p{
    font-family:"consolas", sans-serif;
    font-size: 25px;
    z-index: 2;
    color: white;
}

    body {
        background-image: url('/images/site bg1 3.png');
        background-attachment:fixed;
        margin: 0px;
    }

h1{
    font-family: Boldonse, consolas, sans-serif;
    z-index: 2;
    display: flex;
    justify-content: center;
    color: white;
}

.top-bar {
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  align-items: center;
  padding: 10px 20px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

#Info_Button {
  padding: 10px 20px;
  background-image: url(/images/circad4\ button1.png);
  background-size: cover;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  width: 200px;
  height: 75px;
  margin-left: 4%;
  margin-right: 4%;
  cursor: pointer;
  z-index: 1;
}
#Info_Button:hover {
    background-color:#17202e;
  background-blend-mode: screen;
}

#cq_Button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  width: 200px;
  height: 75px;
  margin-left: 4%;
  margin-right: 4;
  cursor: pointer;
  z-index: 1;
  background-image: url(/images/circad4\ button1.png);
  background-size: cover;
}
#cq_Button:hover {
  background-color:#17202e;
  background-blend-mode: screen;
}

.fixed-top-image {
  position: sticky;
  top: -100px;
  left: 0;
  width: 100%;
  height: 33.33vh;
  background-image: linear-gradient(#4287f580, transparent); 
  background-size: cover;
  background-position: center;
  z-index: 0; 


  display: flex;
  justify-content: center;
}

#circad-head{
    width: 150px;
    z-index: 9;
    height: 150px;
    max-width: 100%;
    cursor: pointer;
    position: fixed;
    opacity: 1;
}


#center{
    display: flex;
    justify-content: center;
}

#kitty-nap-vid{
    display: block;
  margin: 0 auto;
}

#bc-link{
      display: block;
  margin: 0 auto;
  width: 40%;
}

