body {
	background-color: black;
	color:  green;
	font-family: "Trebuchet MS", Helivitica, sans-serif;
}


nav {
	background-color:  black;
	color:  green;
	shadow:  1px black down;  /* verify this as possible */
	margin: 0;  /* figure out how to make this fit to top of screen */
}

h1 {
	color: green;
	margin-left: 20px;
}

h2 {
	color: green;
	margin-left: 20px;
}

footer {
	background-color: black;
	color:  green;
}

.embed-iframe {
    border: none;
    width: 80%;
    height: 1000px;
}

.embed-iframe-small {
    border: none;
    width: 300px;
    height: 500px;
}

.link-green {
    color: green;
}

.topnav {
    overflow: hidden;
    background-color: black;
}
.topnav a {
    float: left;
    color: green;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #383838;
    color: green;
}

.site-logo {
    display: block;
    margin: 10px auto;
    text-align: center;
}