.header {
#background-color: rgba(240,240,240, 1);
#background-color: rgba(255,255,255, .1);
border-spacing: 0px;
padding: 10px 0px 10px 0px;
	text-shadow: 0 0 2px white;
}

.serenity {
	font-family: Brush Script Std, cursive;
	color: rgb(0,107,194);
}

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

.dropbtn
{
  font-size: 15px;  
  border: none;
  outline: none;
  padding: 0px 0px 0px 18px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: rgb(0,117,204);
  text-decoration:underline;
  font-weight:bold;
}

.dropbtn:hover, .dropbtn:focus
{
  color: black;
  cursor: pointer;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  min-width: 250px;
  z-index: 1;
  padding-top: 8px;
}

.dropdown-content:hover 
{
  cursor: pointer;
}

.dropdown-content a, .dropdown-content-a
{
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  /*background-color: #0097D7;*/
  background-color: rgb(0,117,204);
  border: 0.5px solid #bfc4c8;
}

.show { display:block; }

body {
  background: url(img/solitary4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-spacing: 0px;
  margin: 0px;
}

.contentpanel {
    display: none;
    position: absolute;
    top: max(100px, 10%);
    left: 20%;
    right: 20%;
    bottom: 5%;
    padding: 5px;
    overflow: none;
    #border: 1px outset black;
}

.contentsubframe {
    position: absolute;
    top: 40px;
    left: 0%;
    right: 0%;
    bottom: 0%;
    #padding: 5px;
    overflow: auto;
}

.normal {
    #background-color: rgba(255,255,255, .6);
    color: rgb(0,107,194);
}
    
.reverse {
    background-color: black;
    color: white;
}
    
