/* CSS is how you can add style to your website, such as colors, fonts, and positionhttps://neocities.org/site_files/text_editor?filename=style.css#ing of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body {
  color: white;
  margin: 20px;
  padding: 0;
  text-align: center;
  font-family: "Lexend"; 
  text-shadow: 0px 2px 3px black;
}
.container {
  overflow: hidden;
}
.jerking {
animation: jerk 0.5s infinite;
}
 
@keyframes jerk {
0% {
transform: rotate(1deg);
}
50% {
transform: rotate(1deg);
}
51% {
transform: rotate(-1deg);
}
100% {
transform: rotate(-1deg);
}
}
table, th, td {
text-align: left;
}
body {
  background-image: url("9bg.png");
}

@keyframes slide{
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
.footerparent {
      position: relative;
  }
.button {
background: rgb(255,0,0);
background: linear-gradient(0deg, DarkRed 0%, Red 100%);
  border: none;
      border-radius: 10px;
  color: white;
  padding: 8px 8px;
    text-shadow: 0px 2px 3px black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.input [name=sitesearch] {
  width: 100%;
  padding: 8px 8px;
  margin: 8px 0;
  box-sizing: border-box;
}
.button {
          -webkit-transition-property: all; /* Specifies the CSS properties to which a transition effect should be applied */
    -webkit-transition-duration: 0.3s; /* Specifies the duration of the transition effect */
    -webkit-transition-timing-function: ease;
  filter: brightness(1);
}
.button:hover {
transform: scale(1.05);
filter: brightness(1.25);
}
.button:active {
transform: scale(1);
filter: brightness(0.8);
}

        .footer { 
            padding: 50px 5px;

background: rgb(47,47,47);
background: linear-gradient(0deg, rgba(47,47,47,1.0) 67%, rgba(68,68,68,1.0) 100%);
            color: white;
            text-align: center;
        }
#page-wrap {
     width: 800px;
     margin: 0 auto;
}
.header {
  padding: 20px;
  text-align: center;
  background: rgb(255,195,0);
  color: white;
  font-size: 30px;
  text-shadow: 0px 2px 3px black;
}
.header {
  background-image: url("img/8bg.png");
  background-size: 960px;
  animation: moveIt2 10s linear infinite;
}
.sidenav {
  float:left;
    box-shadow: 0px 0px 20px 10px Red;
            margin-top: 100px;
        margin-bottom: 100px;
                margin-left: 10px;
                                margin-right: 0px;
}
@keyframes moveIt2 {
  from {background-position: top left;}
  to {background-position: top right;}
}
  .headerindex {
  padding: 20px;
  text-align: center;
  background: rgb(255,220,0);
  background: radial-gradient(circle, rgba(255,220,0,0.5) 0%, rgba(255,0,0,0.5) 35%, rgba(255,255,255,0) 100%);
  color: white;
  text-shadow: 0px 2px 3px black;
  font-size: 30px;
}

.bgbox {
background: rgb(182,0,0);
background: linear-gradient(90deg, rgba(182,0,0,0.6) 0%, rgba(217,0,0,0.75) 50%, rgba(182,0,0,0.6) 100%);
  padding: 10px;
    margin: 20px;
  text-shadow: 0px 2px 3px black;
  box-shadow: 0px 0px 20px 10px Red;
    border-radius: 20px 2px 20px 2px;
  text-align: left;
  color: white;
}

.bbgbox {
  padding: 10px;
    margin: 20px;
        margin-top: 100px;
        margin-bottom: 100px;
    background: rgb(29,29,29, 0.8);
      background-image: url("/img/BBGboxbg.png");
  text-shadow: 0px 2px 3px black;
  box-shadow: 0px 0px 20px 10px Red;
    border-radius: 20px 0px 20px 0px;
  text-align: left;
  width: auto;
  color: white;
}

/* Create a top navigation bar with a black background color  */
.topnav {
        margin-left: 20px;
            border-radius: 0px 0px 10px 10px;
                margin-right: 20px;
  color: white;
background: linear-gradient(rgba(40,40,40,1), rgba(10,10,10,1));
  overflow: hidden;
}

.titlebar {
  color: white;
  text-align: right;
  border-radius: 10px 10px 0px 0px;
background: rgb(182,0,0);
background: linear-gradient(0deg, rgba(182,0,0,1) 0%, rgba(217,0,0,1) 50%, rgba(182,0,0,1) 100%);
  text-shadow: 0px 2px 3px black;
  text-decoration: none;
  font-size: 20px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  text-shadow: 0px 2px 3px black;
  text-align: center;
  padding: 0px 8px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover{  
border-radius: 0px 0px 0px 0px;
  background-image: linear-gradient(Red, rgba(255, 0, 0, 0));  
color: white;
}
.dropdown:hover{

  background-image: linear-gradient(Red, rgba(255, 0, 0, 0));  
  color: white;
}
.dropbtn:hover{
  background-color: Red;
  color: white;
}

.dropdown-content {
  border-radius: 0px 0px 10px 10px;
  display: none;
  position: absolute;
  background: rgb(249,249,249);
  background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(208,208,208,1) 100%);
  min-width: 160px;
  box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.5);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  text-shadow: 0px 2px 3px black;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
/* Create a right-aligned (split) link inside the navigation bar */
.topnav a.split {
  right: 100%;
  text-shadow: 0px 2px 3px black;
  float: right;
background: rgb(153,153,153);
background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(255,255,255,1) 100%);
  color: black;
}

.thumbnail {
    text-align: center; /* Aligns the text inside the thumbnail to the center */
    display: block; /* Makes the thumbnail a block-level element */
    z-index: 999; /* Sets the stacking order of the thumbnail (how it's layered with other elements) */
    cursor: pointer; /* Changes the cursor to a pointer when hovering over the thumbnail */
    -webkit-transition-property: all; /* Specifies the CSS properties to which a transition effect should be applied */
    -webkit-transition-duration: 0.3s; /* Specifies the duration of the transition effect */
    -webkit-transition-timing-function: ease; /* Specifies the speed curve of the transition effect */
    margin: 0 auto; /* Center the thumbnail horizontally */
}

/* Change the number below to scale to the appropriate size */
.thumbnail:hover {
    transform: scale(1.1); /* Scales the thumbnail to 1.1 times its original size when hovered over */
}
/* Change the number below to scale to the appropriate size */
.thumbnail:active {
    transform: scale(1); /* Scales the thumbnail to 1.1 times its original size when hovered over */
}

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  .hover-element {
    cursor: pointer;
  }
a {
  color: Red;
}
a:hover {
  color: #ff5959;
}
a:active {
  color: #a60000;
}



.hoverimage {
          -webkit-transition-property: all; /* Specifies the CSS properties to which a transition effect should be applied */
    -webkit-transition-duration: 0.3s; /* Specifies the duration of the transition effect */
    -webkit-transition-timing-function: ease;
  filter: brightness(1);
}
.hoverimage:hover {
transform: scale(1.05);
filter: brightness(1.25);
}
.hoverimage:active {
transform: scale(1);
filter: brightness(0.8);
}
.knewave-regular {
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
}
h1 {
    text-shadow: 0px 0px 10px Red;
background: rgb(163,163,163);
background: linear-gradient(Red, Darkred);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
}
h2 {
      text-shadow: 0px 0px 20px White;
background: rgb(163,163,163);
background: linear-gradient(LightGray, Gray);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}
