html, body {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-size: 1.5em;
}

/* ------- Header ----------*/

.header {
	background: url(images/bluesky.jpg);
	background-size: cover;
}

h1 {
	color: darkblue;
	font-size: 4em;
	padding: 0.5em 0;
	text-shadow: 0.04em 0.04em #FFF600;
}

.header a {
	text-decoration: none;
}

.header h1:hover {
	color: #FFF600;
	text-shadow: 0.04em 0.04em darkblue;
}

/* ------- Banner ----------*/

.banner {
	height: 0.7em;
	background: #FFF600;
	background-size: cover;
}

.banner2 {
	height: 0.7em;
	background: darkblue;
	background-size: cover;
}

/* ------- Container ----------*/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.btn1 {
	color: #FFF600;
	background: darkblue;
	border-radius: 0;
	text-decoration: none;
	font-size: 1.25em;
	padding: 0.4em 0.5em;
	white-space: normal;
}

.btn1:hover {
	color: red;
	cursor: pointer;
}

#btn2 {
	color: darkblue;
	background: #FFF600;
}

#btn2:hover {
	color: red;
	cursor: pointer;
}

li {
	padding: 0.5em 0;
}

h2 {
	padding: 1em 0;
}

p {
	text-align: left;
	padding-left: 20%;
}

/* ------- Footer ----------*/

.footer {
	background: darkblue;
	height: 5em;
	margin-top: 3em;
}

.footer ul {
	list-style: none;
	float: right;
}

.footer li {
	display: inline-block;
	padding: 1.75em 1em;
}

.footer a {
	text-decoration: none;
	color: #FFF600;
}

.footer a:hover {
	color: red;
}

.footeru {
	background: #FFF600;
	height: 5em;
	margin-top: 3em;
}

.footeru ul {
	list-style: none;
	float: right;
}

.footeru li {
	display: inline-block;
	padding: 1.75em 1em;
}

.footeru a {
	text-decoration: none;
	color: darkblue;
}

.footeru a:hover {
	color: red;
}

/* ------- Buggy ----------*/

.buggycontainer {
	width: 60px;
}

#buggy p {
	color: white;
	font-size: 0.4em;
}
 
#buggy p:hover {
	color: black;
	display: block;
}

#buggy a {
	text-decoration: none;
}

#buggydead p {
	color: red;
	font-size: 0.4em;
}

#pst {
	font-size: 0.3em;
	padding-left: 0;
}

#pst:hover {
	font-size: 2em;
	color: red;
}

/* ------- Concentration ----------*/

#uni {
	text-align: right;
	text-decoration: none;
	color: oldlace;
}

ol>li {
	text-align: left;
}

