﻿body {
    margin:0;
    font-family:sans-serif;
}
#pagetitle h1 {
    left:-10000px; 
    top:auto;
    width:1px;
    height:1px; 
    overflow:hidden;
    display:none;
} 
.navbar {
    overflow: visible;
    background-color: #333;
    font-family: Arial;
    position:fixed;
    top:0;
    width:100%;
    z-index: 4;
  }

.dropdown {
    float: left;
    overflow: hidden;
    z-index: 3;
}
.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.navbar .dropdown:hover .dropbtn {
    background-color: red;
}
.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: 2;
    overflow: auto;
    white-space: nowrap;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 1;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}

* {box-sizing: border-box;}  

.navbar input[type=text] {
  padding: 6px;
  margin-top: 8px;
  margin-left: 10px;
  /* margin-right: 10px; */
  font-size: 16px;
  border: none;
}
  a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }
  
 .main a:hover {
    color: #dd6;
  }
  
  .previous {
    background-color: #333;
    color: white;
  }
  
  .next {
    background-color: #333;
    color: white;
  }
  
  .round {
    border-radius: 50%;
  }
.donatebutton {
    padding: 8px 8px;
    float: right;
    overflow: hidden;
    z-index: 17;
}
