*{margin:0px;padding: 0px;}

.title{
    background-color:#665346;
    color:white;
}

.nav{
    background-color: #333;
    color: white;
}

.footer{
    background-color: #665346;
    color:white;
    padding: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #000000;
  }
  
  .topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
  }
  
  .active {
    background-color: #51914C;
    color: rgb(0, 0, 0);
  }
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: right;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .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 {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
}

body {
    background-color: #333;
}

p {
  text-indent: 1em;
  line-height: 1.6;
  font-size: 18px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h1{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h2 {
  line-height: 1.6;
  text-decoration: underline 3px solid black;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

img {
  display: block;
  margin-left:auto;
  margin-right: auto;
  border: solid #000000 5px;
  border-radius: 10px;
}

#portrait{
  display: block;
  margin-left:auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius:50%;
}

.boldtext{
  font-weight: bold;
  color:antiquewhite;
}