body {
    font-family: Arial, sans-serif;
    color: #1d1700;
    background-image: url("/images/background.png");
    background-size: 100%;
    text-align: left;
    background-color: #fce156;
    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;
}
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: #775539;
}
a {
  color: #873e23;
}
a:visited {
  color: #775539;
}
a:hover {
  text-shadow: 2px #775539;
}
a:active {
  text-shadow: 2px #775539;
}
#heading-left {
    color: #873e23;
    font-family: Verdana;
    font-size: 65%;
    text-align: left;
    padding: 0 5px 0;
}
#heading-right {
    color: #873e23;
    font-family: Verdana;
    font-size: 65%;
    text-align: right;
    padding: 0 5px 0;
}
header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5vh;
  text-align: right;
  color: #775539;
  padding: 0 5px 5px;
}
.bizcard {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 280px;
}
.bizcardAlternative {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.one-third {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 33%;
}
.two-thirds {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 66%;
}
.all-thirds {
    display: inline-block;
    width: 100%;
}
.notebook {
    margin: 2vw;
    border: 68px solid transparent;
    border-image: url("/images/border.png") 68 round;
    position: fixed;
    top: 0;
    right: 0;
    max-height: 70%;
    max-width: 60%;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.notebook::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
}
.text {
    background-color: #f9f6e5;
    width: 100%;
    height: 100%;
    padding: 5px 0 5px;

}
.envelope {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 75%;
    background-image: url("/images/envelope.png");
    background-repeat: no-repeat;
    overflow: hidden;
}
.cupcake {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 75%;
    background-image: url("/images/cupcake.png");
    background-repeat: no-repeat;
    overflow: hidden;
}
.plant {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 75%;
    background-image: url("/images/plant.png");
    background-repeat: no-repeat;
    overflow: hidden;
}
.left-nav {
    width: 50%;
    padding: 50px;
}
a.handwriting:link {
    font-family: "Handlee", Verdana, sans-serif;
    color: #1d1700;
    text-decoration: none;
}
a.handwriting:hover, a.handwriting:active {
    color: #1a1a17;
    font-weight: 700;
}
a.handwriting:visited {
    text-decoration: line-through;
    color: #4b4222;
    font-weight: 500;
}
.cup {
    position: fixed;
    bottom: 0;
    left: 0;
    height: inherit;
    margin: 0;
    padding: 0;
    line-height: 0;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: right;
  color: white;
}