body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure,nav,div{
    margin:0;
    padding:0;
    font-family:'Lato', serif;
}

body {
    background-color: rgba(211, 211, 211, 0.178);
}

header, main, footer {
    background-color:white;
    width:50%;
    margin:auto;
    min-width: 350px;
    max-width: 1920px;
    padding: 1%;
}

header {
    display:flex;
}

h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

p {
    line-height: 1.3em;
    text-align: left;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.5px;
}

a {
    overflow: hidden;
    text-decoration: none;
    color:blue;
}

a:hover {
    text-decoration: underline;
}

a:active {

}

ul {
  list-style-position: inside;
}

ul ul {
  padding-left:20px
}

ul li{
  margin-top:5px;
  margin-bottom:5px;
}

.pagetitle{
    padding-top: 10px;
    white-space:nowrap;
    text-overflow: ellipsis;
    min-width:50px;
    overflow:hidden;
}

.pagetitle a:hover{
    text-decoration: none;
}

.pagetitle a {
    color: black;
    text-align: center; 
    text-decoration: none;
}

.topdropdown{
  display:none;
}

.topdropdown .topdropbtn {
    border:none;
    outline:none;
    text-align: right;
    text-decoration: none;
    padding: 14px 16px;
    font-size: 200%;
    background-color: white;
}
  
  
.topdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.topdropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
.topdropdown-content a:hover {
    background-color: #ddd;
}
  
.topdropdown:hover .topdropdown-content {
    display: block;
}

.topnav {
    overflow: hidden;
    margin-left: auto;
}

.topnav a {
    float: left;
    color: black;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    font-size: 150%;
}
  
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
  
.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

@media (max-width: 960px) {
   .topnav     { display: none; }
   .topdropdown { display: inline-block; }
}

#face-pic {
    padding: 1%;
    max-width:30%;
    min-width:5%;
}
