		/* Navigation styles */
		nav {
		  text-align: center;
		  margin-bottom: 15px;
		}

		nav a {
		  margin-top: 5px;
		  margin-left: 0px;
		  text-decoration: none;
		  color: #2c7744;
		}

		nav a:not(:last-child)::after {
		  padding: 0 10px;
		  content: "|";
		  color: #000;
		}

		footer nav {
		  text-align: center;
		  padding: 10px 0;
		}

		.footer-link {
		  color: #333;
		  text-decoration: none;
		  margin: 0 1px;
		  font-size: 0.9em;
		}

		.footer-link:hover {
		  color: #007bff;
		}

		.footer-link i {
		  margin-right: 1px;
		}

/* Typography */
h1 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 1.5em;
    margin: 4px 0;
  }
  
  h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    color: #f5f5f5;
    background-image: linear-gradient(to bottom, #344E41 50%, #A3B18A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0.0em 1em;
  }


  