 .site-nav ul li {
            list-style: none;
            display: inline-block;
        }
        
        .site-nav ul li a {
            color:#be1e2d;
            padding:4px 6px;
            text-decoration: none;
            font-family: Athelas;
            text-transform: uppercase;
            font-size: 100%;
        }
        
        .site-nav ul li a:hover {
            background:#8a8c8f;
            color:#ef4e22;
            font-family: Athelas;
        }

        footer {
            color: black;
            font-family: Athelas;
            text-align: center;
            font-size: 120%;
			background-color: rgba(138, 140, 143, 0.6);
			border: 5px solid black;
			margin: 25px;
			border-radius: 15px;
        }

         h1 {
            color: #be1e2d;
            font-family: Athelas;
            font-size: 250%;
            text-align: center;
        }
        
         h2 {
            color: #be1e2d;
            font-family: Athelas bold;
            font-size: 190%;
			text-align:center;
        }
        
         p {
            font-family: Athelas;
            color: #8a8c8f;
			text-align:center;
        }