body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* navbar */
/*#region*/
.nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  grid-area: 1/1/4/9;
  z-index: 3;

  padding-left: 0;
  padding-top: 0.5vh;

  background-color: #234190;
  overflow: hidden;

  border-bottom: 2px solid white;
}

.nav ul {
  display: flex;
  justify-content: center;

  flex-grow: 1.5;
}

.nav li:hover {
  background-color: #2a4fad;
}

.spacer {
  flex-grow: 3;
}

/* .trainCirc {
  background-color: white;
  flex-grow: 0;
  border-radius: 50%;

  display: flex;
  margin: -1vw;
  justify-content: center;
  align-items: center;

  max-width: 4vw;
  max-height: 4vw;
}

.trainCirc a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trainCirc img {
  max-width: 4vw;
  width: 100%;
  max-height: auto;
  padding: 0.4vw;
} */

.nav a {
  text-decoration: none;
  text-decoration-thickness: 3px;

  font-family: "Lato", sans-serif;
  font-weight: 750;
  font-size: 30px;
  color: white;
  flex: 1;
}

.navElmts li {
  list-style-type: none;
  flex: 1;

  /* a alignment */
  text-align: center;

  padding-top: 3vh;
  padding-bottom: 3vh;
}

.donateUl li {
  list-style-type: none;
  flex: 1;

  /* a alignment */
  text-align: center;

  padding-top: 3vh;
  padding-bottom: 3vh;
  max-width: 12vw;

  overflow: hidden;
}

#donateText {
  flex: 0.85;
  background-color: #234190;
  margin-left: 4vw;
  margin-right: 4vw;
  width: 0.05vw;
  height: 6vh;

  text-align: center;

  border: 2px solid white;

  border-radius: 3px;
  display: flex;
  justify-content: stretch;
}

#donateText:hover {
  border: 2px solid white;
  background-color: white;

  color: #234190;
}

#donateNav {
  color: white;
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 700;

  border: transparent;

  background: transparent;
  flex-grow: 1;
}

#donateNav:hover {
  border: 2px solid white;
  background-color: white;

  color: #234190;
}

/* #endregion*/

/* big section */
/*#region*/
.mainDiv {
  display: grid;

  grid-template-rows:
    0.1fr 0.4fr 0.4fr 0.1fr repeat(6, 1fr)
    0.5fr 0.5fr 1fr 0.5fr 0.5fr;
  grid-template-columns: repeat(8, 1fr);
  height: 100vh;

  overflow: hidden;
}

.gordImg {
  max-height: 94.9vh;
  height: 100%;
  max-width: auto;

  z-index: 1;
}

.hero {
  grid-area: 3/4/14/9;
  z-index: 1;
}

#heroGrad {
  background-image: linear-gradient(
    to left,
    rgba(35, 65, 114, 0) 8%,
    #234190 37%
  );

  z-index: 2;

  grid-area: 3/1/16/6;
}

#heroText {
  z-index: 3;

  grid-area: 6/2/9/6;
  display: flex;
  flex-direction: column;
  gap: 0;

  overflow: hidden;
  z-index: 5;
}

#re-Elect {
  color: #ffcd31;
  font-size: 28px;

  display: flex;
  align-items: end;

  flex: 2;
}

#re-Elect h1 {
  margin: 0;
}

#electName {
  color: white;

  font-size: 36px;

  flex: 3;
}

#electName h1 {
  margin: 0;
}

.heroSpacer1 {
  flex-grow: 1;
}
.heroSpacer2 {
  flex-grow: 1;
}

.heroButtons {
  z-index: 3;

  grid-area: 8/2/13/4;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;

  overflow: visible;
}

#buttonsSpacer {
  flex: 0.5;
}

.buttonsText {
  background-color: white;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  flex: 0.5;
  margin-bottom: 0;
}

.buttonsText h1 {
  font-size: 30px;
  background-color: white;

  width: 100%;
}

.buttonDiv {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  flex: 2;

  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.buttonDiv a {
  flex-grow: 1;
}

.buttonDiv button {
  padding: 3%;
  width: 97%;
  height: 95%;

  font-size: 30px;
  font-weight: 700;
  color: #234190;

  background-color: white;

  border-radius: 10px;
}

.buttonDiv button:hover {
  background-color: #234190;
  color: white;
}

/*#endregion*/

/* train section */
/*#region*/

/*#endregion*/
