    color: #E9E9E9;

/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


html {
  cursor: url("tk"), auto;
}


p {
  line-height: 1;
}

body {
  background-image: url(graphics/aquagalaxy_small.gif);

  background-repeat: repeat;
  background-color: #564b76;
  color: black;
  font-weight: normal;
  text-align: center;
  font-family: "seurat", Verdana, Arial, sans-serif;
  font-style:normal;
  cursor: url("/bulbmincursor.png"), auto;
}

.link:hover { 
  cursor:url("/bulbmincursor.png"), auto; 
  }
.a:link:hover { 
  cursor:url("/bulbmincursor.png"), auto; 
  }
a:hover {
    cursor: url("/bulbmincursor.png"), auto;
}

button:hover,
a:hover {
    cursor: url("/bulbmincursor.png"), auto;
}

ul {
  color: #E9E9E9;
  font-family: "seurat", Verdana, Arial, sans-serif;
font-weight: normal;
  text-align: left;
}

button {background-color: transparent; color: #e8e8e8; border: none; border-radius: 5px; font-size:16px; cursor: url("/bulbmincursor.png"), auto;font-weight:bold; transition: color 0.35s;}
button:hover {color: White; cursor: url("/bulbmincursor.png"), auto;}

a:link{background-color: transparent; color: #e8e8e8; border: none; border-radius: 5px; cursor: url("/bulbmincursor.png"), auto; transition: color 0.35s; }
a:visited{background-color: transparent; color: #e8e8e8; border: none; border-radius: 5px; cursor: url("/bulbmincursor.png"), auto;font-weight:bold; transition: color 0.35s;}
a:hover {color: White; cursor: url("bulbmincursor.png"), auto;}

.sidebar_pikmin {
  float: left; 
  position: fixed;
  margin-left:30px;
  margin-top: -271px;
  z-index: 20;
}



nav {
  width:14%; 
  float: left; 
  background-color: #564b76;

  margin-left:20px;
  top: 50%;
  border-style: solid;
  border-width: 10px;
  border-color: #3e3465;
  padding-bottom: 12px;
  padding-top: 12px;
  font-family:"seurat", Verdana, Arial, sans-serif;
  font-size:16px; 
  font-weight:bold;
    padding: 5px;
    }
    
.sidebar {
  top: 50%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  width:14%; 
  float: right; 
  background-color: #564b76;
  padding-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right:20px;
  border-style: solid;
  border-width: 10px;
  border-color: #3e3465;
  padding-bottom: 12px;
  font-family:  Unicode, Arial, sans-serif;
  font-size:14px; 
  z-index: 20;
  font-weight: normal;
    }

  
.content {
    color: #E9E9E9;
  background-color: #564b76;
  width: 60%;
margin: 0 auto;
align-items: center;
    justify-content: center;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: #3e3465;
  padding: 20px;
font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size:15px; 
  }
  
  .toybox {
  background-color: #564b76;

    position: relative;
  width: 60%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size:15px; 
  }
  
.contenttitle {
  background-color: #3e3465;
  width: 60%;
margin: 0 auto;
align-items: center;
    justify-content: center;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: #213a0f;
  padding: 18px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: seurat, Verdana, Arial, sans-serif;
  font-size:50px;
  }
  
.pagenav {
  margin: 0 auto;
align-items: center;
    justify-content: center;
  background-color: #564b76;
  width: 10%;

  margin-bottom: 50px;
  margin-top: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #3e3465;
  padding: 12px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  }
  
.index {
  color: #E9E9E9;
  width:50%; 
  background-color: #564b76;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px;
  border-color: #3e3465;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size:16px; 
font-weight: normal;
    padding: 20px;
    text-align: justify;
}

h1 {
    color: #EFEFEF;
    
    background-color: #3d562b;
    margin: 20px;
    padding: 40px;
    
    border-style: solid;
    border-width: 10px;
    border-color: #3e3465;
}

.overlay{
width:5%;
  position: fixed;
  bottom: 0;
  right: 0;
z-index: 999;
}

.dropbtn {
    text-decoration: underline;
}


.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3d562b;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-decoration: underline;
}


.dropdown-content a {
  color: #E9E9E9;
  text-decoration: none;
  display: block;
}


.dropdown-content a:hover {color: white;}


.dropdown:hover .dropdown-content {display: block;}


.dropdown:hover .dropbtn {background-color: #3e8e41;} 




#draggable {
  background: #eee;
  display:flex;
  align-items: center;
  justify-content:center;
  position: fixed;
  font-size:2rem;
}

.no-select {
  user-select: none;
}