body {
    background-color: #500e19;
    color: beige;
    font-family: "Goudy Old Style", "Garamond", "Big Caslon", "Times New Roman", serif; 
    font-size: 14pt;
}

h1 {
    background-color: white;
    float: none;
    padding: 5px;
    text-align: center;
    width: 100%;
}

h2 {
    text-align: center;
    width: 100%;
}
.sitemap {
    margin-top: 50px;
    width: 90%px;
    height: 350px;
}

ul.sitelinks {
    position: relative;
    text-align: center;
    width: 100%;
    text-decoration-color: bisque;
}
ul {
    background-color: green;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
}

li a {
    border: 3px;
    border-color: white;
    color: white;
    display: block; padding: 8px 16px;
}

/* Change the link color on hover */
li a:hover {
    background-color: bisque;
}

active {
  background-color: green;
  text-align: center;
  width: 100%;
}
nav a {
  color: bisque;
  font-size: 22px;
  text-decoration: none;
}
a:hover {
  background-color: green;
}
.active {
  background-color: green;
}
a:visited {
  background-color: green;
}
@media screen and (max-width: 500px) {
  .navbar a {
    display: block;
    float: none;
}
}

.contact {
    font-size: 18px;
    left: 550px;
}

.nav {
    width: 90%px;
    text-align: center;
    background: green;
}
.fresh {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    border: 25px;
    padding: 25px;
    margin: 25px;
}

.menu {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
}


nav2 {
    background-color: green;
    float: none;
    padding: 5px;
    text-align: center;
}
* {box-sizing: border-box;}

.topnav .search-container {
  float: right;
}
.search-container button,.topnav input[type=text] {
    float: none;
    display: block;
    margin: 0;
    padding: 1px;
    text-align: left;
    width: 1%;
  }

.topnav input[type=text] {
    border: 1px solid #ccc;  
  }

.topnav input[type=text] {
  font-size: 17px;
  border: none;
  padding: 6px;
  margin-top: 8px;
}

.search-container button, .topnav  {
  background: #ddd;
  border: none;
  cursor: pointer;
  float: right;
  font-size: 17px;
  margin-top: 8px;
  margin-right: 16px;
  padding: 6px 10px;
}

.search-container button:hover, .topnav {
  background: #ccc;
}

@media screen and (width: 20px) {
  .topnav .search-container {
    float: right;
  }
    
* {box-sizing: border-box}
    
body {font-family: "Goudy Old Style", "Garamond", "Big Caslon", "Times New Roman", serif; margin:0}

p2 {
    font-size: 36;
}
    
    
.footer {
    float: none;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    }