@font-face {
    font-family: LedBanner;
    src: url(TheLedDisplaySt.ttf);
}


body { 
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	overflow: hidden;

}

header {
	background-color: black;
	color: #00ff00;
}

.led {
	font-family: LedBanner;
	font-size: 32px;
	
}

.answer{
    background-color: transparent;
    font-size:1.2rem;
}

.answers {
	transform: scale(0.75) translateY(-15%);			
}

.ga {
	padding: 35px 0px;
	position:relative;
}

.qbutton {
	padding: 5px;
	margin: 10px;
}

.rbutton {
	margin:10px;
	width: 200px;
	height:50px;
	display:none;
	position: relative;
    top: -70px;
	
}

.q #qnr {
	font-size: 1.5rem;
	padding-bottom:5px;
}

.q {
	padding: 1%;
	position:relative;
	max-height: 90vw;
}

.q #qimg {    
	/* text-align: right; */
    position: relative;
    top: 69px;
    left: 70%;
    height: 0px;
    z-index: 1;
}


.q #img {
	padding:15px;	
	height: 200px;
	
}

#question {
    width: 100%;
}

#selector {
    padding: 10px;
}

#qtext {
	font-size:1.5rem;
	padding: 10px;
    /* border: 2px solid;
    border-radius: 5px; */
}

#score {
    padding-left: 10px;
}


nav {
	margin:15px auto;
	width: 80%;
}

main {
	margin-left:auto;
	margin-right:auto;
    width: 80%;
    padding:2%;
	
}

.score {
	display:none;
}

.answerchar { 
	font-size: 2rem;
	font-style:bolder;
}

input[type=radio] {
	display: none;
	
}

label {
	
	background-image: url(radio-buttons-style-2.png);
    background-position: left top;
    background-repeat: no-repeat;
    /* display: inline; */
    padding: 45px 52px;
    position: absolute;
    /* height: 73px; */
    /* width: 100px; */
    left: -125px;
    top: 0px;
}

#bstartover {
	position:relative;
	top: -25px;
	top: -25px;
}

input[type=radio]:checked + label {
	background-image: url('radio-buttons-style-2-checked.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#result img {
	height:400px; 
}

@media screen and (max-width: 500px)  {
  	#qtext {
		font-size:1rem;
		padding: 2px;
   
	}
	.answer {
    	background-color: transparent;
		font-size:0.8rem;
	}

	label {
		
		background-image: url('radio-buttons-style-1.png');
		background-position: left top;
		background-repeat: no-repeat;
		position:absolute;
		height: 100px;
		width: 100px;
		left: -60px;
		top: 35px;
	}	
	
	input[type=radio]:checked + label {
	background-image: url('radio-buttons-style-1-checked.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	}
	
	.q #qimg {    
		text-align: center;
		position: static;
		height: auto;
   }
   
}