/* nav buttons, use this for a smaller button */
 .dropbtn {
  background-color: #202020;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px #999999;
  transition-duration: 0.4s;
  width: 200px;
  height: 75px;
  margin-top: 5px;
}
    .dropbtn:hover {
  background-color: #999999;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px #999999;
}

/* The container <div> - needed to position the dropdown content */
.drop {
  position: center;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropcon {
  position: absolute;
  background-color: #202020;
  width: 196px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: solid 2px #999999;
  animation-duration: 0.4s;
  animation-name: dropcon;
  border-radius: 25px;
}

.dropcon:not(:hover) {
display: none;
  position: absolute;
  background-color: #202020;
  width: 196px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: solid 2px #999999;
  animation-duration: 0.4s;
  animation-name: dropgone;
  border-radius: 25px;
}

/* Links inside the dropdown */
.dropcon a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropcon a:hover {background-color: #999999;
transition-duration: 0.4s;
border-radius: 25px;}

/* Show the dropdown menu on hover */
.drop:hover .dropcon {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.drop:hover .dropbtn {background-color: #999999;
transition-duration: 0.4s;}

    /* button style use this for a bigger button*/
    .change {
        Border: solid 2px #999999;
        background-color: #202020;
        color: white;
        width: 200px;
        height: 75px;
        margin: 25px;
        transition-duration:0.4s;
        font-size: 15px;
    }
    .change:hover{
        background-color: #999999;
    transition-duration: 0.4s;
    }
    .change:active{
        background-color: #999999;
    color: #999999;
    transition-duration: 0s;
    }
    /* button for full ROTD on old rock*/
.thin {
        Border: solid 2px #999999;
        background-color: #202020;
        color: white;
        width: auto;
        height: 25px;
        margin: 0px;
        transition-duration:0.4s;
        font-size: 15px;
    }
    .thin:hover{
        background-color: #999999;
    transition-duration: 0.4s;
    }
    .thin:active{
        background-color: #999999;
    color: #999999;
    transition-duration: 0s;
    }

    .thintext {
        Border: solid 2px #999999;
        background-color: #202020;
        color: white;
        width: auto;
        height: 25px;
        margin: 0px;
        transition-duration:0.4s;
        font-size: 15px;
    }
    .thintext:hover{
        background-color: #999999;
    transition-duration: 0.4s;
    }
    .thintext:active{
        background-color: #999999;
    color: #999999;
    transition-duration: 0s;
    }
    .disabled{
        background-color: #202020; 
        Border: solid 2px #999999;
        color: white;
        width: auto;
        height: 25px;
        margin: 0px;
        transition-duration:0.4s;
        font-size: 15px;
    }
        .disabled:hover{
        background-color: red;
    transition-duration: 0.4s;
    }
.disabled:active{
        background-color: red;
    color: red;
    transition-duration: 0s;
    }


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: solid 2px #999999; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #202020; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #999999;
  transition-duration: .4s;; /* Add a dark-grey background on hover */
}

a {
    color: lightblue;
}

    /*text and abbr*/


    /*styles for the text and background is below*/
body{
    background-color: #202020;
}

p{ 
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
h2 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
h3 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
h4 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
h5 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
h6 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: white;
    cursor: text;
}
/* abbrations style, removes underline and changes cursor.*/
abbr {
    text-decoration: none;
    cursor: help;
}



    /* donations bar*/
    .w3-grey {
background-color: #999999;
/*1 dollar moves the bar 4% so $1=4% and 1 penny is .02%*/
width: 63.44%;
height: 40px;
}

hr {color: #999999;
background-color: #999999;
}
.w3-border{
border: solid 2px #999999;
/* scroll to top on old rock*/
}
body{
    color: black;
}

p{
cursor: pointer;
}

.sidenav {
  height: 100px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #999999;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 2px;
  opacity: 1;
}

.sidenav p {
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn:hover {
  color: white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-bottom: 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 1px;}
  .sidenav p {font-size: 9px;}
}

/*light theme*/

.light-theme {
    background-color: #999999;
    color: #202020;
}
.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme h6,
.light-theme p {
    color: black;
}

/* Add other necessary styles for the light theme */

.light-theme {
    background-color: white;
    color: black;
}

/* Inverted styles */
.light-theme .dropbtn {
    background-color: white;
    color: black;
    border: solid 2px black;
}

.light-theme .dropbtn:hover {
    background-color: black;
    color: white;
}

.light-theme .dropcon {
    background-color: white;
    border: solid 2px black;
}

.light-theme .dropcon a {
    color: black;
}

.light-theme .dropcon a:hover {
    background-color: black;
    color: white;
}

.light-theme .drop:hover .dropcon {
    display: block;
}

.light-theme .drop:hover .dropbtn {
    background-color: black;
}

.light-theme .change {
    background-color: white;
    color: black;
    border: solid 2px black;
}

.light-theme .change:hover {
    background-color: black;
    color: white;
}

.light-theme .thin {
    background-color: white;
    color: black;
    border: solid 2px black;
}

.light-theme .thin:hover {
    background-color: black;
    color: white;
}

.light-theme .disabled {
    background-color: white;
    color: black;
    border: solid 2px black;
}

.light-theme .disabled:hover {
    background-color: red;
    color: #904040;
}

.light-theme #myBtn {
    background-color: white;
    color: black;
    border: solid 2px black;
}

.light-theme #myBtn:hover {
    background-color: black;
    color: white;
}

.light-theme splash {
  color: violet;
}

.highlight {
    background-color: #999999; /* Change as desired */
    animation: fade 2s ease-in-out;
}
@keyframes fade {
  0% {background-color: transparent;}
  50% {background-color: #999999;}
  100% {background-color: transparent;}
}

html {
    scroll-behavior: smooth;
}

/* Default styles */
#myImage {
    width: 300px; /* Default width for mobile */
    height: auto; /* Maintain aspect ratio */
}

/* Media query for screens wider than 767px (PC) */
@media screen and (min-width: 768px) {
    #myImage {
        width: 500px; /* Set dimensions for PC */
        height: auto; /* Maintain aspect ratio */
    }
}

.hidden {
  display: none;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.loader {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 4px solid #3498db;  
  border-radius: 50%;
  animation: spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite, 
              rings 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3498db transparent transparent transparent;
}

.loader:nth-child(1) {
  animation-delay: -0.45s;
}

.loader:nth-child(2) {
  animation-delay: -0.3s;
}

.loader:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rings {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 46px;
    height: 46px;
    opacity: 0;
  }
}
::selection {
  background: purple;
}

  /* Tooltip container */
  .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Show the tooltip text when hovering over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  ul {
  text-align: center;
  list-style-position: inside;
}

button { 
  border-radius: 25px;
}

label {
  color: white;
}
input {
  color: white;
  background-color: #202020;
  border: #999999 2px solid;
}

textarea {
  color: white;
  background-color: #202020;
  border: #999999 2px solid;
}

input[type="file"] {
  Border: solid 2px #999999;
  background-color: #202020;
  color: white;
  width: auto;
  height: 25px;
  margin: 0px;
  transition-duration:0.4s;
  font-size: 15px;
}

.quicklink {
  position: sticky;
  top: 0;
  height: auto;
  text-align: center;
  width: 100%;
  max-height: 5%;
}

