/* # TAG STYLINGS # */
body {
  background-color: powderblue;  
  text-align: center;
}

/* # CLASS STYLINGS # */
.navHead1Text {
  font-weight: bold;
  font-size: 2rem;
}

.navVertBorder {
  border-right-style: solid;
  border-right-color: #c4d7e3;
  border-right-width: 0.5vh;
  padding-bottom: 10px;
  margin-left: 1vw;
  margin-right: 2vw;
}

.navLink {
  color:  mediumorchid;
  text-decoration: none;
  font-size: 4.5rem;
  font-weight: bold;
}

.navLink:hover {
  color: fuchsia;
  text-decoration: none;
}

/* # ID STYLINGS # */
#navDiv {
  position: absolute;
  display: flex;
  top: 0;
  left: 1vw;
  width: 95.5vw;
  overflow-x: hidden;
  background-color: aliceblue;  
  border-left-style: ridge;
  border-left-color: lightsteelblue;
  border-left-width: 1.5vh;
  border-bottom-style: ridge;
  border-bottom-color: lightsteelblue;
  border-bottom-width: 1.5vh;
  border-right-style: ridge;
  border-right-color: lightsteelblue;
  border-right-width: 1.5vh;
  padding: 1vh;
}

#navLinkDiv {
  display: flex;
  gap: 2vw;
}

#navPostvita {
  margin-top: -1vh;
  margin-left: 1vw;
  color: mediumslateblue;
  text-decoration: none;
  font-size: 5rem;
}

#navPostvita:hover {
  color: mediumpurple;  
}

#pageImg {
  margin-top: 20vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#pageImgDesc {
  font-size: 2rem;
  font-weight: 1%;
}