@import url(https://fonts.googleapis.com/css?family=Oxygen);

@media (max-width:800px)  {
	h1{
		font-size:43px
	}
}

* {	
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	outline: 0;
	font-style: normal;
}
body {
    height: 100%;
    font-family: 'Oxygen', sans-serif;
    font-size: 30px;
    color: #000;
	
}
header {
	text-align: center;
	background-color: #3498DB;
	padding: 18px 0 35px;
	color: #fff;
	margin-bottom: 25px;
}
p {
	margin: 0 0 2% 0;
}
h2 {
    text-align: center;
}
h5 {
	font-weight: 100;
}

h6 {
	display: inline;
}
a {
   color:#3498DB;
   text-decoration: underline;
}
input {
	font-size: 0.7em;
	margin-bottom: 7px;
}
button {
    font-size: 30px;
}

.displayNone {
	display: none !important;
}
.invisiblie {
	visibility: hidden !important;
}


#homeButton, #backButton {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 64px;
	height: 64px;
}
.button-link {
	border: 2px #000 solid;
	border-radius: 5px;
	padding: 1% 3%;
	text-align: center;
	background-color: #3498DB;
	color: #fff;
	text-decoration: none;
	width: 350px;
	margin: 1% auto;
	display: block;
	transition: background-color 200ms linear;
}
.button-link:visited {
	color: #fff;
}