body {
  position: relative;
  height: 100%;
}
#FPV {
  margin-bottom: 12vw;
}
#feature-div {
  text-align: center;
}
#feature-item-holder {
  margin: 0 auto;
  width: 50vw;
  height: 50vh;
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  grid-template-columns: repeat(3, 33.3%);
  gap: 5vh;
  justify-items: center;
  margin-bottom: 80vh;
}
.feature-item {
  transition: 200ms;
  display: flex;
  flex-direction: column;
  padding: 2vh;
  width: 15vw;
  height: 17vw;
  overflow: hidden;
  text-align: center;
  color: black;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  gap: 2vh;
}
.feature-item:hover {
  transition: 200ms;
  box-shadow: 0.3vh 0.3vh 0.3vh rgba(0, 0, 0, 0.3);
  border-width: 0.3vh;
}
.feature-item img{
  width: 20%;
  height: 20%;
}
.feature-item p {
  width: 80%;
  overflow-wrap: break-word;
}
footer {
  position: absolute;
  left: -5vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20vw;
  text-align: center;
  background-color: #fce9e0;
  padding-bottom: 2vw;
  padding-top: 2vw;
  width: 100vw;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
}
footer div {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
footer div a {
  color: black;
  font-family: 'Montserrat', sans-serif;
}
#selection-div {
  text-align: center;
}
#caleton-selection-holder {
  position: relative;
  margin: 0 auto;
  width: 60vw;
  height: fit-content;
  margin-bottom: 15vh;
}
#caleton-front-pic {
  width: 60vw;
  object-fit: cover;
}
#caleton-top {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
}
#caleton-top:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#caleton-bottom-left {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: 0;
  left: 0;
}
#caleton-bottom-left:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#caleton-bottom-right {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: 0;
  right: 0;
}
#caleton-bottom-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#vistamar-selection-holder {
  position: relative;
  margin: 0 auto;
  width: 60vw;
  height: fit-content;
  margin-bottom: 15vh;
}
#vistamar-top-left {
  position: absolute;
  height: 50%;
  width: 50%;
  top: 0;
  left: 0;
}
#vistamar-top-right {
  position: absolute;
  height: 50%;
  width: 50%;
  top: 0;
  right: 0;
}
#vistamar-bottom-left {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: 0;
  left: 0;
}
#vistamar-bottom-right {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: 0;
  right: 0;
}
#vistamar-top-left:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#vistamar-top-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#vistamar-bottom-left:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#vistamar-bottom-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#vistamar-front-pic {
  width: 60vw;
  object-fit: cover;
}
