body {
  background: url("pinkskiesbg2.jpg");
  background-size: 100%;
  background-attachment: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
}
.fader {
  opacity: 1;
  transition: opacity 2s ease-in-out;
  border: none;
  background: transparent;
  padding: 0; 
  cursor: pointer;
}

.fader .headspace {
  display: inline-block;
}
.fader.fade-out {
  opacity: 0;
  cursor: default;
}

    @font-face {
        font-family: "angelicwar"; 
        src: url("AngelicWar.ttf") format("truetype");
    }


.headspace {
  font-family: "angelicwar";
  font-size: 120px;
  color: #c9c0e1;
  position: absolute;
  margin-left: 35vw;
  margin-top: 35vh;
  z-index: 10;
}

.hidden {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.hidden.fade-in {
  opacity: 1;
}



.header {
  font-family: "angelicwar";
  font-size: 100px;
  color: #b191c6;
  position: absolute;
  margin-left: 6.5vw;
  margin-top: 2.5vh;
  z-index: 4;
}

.posts {
  margin-top: 20vh;
  margin-left: 4vw;
  position: absolute;
}

.butterfly {
  height: 27vh;
  margin-top: -2vh;
}

.post {
  position: relative;
  width: 60vw;
  margin-top: 1vh;
  background-image: url("gradientpurple.jpg");
  background-size: 100%;
  border-radius: 32px;
  border: 2px solid #d6c2e3;
}

.posthead {
  position: absolute;
  margin-top: 1vh;
  margin-left: 2vw;
  font-size: 48px;
  font-family: garamond, serif;
  color: #b191c6;
}

.postdate {
  position: absolute;
  margin-top: 8.5vh;
  margin-left: 2vw;
  font-family: garamond, serif;
  color: #b191c6;
  font-size: 22px;
}

  


  
.readmoretext {
  font-family: garamond, serif;
  font-size: 18px;
  color: #c3add0;
  position: absolute;
  margin-left: .7vw;
  margin-top: -1.4vh;
  }
  
  .postcontent {
  color: #b191c6;
  font-size: 16px;
  font-family: garamond, serif;
  margin-left: 2vw;
  margin-top: 10vh;
  position: relative;
  line-height: 24px;
  margin-right: 2vw;
}

.read-more {
  background-color: #fcf8ff;
  border-radius: 10px;
  border: 1px solid #fcf8ff;
  font-family: garamond, serif;
  font-size: 18px;
  color: #b092c5;
  margin-left: 2vw;
  margin-bottom: 2vh;
  width: 110px;
  height: 28px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: 1vh;
}



.post .postcontent {
  overflow: hidden;
  max-height: 40px;
}
.post .read-more {
  display: block;
}
.post .expanded {
  max-height: none;
}


.pinkbgtext {
  position: absolute;
  margin-left: 66vw;
  margin-top: 5vh;
  height: 39vh;
}

.heartreaction {
  position: absolute;
  height: 13vh;
  margin-left: 84.5vw;
  margin-top: 7.5vh;
}


.dec3-1 {
  
  position: absolute;
  margin-left: 72vw;
  margin-top: 14vh;
  height: 30vh;
  width: 17.5vw;
}

.dec3-1date {
  font-family: garamond, serif;
  font-size: 18px;
  color: #f3afc7;
}

.dec3-1thought {
  font-family: garamond, serif;
  font-size: 14px;
  color: #b092be;
  margin-top: -1vh;
}

