/* CSS Document */
.backtrans text-align: center;}

h1, h3, h5 {color: #b1392b;
            font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

hr {border: 1px solid #b1392b; width: 60%; margin: 0 auto;}

p {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"}

.hrside {border: 1px solid #fbd40d; height: 200; width: 1;}

.centerthings {text-align: center;}

.fontsmaller {font-size: 60%;}

.fontcontact {font-size: 70%;}


.txtsmall {font-size: small;}

.vl {
  border-left: 6px solid #fbd40d;
  height: 500px;
}

.h3black {color: black;}

.sectionback1 {background-color: #d3aa70;}
.sectionback2 {background-color: #B99E62;}
       
.orderbutton {
  background-color: #E8DB22;
  border: none;
  color: #000000;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}

.orderbutton:hover {
  background-color: #F5DD77;
  color: white;
}


