body {
    font-family: Arial, sans-serif;
    color: #46403a;
    text-align: center;
    background-color: #c6b4a0;
    margin: 0;
}
p {
  font-family: Arial, sans-serif;
  color: #48412f;
  line-height:1.5em;
}
h1 {
    margin: auto;
    color: #46403a;
    font-family: "Rosarivo", Garamond, serif;
    font-weight: 700;
    line-height:1em;
    text-shadow: 2px 2px 5px #a4a298;
}
h2 {
    color: #46403a;
    font-family: "Rosarivo", Garamond, serif;
    text-align: left;
    font-weight: 200;
    letter-spacing: 0.2rem;
    text-shadow: 1px 1px 5px #bcb8a6;
}
h3 {
    margin: auto;
    color: #46403a;
    font-weight: 200;
    font-family: "Rosarivo", Garamond, serif;
}
h4 {
    font-family: Garamond, serif;
    color: #46403a;
    font-size: 1.25rem;
}
h5 {
    font-family: Garamond, serif;
    color: #46403a;
}
h6 {
    font-family: Garamond, serif;
    color: #46403a;
}
a {
  color: #2a6e6d;
}
a:visited {
  color: #a3886b;
  text-decoration: none;
}
a:hover {
  color: #a3886b;
}
a:active {
  color: #a3886b;
}
a.no-decoration:link, a.no-decoration:visited, a.no-decoration:hover {
    text-decoration: none;
    color: inherit;
}
.navbar {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar a {
    float: left;
    color: #bb8c00;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.navbar a:hover {
  color: #00acbd
}
.navbar a.active {
    color: #48412f;
    text-shadow: 0px 0px 5px #00bed1, 0 0 3px #00acbd;;
}
#active {
    color: white;
    background-color: #f9c731;
}
button {
    padding: 10px 16px;
    color: #fff0ef;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}
#btn1 {
    border: 1px dashed #a69477;
    color: #bb8c00;
    font-family: "PT Serif";
    background-color: rgba(220, 167, 0, 0.2);
    font-size: 1.25rem;
}
#btn1:hover, #btn1:active {
    color: #fff0ef;
    border: 1px solid #1f0d0b;
    background-color: rgba(220, 167, 0, 0.5);
    text-shadow: 0 0 3px #bb8c00;
    transition: background-color 0.3s ease;
}
.header {
    display: block;
    overflow: hidden;
    padding: 10px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.left-hero {
    display: block;
    float: left;
    width:calc(25% - 41px);
    padding: 20px 20px;
}
.basic {
    padding: 0 25px;
    margin: auto;
    display: block;
    width: calc(100% - 51px);
}
.one-third {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:calc(30% - 41px);
    padding: 20px;
}
.all-quarters {
  display: inline-block;
  width: 100%;
}
.four-quarters {
    background-color: rgba(85,0,7,0.75);
    display: block;
    float: left;
    width:calc(100% - 61px);
    padding: 10px 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.three-quarters {
    display: block;
    float: left;
    width:calc(75% - 61px);
    padding: 10px 30px;
}
.one-quarter {
  display: block;
  float: left;
  width:calc(25% - 41px);
  padding: 20px 20px;
}
footer {
    color: #fff0ef;
    text-align: left;
    font-size: 0.85rem;
    padding: 8px;
}
.all-quarters-footer {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #a69477;
    margin-top: 15px;
    margin-right:0;
    margin-left:0;
}
.one-quarter-footer {
    display: block;
    float: left;
    width:calc(25% - 41px);
    padding: 20px 20px;
    border-right: 1px dashed #a69477;
}
.one-quarter-footer:last-child {
    border-right: none;
}