* {
  box-sizing: border-box;
}

body {
  background-image: url('images/background.jpg');
  background-size: 100%;
  background-repeat: repeat;
}

.hidden {
  display: none;
}

#temp {
  width: 100%;
  height: 10px;
  text-align: center;
}

#select {
  width: 100%;
  margin: auto;
  cursor: pointer;
  text-align: center;
}

#questions {
  width: 100%;
  margin: auto;
  text-align: center;
}

#options {
  width: 100%;
  margin: auto;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
}

.feedback {
  width: auto;
  height: 20px;
}

#triviaTitle {
  height: 60px;
}

img {
  margin: 0 auto;
  width: auto;
  height: 280px;
}

#review {
  border: 2px solid rgba(180, 100, 255, 0.5);
  height: 125px;
  width: 80%;
  margin: auto;
}

#score {
  border: 2px solid rgba(220, 0, 0, 0.5);
  height: 75px;
  width: 80%;
  margin: auto;
}

.header {
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 0 auto;
}

p {
  color: white;
  font-family: 'Exo', sans-serif;
  font-size: 1.2em;
}

h1 {
  color: white;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

h3 {
  color: #63b8ee;
  text-align: center;
font-family: 'Yanone Kaffeesatz', sans-serif;
}

ul {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  list-style: none;
  font-family: 'Exo', sans-serif;
}

li {
  color: white;
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto;
  list-style: none;
  font-family: 'Exo', sans-serif;
}

button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 15px;
  margin: 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}

button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}

button:active {
	position:relative;
	top:1px;
}
