html, body {
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
}

p.mono {
    font-family: dos;
	font-size: 45pt;
    font-weight: bold;
}

p.monosmall {
    font-family: dos;
	font-size: 28pt;

}

h1 {
    font-family: dos;
	font-size: 26pt;
}

#sheep {
width: 25%;
position: absolute;
bottom: 5%;
left: 10%;
}

#narrow {
position: absolute;
left: 50px;
right: 50px;
margin-top: 25px;
}

img#icon {

width: 150px;

}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	height: 25%;	
	z-index: 3;
	pointer-events: none;
	min-height: 50px;
}

@media screen and (min-height: 1px) and (max-height: 600px) {
    .footer { height: 15%; }
	#anchoricons {display: none;}
}


