body {
  font-family: 'Outfit', sans serif;
  color: black;
  background: url("thistle-white3.png") no-repeat top right fixed;
  /*background: url("thistlewhite2.png") repeat top center fixed;*/
  /*background-color:#AD9D1F; */
  background-color:#ac9b3a;
  font-size:14px;
}


a:link {
    color: #9e005d;
    font-weight: bold;
    text-decoration:none;
}

a:visited {
    color: #9e005d;
}

a:hover {
   color: #9e005d;
    text-decoration: underline;
}

a:active {
    color: #9e005d;
}


#main-box {
  margin:72px 10px 72px 10px;
}

#main-box header {
  padding-left: 20px;
  padding-top: 10px;
  text-align: center;
}

#main-box header h1 {
  font-family: 'Beth Ellen', cursive;
  font-weight:100;
  font-size:6em;
  letter-spacing: 2px;
  margin-bottom: 2px;
  color: #9e005d;
}

#main-box header h2 {
  font-family: 'Beth Ellen', cursive;
  font-size:3em;
  font-weight:100;
  /*margin-top:-20px;*/
}


#main-box footer {
  padding-top:40px;
  padding-left:20px;
  padding-bottom:10px;
  padding-right:10px;
  text-align:right;
}



