/* FONTS + OBJECTS */
body {
    font-family: CourierPrime, Courier, monospace;
}

h1 {
    font-family: Inconsolata, Courier, monospace;
    font-weight: 200;
    font-size: 3.5em;
    line-height: 2em;
    max-width: 500px;
}

h2 {
    font-family: Inconsolata, Courier, monospace;
    font-size: 8em;
    line-height: 1em;
    max-width: 500px;
}

h3 {
    font-family: Inconsolata, Courier, monospace;
	font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 10px;
    max-width: 500px;
}

h4 {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}

p, li {
    font-size: 1em;
    line-height: 1.4em;
    max-width: 500px;
}

li {
    padding-top: 10px;
    padding-left: 10px;
    
}

a {
	text-decoration: none;
}

button {
    font-family: Inconsolata, Courier, monospace;
	font-size: 18px;
    font-weight: bold;
	border-top: 2px solid;
	border-left: 2px solid;
	border-bottom: 0px;
	border-right: 0px;
    letter-spacing: 2px;
	padding: 7.5px 10px;
	margin: 3px 0px 10px 0px;
	cursor: pointer;
	color: #212123;
	background-color: rgba(255, 255, 255, 0.0);
}

button:hover {
	background-color: #333333;
    color: #eeeeee;
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
}
