body {
  position: relative;
  background-color: black;
  font-family: "Cinzel", serif;
  /* height: 100%;
  width: 100%;
  box-sizing: border-box; */
}

.wrapper {
  box-sizing: border-box;
  width: 40%;
  height: 500px;
  margin: 0 auto;
  margin-top: 50px;
}

#logo {
  box-sizing: border-box;
  opacity: 1;
  transform: rotateX(0deg);
  margin-top: 0px;
}

.border {
  box-sizing: border-box;
  width: 99vw;
  height: 99vh;
  border: 6px white solid;
}

.ring,
#a {
  color: black;
  background-color: black;
  fill: black;
  opacity: 0;
}
/* .m {
  transform: rotateX(-180deg);
} */

.section {
  /* padding-top: 250px; */
}

#section-1 .fp-tableCell {
  text-align: center;
}

.background-image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("/images/photo3.png");
  background-position: center;
  background-size: cover;
}

.background-image-2 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("/images/photo5.jpg");
  background-position: center;
  background-size: cover;
}

.background-image-3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("/images/photo5.jpg");
  background-position: center;
  background-size: cover;
}

#section-1 svg {
  width: 50%;
}

#section-2 {
  background-color: white;
}

#section-3 {
  /* background-color: #cccccc; */
}

#section-3 .display-text {
  color: white;
  font-size: 20px;
}

.display-text {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.email-me {
  position: absolute;
  bottom: 50px;
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%);
}

.fa-chevron-down {
  background-color: black;
  color: white;
  font-size: 24px;
}

.fa-envelope {
  /* background-color: black; */
  color: white;
  font-size: 42px;
}
