    <style>
header {
  position: relative;
  top: 0;
  bottom: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: rgb(213,162,141);
  border: 1px;
  margin-bottom: 44px;
}
body {
    background-color: rgb(213,162,141);
    margin: 0;
}
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
ul {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: rgb(213,162,141);
  border: 1px;
}
      @font-face {
        font-family:Majesti-Banner-Book;
        src: url(Font/Majesti-Banner-Book.otf)
      }
      * {
        font-family: Majesti-Banner-Book;
      }
      .logo {
        max-width: 100%;
        max-height: 100%; 
      }
      .main-nav li{
	display: inline-block;
	position: relative;
	padding-top: 29px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	font-size: 25px;
        }
/* unvisited link*/
a:link {
  color:rgb(65,57,61);
}
/*mouse over link*/
a:hover {
  color:rgb(138,140,143);
}
/*selected link*/
a:active {
  color:rgb(190,30,45);
}
      nav {
      color: rgb(65,57,61);
      position: absolute;
      right: 5%;
      }
    </style>

