body{
  background-color: #101010;
  font-family: Germania One,serif;
}

th{
font-size: 24px;
}



.zoom {
transition: transform .2s; /* Animation */
}
.zoom:hover {
transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#imgHamlet {
background-color: black;
}

#imgHamlet1 {
background-image: url("images/fire1.jpg");
background-size: cover;
background-position: center center;
height: 300px;
padding: 300px;
}

#darkest{
background-image: url(images/loading_screen.town_circus_visit.png);
background-size: cover;
background-position: top;
}

.navbar-brand-img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

.navbar-brand{
  color:azure;
  font-family: Germania One,serif;
}

.navbar {
  background-color: rgb(4, 0, 1);
  color:azure;
  font-family: Germania One,serif;
}

.nav-link{
  color:azure;
  font-family: Germania One,serif;
}

.nav-link:hover {
  color: red;
}

.nav-link:focus{
  color: red;
}


#leaderboard1{
  
  background-color: rgb(4, 0, 1,0.8);
  
}

#imgborder{
  border: 15px solid transparent;
  border-image: url(https://pics.craiyon.com/2023-05-24/8d5cdd60a38d46fc9d8590054a38c01f.webp) 25% round ;
}

#imgborder3{
  border: 30px solid transparent;
  border-image: url(images/circus11.jpg) 10% round ;
  border-bottom: 0px;
}

#imgborder1{
  border: 15px solid transparent;
  border-image: url(https://pics.craiyon.com/2023-05-24/8d5cdd60a38d46fc9d8590054a38c01f.webp) 25% round ;
}





#footercontain{
  background: #211918;
  position: relative;
  color: azure;
}

#footerimg1{
background-image: url("images/arena1.png");
background-size: cover;
background-position: center center;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.3;
}

#footercontain1{
  background: #211918;
  position: relative;
  color: azure;
  

}

#footerimg2{
background-image: url("images/arena.entrance_room_wall_darkest.png");
background-size: cover;
background-position: center center;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.3;
}

#footertext{
  isolation: isolate;
  
}

#leadertext{
  isolation: isolate;
}

#imgdiv {
background-image: url("images/loading_screen.town_circus_visit1.png");
background-size: cover;
background-position: center top;
width: 100%;
height: 350px;
}

.borderdarkimgtop{
  background-image: url("images/Loading_screen_Crypts.webp");
background-size: cover;
background-position: center center;
width: 100% auto;
height: 200px;
position: relative;
}

.finisherbot{
background-color: #211918;
background-size: cover;
background-position: center center;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.3;
}

#table1{
opacity: 1;
color: white;
}

.fixfonts{
font-size: 24px;
}


.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}     
#navbarbg{
background-color: #0d0000;
border: 5px solid;
border-width: 0px 0px 1px 0px;
border-color: rgba(87, 1, 1, 0.253);
}

#newsletter1{
color: white;
background-color: #0d0000;
}

#leaderboardBody{
background-color: #371603 ;
font-size: 20px;
}

.textContent{
text-align: center;
font-size: 20px;
}

.bottomplayer{
background-color: #010620;
}
.topplayer{
background-color: #3B0000;

}

#tableborder{
border: 45px solid transparent;
  border-image: url(images/border6.png) 25% round ;
  border-image-slice: 60;
  border-top: 0;
  overflow: auto;
}

#tableborder1{
  border: 45px solid transparent;
  border-image: url(images/border7.png) 25% round ;
  border-image-slice: 45;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

#tableborder::-webkit-scrollbar {
width: 12px;               /* width of the entire scrollbar */
}

#tableborder::-webkit-scrollbar-track {
background: rgb(54, 35, 0);        /* color of the tracking area */
}

#tableborder::-webkit-scrollbar-thumb {
background-color: rgb(110, 2, 2);    /* color of the scroll thumb */
border-radius: 20px;       /* roundness of the scroll thumb */
border: 3px solid rgb(0, 0, 0);  /* creates padding around scroll thumb */
}