/* 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." */

body {
  background: white URL(PotentialBackground4.jpg) repeat top right;
  background-size: 20%;
  color: white;
  font-family: Verdana;
  font-size: 14px;
  margin: 20px;
  padding: 0;
  text-align: center;
}

h1 {
  background: black;
  color: white;
  width: 50%;
  text-align: center;
  margin: 10px;
  border-block: 7px;
  border-block-style: solid;
  border-block-color: #5BCEFA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}


#subtitle {
  background: black;
  color: white;
  width: 55%;
  text-align: center;
  margin: 15px auto;
  border-block: 7px;
  border-block-style: solid;
  border-block-color: #5BCEFA;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PhotoEye {
  float: left;
  width: 30%;
  background-color: transparent;
}


.PhotoGallery {
  color: white;
}

.PhotoHeader {
  display: inline-block;
  font-family: 'Gabriela', serif;
  color: #FFF;
  font-size: 1.75em;
  border-radius: 4px;
  background: #6f6f6f;
  padding: 0.15em 0.4em 0.15em 0.4em;
  margin-bottom: -0.5;
}

img {
  border: 6px solid #ddd;
  border-radius: 4px;
  margin: -1.5% 0% -0.2% 0% ;
}

figcaption {
  border-radius: 4px;
  background: #6f6f6f;
  padding: 0.1em 0.15em 0.1em 0.15em;
  display: block;
  text-align: center;
}

.CreatureFeatureNav {
  float: right;
  width: 33%;
  background-color: #ddd;
  color: black;
}

.CreatureFeatureDesc {
  float: left;
  width: 60%;
  background-color: #ddd;
  color: black;
}

nav h3 {
  margin-bottom: -1%;
}

.CFnew{
  

}
.CFold{  
  

  
}

.CFoldList {
    overflow: hidden;
  overflow-y: scroll;
  min-height:150px;
  height: 30%;
}
.CFnewList {
    overflow: hidden;
  overflow-y: scroll;
  min-height: 150px;
  height: 60%;
}

nav ul{
  text-align: left;
  position: static;

}

nav ul li{
  margin-left: -3.5%;
}

.warning{
  float: left;
  width: 20%;
  background-color: #eee;
  color: black;
  padding: 5px;
  font-size: 0.9em;
    margin: 0 auto;
}

.home-text{
  background: black;
  color: white;
  width: 40%;
  text-align: center;
  /*margin: 10px;*/
  border-block: 7px;
  border-block-style: solid;
  border-block-color: #5BCEFA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}



/* -------------------------------------------------------- */
/* NAVIGATION */
/* -------------------------------------------------------- */

/*Top bar*/
.topnav{  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #38444d;

}

.topnav ul li {
  float: left;
  font-size: 1.3em;
  
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

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

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

.dropdown-content a:hover {background-color: #f1f1f1;}

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

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* -------------------------------------------------------- */
/* ABOUT ME */
/* -------------------------------------------------------- */

.AboutMeBio {
  float: left;
  width: 45%;
  background-color: #ddd;
  color: black;
}

.AboutMeInterests{
  float: right;
  width: 45%;
  background-color: #ddd;
  color: black;
}

.AboutMeCurrently{
  float: left;
  width: 45%;
  background-color: #ddd;
  color: black;
}

.AboutMeWant{
  float: right;
  width: 45%;
  background-color: #ddd;
  color: black;
}