@import url(‘https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&family=Source+Serif+4: wght@400;700&display=swap');

nav.main-nav {
			background-color: #252525;
			font-family: futura;
			text-transform: uppercase;
			font-weight: 600;
			color: white;

		}
nav.main-nav a {
			box-shadow: none;
}

.dates {
color: white;
}

body {
            background-color: #252525;
			font-family: 'Courier', monospace;
			color: white;
        }
nav.main-nav a, #footer a, #post-nav a, p a { 
			box-shadow: none;
			text-decoration: underline;
			color: white;

}
nav.main-nav a:hover, #footer a:hover, #post-nav a:hover, p a:hover {
			box-shadow: none;
			background-color: yellow;
			color: black;
}

time.dt-published
{
			color: white;
}


h1 {
            font-family: 'futura', sans-serif;
			text-transform: uppercase;
			font-weight: 500;
			font-size: 35px;
			color: white;
	

        }        
h2, h3, h4, h5, h6 {
            font-family: 'futura', sans-serif;
			text-transform: uppercase;
			font-weight: 500;
			color: white;
        }
a.p-name { color: white;}
b, strong {color:white;} 
 p {
            font-family: 'Courier', monospace;
        }
        .post-title {
            font-family: 'Courier', monospace;
        }
