

ul {
    list-style: none;
}

input[type=radio] {
    border: 0px;
    width: 50px;
    height: 1em;
}
p {
    font-family:'CaviarDreams', serif;
}
/* Quiz Classes */
 .quizContainer {
    background-color: #1F4665;
    border-radius: 0px;
    width: 100%;
    margin: auto;
    padding-top: 2px;
	  padding-bottom: 12px;
   /*  -moz-box-shadow: 10px 10px 5px #DDDED9;
    -webkit-box-shadow: 10px 10px 5px #DDDED9;
    box-shadow: 10px 10px 5px #DDDED9; */
	 -moz-box-shadow: 5px 5px 5px #004C59;
    -webkit-box-shadow: 5px 5px 5px #004C59;
    box-shadow: 5px 5px 5px #004C59;
    /* position: relative; */
	
}
/* .nextButton {
    box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    width: 150px;
    height: 40px;
    text-align: center;
    background-color: lightgrey;
    color: red;
    font-family:'CaviarDreams', serif;
    position: relative;
    margin: auto;
    padding-top: 20px;
} */


.nextButton {
	font-family:CaviarDreams !important;
	padding: 10px 60px;
   /*   color: #fff; */
    background-color:#FF632B;
    padding: 10px 60px;
    font-size: 14px;
    font-weight: 300;
   /*  text-transform: uppercase; */
    border: none;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #fff;
	width: 250px !important;  
}



.nextButton:hover{
/* cursor: pointer; */
/* color: #FF632B; */
/* background-color: #FF632B; */
/* border: 0px solid black; */
/* border-radius: 3px; */
/*     text-decoration: none; */
}



.question {
    font-family:'basis33', serif;
    /* font-size: 2em; */
	font-size: 30px;
    width: 90%;
    height: auto;
    margin: auto;
    border-radius: 0px;
    /* background-color: #00D146; */
    text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.quizMessage {

    background-color: peachpuff;
    border-radius: 0px;
    width: 60%;
    margin-left:15px;
	margin-bottom:10px;
    text-align: center;
    padding: 2px;
    font-family:'basis33', serif;
    color: red;
}
.choiceList {
    font-family:'basis33', serif;
    /* color: #004865; */
	color: red;
	font-size: 24px;
}
.result {
    width: 40%;
	
    height: auto;
    border-radius: 0px;
    background-color: green;
    margin: auto;
	margin-top:10px;
	margin-bottom:10px;
    text-align: center;
    font-family:'basis33', serif;
}
/* End of Quiz Classes */

/*small screen tablets*/
@media (max-width: 520px) {   


.question {
    font-family:'basis33', serif;
    /* font-size: 2em; */
	font-size: 23px;
    width: 90%;
    height: auto;
    margin: auto;
    border-radius: 0px;
    /* background-color: #00D146; */
    text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}



.quizContainer {
    background-color: #F1B83F;
    border-radius: 0px;
    width: 100%;
    margin: auto;
   /*  padding-top: 2px;
    padding-bottom: 12px; */
    -moz-box-shadow: 5px 5px 5px #004C59;
    -webkit-box-shadow: 5px 5px 5px #004c59;
    box-shadow: 5px 5px 5px #004c59;
    /* position: relative; */
}

.nextButton {
	font-family:CaviarDreams !important;
	padding: 5px 40px;
     color: #fff;
    background-color:#FF632B;
    padding: 10px 60px;
    font-size: 14px;
    font-weight: 300;
   /*  text-transform: uppercase; */
    border: none;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #fff;
	/* width: 200px !important;   */
}

.nextButton {
	font-family:CaviarDreams !important;
	width: 180px !important;
	/*  width: 100%; */
}



}

/* 1media queries very small screens */
@media (max-width: 450px) { 

/*Fixes to button*/
.carousel {
	display:none;
} 


/*Fixes to button*/
.nextButton {
	font-family:CaviarDreams !important;
	width: 180px !important;
	/*  width: 100%; */
}



}




