
p.answers {
	margin: 5px;
	display: inline;

}

button {
/*	border-radius: 50%;*/
	background-color: #4CAF50; /* Green */
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	color: #fff;
	text-shadow: -2px 2px #346392;
	background-image: linear-gradient(top, #6496c8, #346392);
	box-shadow: inset 0 0 0 1px #27496d;
	border: none;
	border-radius: 15px;
}

button.hover {
  box-shadow: inset 0 0 0 1px #27496d,0 5px 15px #193047;
}

button.active {
  box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}

#wrapper {
	background: linear-gradient(to right bottom, #552729, #000000);
	text-align: center;
	margin-top: 0px;
	padding: 0px 40px 0px 40px;
}

#subwrapper {
	text-align: left;
	margin-left: 40px;
	background-image: url(../images/mickey2.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	background-size: cover;
	margin: 0 auto;
}

#counter {
	color: red;
}

body {
	background: linear-gradient(to right bottom, #552729, #000000);
	background-color: #211112;
	
	
}


h1 {
	font-family: 'Pacifico', cursive, 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
	color: white;
	margin-top: 0px;
}

h2, h3 {
	font-family: 'Baloo Chettan', cursive, 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
	color: white;
}

input[type=radio] {
	padding-left: 20px;
}

#radio {
	padding-left: 20px;
}


.answers {
	font-family: 'Asap', sans-serif, 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
	color: white;
	
}

@media screen and (max-width: 1200px) {

	#subwrapper {
	text-align: left;
	background-image: url(../images/mickey2.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	background-size: 1200px 800px;
}

	#wrapper {
		width: 100%;
		max-width: 1200px;
	}
}

@media screen and (max-width: 768px) {
	
	#subwrapper {
	text-align: left;
	background-image: url(../images/mickey2.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	background-size: 768px 600px;
}

	#wrapper {
		width: 100%;
		max-width: 768px;
	}
}

@media screen and (max-width: 640px) {

	#subwrapper {
	text-align: left;
	background-image: url(../images/mickey2.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	background-size: 640px 300px;
}

	#wrapper {
		width: 100%;
		max-width: 640px;
	}
}
}