body {
    font-family: Arial, sans-serif;
    color: #1d1700;
    background-image: url("/images/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    text-align: left;
    background-color: #ffffff;
    margin: 0;
}
p {
  font-family: Arial, sans-serif;
  color: #1d1700;
  line-height:1.5em;
}
h1 {
    margin: auto;
    color: #1d1700;
    font-family: "Handlee", Verdana, sans-serif;
    text-shadow: 2px 2px 5px #a4a298;
}
h2 {
    color: #1d1700;
    font-family: "Quicksand", Verdana, sans-serif;
    text-align: left;
    text-shadow: 1px 1px 5px #bcb8a6;
}
h3 {
    margin: auto;
    color: #1d1700;
    font-weight: 200;
    font-family: "Handlee", Verdana, sans-serif;
}
h4,h5, h6 {
    font-family: "Quicksand", Verdana, sans-serif;
    color: #1d1700;
}
a {
  color: #e5b912;
}
a:visited {
  color: #4b4222;
  text-decoration: none;
}
a:hover {
  text-shadow: 2px #ffe274;
}
a:active {
  text-shadow: 2px #ffe274;
}
.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;
}
.notebook {
    border: 130px solid transparent;
    border-image: url("/images/border.png") 130 round;
    width: calc(60% - 21px);
}
.main {
    background-color: #f9f6e5;
    padding: 10px;
    width: calc(100% - 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;
}