html {
	min-height: 100%;
}

body {
	display: block;
	background: linear-gradient(#FF7800, #F39949);
	font-family: "Cutive Mono", Consolas;
	font-weight: bold;
	text-align: center;
	color: #F7DED2;
}

h1#title {
	font-family: "Amatic SC", Consolas;
	font-weight: 400;
	font-size: 75px;
	margin-bottom: 0;
}

#true {
	color: #60FF65;
}

h1#subtitle {
	font-size: 15px;
	font-style: italic;
}

img#logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

nav#navbar {
	position: fixed;
	top: 10px;
	left: 15%;
	right: 15%;
	background: #F7DED2;
}

a {
	color: #9D344B;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
	/*a:pseudoclasses - link, visited, hover, active*/
	/*style rules can be combined (h1, h2, h3 {font-size: 20px;})*/
}

p {
	font-size: 20px;
	text-align: justify;
	margin-top: 0;
	margin-left: 15%;
	margin-right: 15%;
}

footer {
	font-size: 12px;
	font-style: italic;
	font-weight: light;
}

article {
	-moz-column-count: 3;
	-moz-column-rule-width: 1;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #9D344B;
}