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