body{
  margin: 60px 0 0;
  padding: 0;
  background-color: #280100;
}
p{
  margin: 0;
}

/*Headers*/
/*Large Text*/h1{
  margin: 0;
  font-size: 64px;
  font-family: Kings;
  font-weight: 400;
  color: #F8EEDF;
}
/*Regular Text*/.p1{
  font-size: 24px;
  font-family: Cormorant Upright;
  font-weight: 400;
  color: #F8EEDF;
}
/*p1 Bold*/.p1-span{
  font-size: 32px;
  font-weight: 700;
}
/*Nav Text*/.p2{
  font-size: 32px;
  font-family: Cormorant Upright;
  font-weight: 600;
  color: #F8EEDF;
}
/*Footer Text*/.p3{
  font-size: 24px;
  font-family: Cormorant Upright;
  font-weight: 500;
  color: #280100;
}

/*Navigation*/
nav{
  position: fixed;
  background-image: url(general-assets/nav-background.png);
  background-size: cover;
  background-color: #280100;
  background-repeat: no-repeat;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  z-index: 100;
}
nav div{
  height: 60px;
  display: inline-block;
  align-content: center;
}
nav ul{
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav ul li{
  float: right;  
}
nav li a {
  display: block;
  font-size: 32px;
  font-family: Cormorant Upright;
  font-weight: 600;
  color: #F8EEDF;
  text-decoration: none;
  padding: 10px 20px 11px;
  text-align: center;
}

/*Footer*/
footer{
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #F8EEDF;
  gap: 40px;
  padding-left: 40px;
  bottom: 0;
}
.footer-dash{
  width: 1px;
  height: 130px;
  background: linear-gradient(transparent 0%, #280100 50%, transparent 100%);
}
.footer-socials,
.footer-email,
.footer-linked-in{
  display: flex;
  gap: 10px;
  align-items: center;
}

/*Stars*/
.star{
  margin: auto;
  display: block;
  padding: 30px 0;
}

/*Heart Div*/
.heart-div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 10px 0;
}
.heart-dash{
  height: 2px;
  width: 267px;
  background: linear-gradient(90deg,transparent 0%, #F8EEDF 50%, transparent 100%);
}

/*Note Box*/
.note-box{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}
.note-box img{
  padding: 35px 35px;
}
.note-box div{
  border: solid #F8EEDF 1px;
  align-content: center;
}
.note-box p{
  padding: 0 20px;
}

/*Under-Construction*/
.uc-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 727px;
}
.uc-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.right-beads{
  position: absolute;
  right: 0;
  display: flex;
  opacity: 70%;
}