@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,600);

body{
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	/*color: white;*/
    color:#ED1C24;
  font-weight: bold;
  text-align: center;
 /* background-color: #ED1C24;*/
 background-color:white;
}
h1{
  font-weight: 300;
  margin: 0px;
  padding: 10px;
  font-size: 20px;
  background-color: #ED1C24;
  color: #fff;
}
.question{
  font-size: 25px;
  margin-bottom: 10px;
}
.answers {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}
.answers label{
  display: block;
  margin-bottom: 5px;
}
button{
    font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	background-color: #FFA500;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
    margin-bottom: 20px;
    margin: 30px;
}
button:hover{
	background-color: #ED1C24;
}
.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.active-slide{
  opacity: 1;
  z-index: 2;
}
.quiz-container{
  position: relative;
  height: 200px;
  margin-bottom: 20px;
}

body { 
    /*position: relative;
    background-image: url('Logo2.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right; 
	background-size: 500px 351px;*/
  }

.general-container {
    width:100%;
    /*height:100%;
    margin-top: 15%;*/
    align-items: center;
}
#welcome{
	 max-width: 600px;
	 margin: auto;
}
#tryagain{
	margin:auto;
}