* {
    margin: 0px;
    text-decoration: none;
}
#header {
    background-color: green;
    position: absolute;
    z-index: 5;
    width: 100vw;
    height: 150px;   
}
#content p{
    text-indent: 0.5in;
}
#content p, #content ul, #content ol{
    text-indent: 0.5in;
    font-size: 20px;
}
#menu {
    display: block;
    position: fixed;
    height: 100vh;
    width: 155px;
    background-color:darkgreen;
    padding-top: 155px;
    text-align: center;
    z-index: 1;
}
ul.subMenu {
	list-style-type: none;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

ul.subMenu li {
	border: solid 2px green;
	background-color: darkgreen;
	font-weight: normal;
	font-size: 20px verdana;
	position: relative;
	padding: 5px 5px;
}

ul.subMenu li:hover {
	
    background-color: darkgreen;
	z-index: 1;
}

ul.subMenu li > ul {
	display: none;
	position: absolute;
	top: -1.5px; 
	left:148px;
}

ul.subMenu li:hover > ul { display: block; }
ul.subMenu li a {
	text-decoration: none;
	color: inherit;
}

#header img {
    height: 130px;
    position: fixed;
    padding: 10px;
}
#header h1 {
    font-family:Old English Text MT;
    color: #f1f1f1;
    margin: auto;
    display: block;
    padding-top: 30px;
    padding-left: 250px;
    font-size: 60px;
}
nav p {
    margin-top: 15px;
}
#menu a{
    color: white;
    font-family: impact, sans-serif;
    font-size: 20px;

}
div#content {
    background-color: #e68a00;
    position: fixed;
    overflow-y: auto;
    left: 155px;
    top: 150px;
    width: calc(100vw - 155px);
    height: calc(100vh - 150px);
    font-family: broadway, sans-serif;
    color: antiquewhite;
    padding: 5px;
}
 #irish{
    height: 200px;
    position: relative;
}
#content a{
    color: antiquewhite;
    text-decoration: none;
}
object {
    margin: auto;
    padding: 0;
    height: 415px;
    width: 500px;
    display: block;
}
iframe {
    margin: auto;
    border:0;
    display: block;
    width: 400px;
    height: 300px;
}
div#footer {
    position:fixed;
    z-index: 5;
    top: calc(100vh - 20px);
    width: 100vw;
    left: 155px;
    height: 20px;
    background-color: green;
    color: white;
    padding-left: 5px;
}
        
#content a:hover {
    color: white;
}