.btn {
  overflow: visible;
  font-family: 'fredericka_the_greatregular';
  color: #e9c69b;
  font-size: 4.0vw;
/*  margin-top: 5%; */
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: inline-block;
}

.btn:hover {
  overflow: visible;
  font-family: 'fredericka_the_greatregular';
  color: #ffffff;
  font-size: 4.0vw;
/*  margin-top: 5%; */
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: inline-block;
}

.woodbkgd {
/*  background: #946a4a; */
  background-image: url("../images/Rustic_Wood_03_-_676x224_Panel.jpg");
  background-size: 35vw 7.0vw;
  overflow: visible;
  background-repeat: no-repeat;
  margin-top: 4.0vw;
}

.pbutton {
	padding-top: 1%;
	padding-bottom: 1%;
	width: 100%;
}