/* WRAPPERS */
body {
  font-family: verdana;
  margin: 0px;
  height: 100%; }
  
 main{
	 margin:auto;
 } 

img {
  width: 100%; }
  
  
/* TEXT */
h1{
	font-size: 40px;
	 color:white;
	 margin:2rem 0px;
}

h2{
	color: #00595C;
	font-size: 30px;
	text-align: left; 
	margin:1rem 0px;
}

h3{
	font-size:20px;
}

h1, h2,h3  {
  font-weight:bold;
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold; }

a:hover {
 color: #00595C;
text-decoration:none }

p {
  margin-top: 0px;
  line-height: 25px; }

/* HEADER */
header {
	width: 100%;
	padding: 1rem;
	display:flex;
	flex-direction:column;
	background-color: #00595C;
	background-position: right 0px top 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
	padding: 0px 40px;
	height: 570px;
	justify-content:center;
}

#menuLogo img{
	height:100px;
	width:auto
} 


/* MAIN */
label{
	width:100%;
}

.question{
	margin-bottom:1rem;
}

.show_answers .correct{
	color: #00595C;
}

.show_answers label.correct{
	font-weight:bold;
}

.question .q{
	margin-bottom:10px;
}

.result, .error{
	color:#f55a42
}

.error{
	display:none;
}

.error.show{
	display:block;
}

button{
	background-color: #00595C;
	color: white;
	padding: 10px;
	border-radius: 10px;
	border: none;
	width: 200px;
	margin: 0px auto 1rem;
	display: block;
}

button:hover{
	background-color: #01888c;
}

/* FOOTER */
footer {
  background-color: #00595C;
  color: white;
  padding: 20px;
  font-weight: bold; 
}


.footerSection a {
  color: white; 
}