/* Fonts */
@font-face {
  font-family: "CrazyCurlz";
  src: url("fonts/CrazyCurlz.ttf");
}
@font-face {
  font-family: "Tempting";
  src: url("fonts/Tempting.otf");
}
@font-face {
  font-family: "Klaristha";
  src: url("fonts/Klaristha-Thin.ttf");
}
@font-face {
  font-family: "Anime";
  src: url("fonts/Anime.otf");
}
@font-face {
  font-family: "CrossStitched";
  src: url("fonts/CrossStitched.otf")
}
.title-text {
  position: absolute;
  font-family: "CrazyCurlz";
  font-size: 60px;
  color: black;
  top: 0px;
  left: 500px;
}
.about-me {
  position: absolute;
  font-family: "Klaristha";
  font-size: 40px;
  color: black;
  top: 100px;
  right: 200px;
}
.envelope {
  position: absolute;
  width: 250px;
  height: auto;
  top: 300px;
  left: 550px;
}
.note-paper {
  position: absolute;
  width: 400px;
  height: auto;
  top: 190px;
  right: 70px;
}
.love-snoopy {
  position: absolute;
  bottom: 70px;
  left: -20px;
}
.photo-strip {
  position: absolute;
  height: 300px;
  width: auto;
  right: 520px;
  top: 170px;
  transform: rotate(3deg); 
}
.boquet-doodle {
  position: absolute;
  width: 140px;
  height: auto;
  right: 10px;
  bottom: -6px;
}
.star-lantern {
  position: absolute;
  height: 500px;
  width: auto;
  left: 200px;
  top: 0px;
}
.welcome {
  position: absolute;
  top: 400px;
  left: 565px;
  font-size: 18px;
  color: black;
  font-family: serif;
  font-weight: 500px;
}
.me {
  position: absolute;
  color: black;
  top: 257px;
  bottom: 0px;
  right: 75px;
  left: 1025px;
  line-height: 23px;
  font-family: "serif";
  font-size: 22px;
}
.about-me-list {
  position: absolute;
  list-style: none;
  color: black;
  top: 489px;
  bottom: 0px;
  right: 75px;
  left: 985px;
  line-height: 23px;
  font-family: "serif";
  font-size: 18px;
  font-style: italic;
}
.nav {
  position: fixed;
  left: 20px;
  top: 200px;
  height: 40%;
  width: 220px;
  background-color: darkred;
  color: black;
  padding: 20px;
  box-sizing: border-box;
}
.nav h2 {
  font-family: serif;
  font-size: 24px;
  margin-top: 0;
  color: black;
}
.nav ul {
  font-family: serif;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav a {
  font-family: serif;
  color: black;
  text-decoration: none;
  font-size: 20px;
}
.nav ul li a:hover {
    background-color: tan;
  }
.quote {
  font-family: "Tempting";
  position: absolute;
  bottom: 10px;
  left: 18px;
  font-size: 21px;
}
.lace-accent {
  position: absolute;
  width: 200px;
  height: 365px;
  top: 183px;
  left: 140px;
}
/*Art Projects*/
.art-projects-title {
  position: absolute;
  top: 25px;
  left: 500px;
  font-family: "CrossStitched";
  color: #FFE1B6;
  font-size: 70px;
}
.star-paper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 350px;
}
.craft-description {
  position: absolute;
  top: 109px;
  right: 35px;
  left: 1100px;
  z-index: 30;
  font-size: 23px;
  text-align: center;
  font-family: "tempting";
}