body {
  font-size: 16px;
  font-family: "Courier New";
  color: #213d28;
  background-color: #2d5437;
}

#header{
  color: #c8dbcc;
  font-family: 'Papyrus';
  font-size: 72px;
  margin: 50px auto 0px auto;
  padding: 0px 0px 0px 150px;
  width: 750px;
  height: auto;
  text-shadow: 5px 5px 2px #213d28;
}

#headerimage{
  margin: auto;
}

#container{
  margin: 0px auto;
  padding: 20px;
  width: 1000px;
  height: auto;
  background-color: #c8dbcc;
  border: 25px solid transparent;
  border-image: url("images/gonborder.png") 25% round;
}

#about{
  color: #213d28;
  width: 500px;
  height: auto;
  padding: 5px;
  margin: 20px auto 0px auto;
  border: 6px double #213d28;
}

table, th, td{
  width: 450px;
  margin: 0px auto 20px auto;
  text-align: center;
  border: 1px solid #2d5437;
  padding: 2px 0px 2px 2px;
}

#content{
  margin: 25px auto;
  width: 850px;
  height: auto;
}

#writtenabout{
  display: flex;
  align-items: center;
  flex-direction: row;
}

#textstuff{
  margin: 50px;
  text-align: center;
}

#gallery-item{
  margin: 45px auto;
}

#gallery-item img{
  width: 160px;
  height auto;
  cursor: pointer;
  transition: .5s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition:  .25s ease-in-out;
}

#gallery-item:hover img{
   transform: scale(1.2);
}

#bottom {
  width: 800px;
  margin: auto;
}

a.button1{
  padding: 10px;
  border-radius: 3px;
  margin: 50px;
  font-size: 16px;
  color: white;
  text-align: center;
  background-color: #2d5437;
  text-decoration: none;
}

a.button1:hover{
  background-color: #213d28;
  text-transform: uppercase;
}