/* GENERAL */

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.main-logo {
  width: 407px;
  max-width: 90vw;
  height: auto;
}

/* INDEX PAGE */

body.home {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.home {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.home-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* WHO PAGE */

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vh;
  padding: 6vh 0 0 0; /* top only */
}

.container-why {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vh;
  padding: 0 0 0 0;
}

.container-who {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vh;
  padding: 6vh 20px 0 20px;
  max-width: 400px;
  margin: 0 auto;
}

/* make section width match image */
.section {
  width: 100%;
}

/* image fills section width */
.section img {
  width: 100%;
  height: auto;
  display: block;
}

/* label aligned to right edge of image */
.label {
  margin-top: 8px;
  font-size: 28px;
  font-family: "Courier New", Courier, monospace;
  text-align: right;
}

.poem {
  margin: 55px 20px 0 20px;
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

.poem-sign {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-style: italic;
  font-family: "Courier New", Courier, monospace;
  /*margin-right: -180px;*/
  padding-left: 180px;
}

/* icons */

.icons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.icons img {
  width: 45px;
  height: auto;
}

/* menu */

.menu {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.menu a {
  text-decoration: none;
  background: #2a74a6;
  color: white;
  padding: 10px 26px;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  text-align: center;
  width: 100px;
}

.menu a.active {
  background: #d33;
}

.menu a:hover {
  background: rgb(158, 31, 99); /* hover color */
}

/* footer */

.footer-logo {
  margin-top: 90px;
  margin-bottom: -20px;
}

.footer-logo img {
  width: 45px;
  margin-bottom: -20px;
}

.copyright {
  margin-bottom: 20px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: #777;
}

.email-img {
  margin-top: 5.5px;
  margin-left: 20px;
}

.linkedin-img {
  margin-right: 20px;
}

.ron-label {
  margin-top: 15px;
  margin-bottom: 45px;
}
