body {
  /* Background Vertical Stripe */
    /* height: 100vh;
    background:
    linear-gradient(90deg,var(--eggplant) 30%, white 10%, white 10%); */
    /* This is preferred but tough for logos without alpha... */
    /* background:
    linear-gradient(90deg,var(--eggplant) 30%, var(--powder) 10%, var(--powder) 10%); */
    /* End Background Vertical Stripe */
}

footer {
  background-color: var(--gumdrop);
}

/* Colors */
:root {
  --gumdrop: #7BAE7C;
  --eggplant: #493843;
  --goldenrod: #D19C1D;
  --pepper: #575E57;
  --powder: #F1F4ED;
  --bone: #D9D7C6;
}

/* Fonts */

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

p {
  font-family: "Montserrat";
}

.galliard{
  font-family: "itc-galliard", serif;
}

h1 {
  font-family: "itc-galliard";
}
h2 {
  font-family: "itc-galliard";
}
h3 {
  font-family: "itc-galliard";
}
h4 {
  font-family: "itc-galliard";
}
h5 {
  font-family: "itc-galliard";
}
h6 {
  font-family: "itc-galliard";
}