#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #0ab1e5;
	color:white;
    height: 50px; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
	box-shadow:2px 2px 2px black;
	z-index:5;
	text-align:center;
}

ul li{
	width:25%;
	line-height:50px;
	float:left;
	border-right:1px solid white;
	color:white;
	font-size:20px;
	cursor:pointer;
}

ul li:hover{
	background-color:navy;
}
ul li a{
	color:white;
}



.corsivo{
	font-family:Great Vibes;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.myselect{
	text-align:center;
	font-weight:bold;
	width:100%;
	padding:10px;
}

.mycheck{
	width:30px;
	height:30px;
	float:right;
	margin-top:15px;
}

div{

	font-size:16px;
}

.btn{
	margin:10px auto;
	min-width:200px;
	padding:10px;
}

#ds_speaker{
	width:150px;
	height:150px;
	margin:30px auto;
	cursor:pointer;
}

.answer{
	border:1px solid black;
	border-radius:10px;
	box-shadow:2px 2px 2px black;
	font-size:100px;
	text-align:center;
	cursor:pointer;
	margin:10px;
	min-height:200px;
	line-height:200px;
}

#ds_progress{
	margin-top:20px;
	font-size:20px;
}

.riga{
	padding:15px;
}


.right{
	background-color:green;
}

.wrong{
	background-color:yellow;
}

.hover{
	background-color:lightblue;
}

.feedback h1{
	font-size:150px;
	color:darkgreen;
}

#ds_torna{
	padding:10px;
	min-width:200px;
	margin-top:30px;
}

#risposta_wrapper{
	font-size:30px;
	text-align:center;
	display:block;
	margin:10px auto;
	width:550px;
	height:70px;
	line-height:70px;
	background-color:white;
		border:1px solid black;
}

.myinline{
	text-align:center;
	display:inline-block;
	font-size:80px;
}

.centbtn{
	display:inline-block;
	margin:10px;
	max-width:150px;
}

.wrap{
	min-height:100vh;
	box-shadow:0px 0px 5px black;
	background-image:url('../src/bg.jpg');
}

body{
background-color:#2d2d2d;
}

#cerchione_wrapper{
	width:550px;
	height:150px;
	background-size:cover;
	margin:0px auto;
}
#cerchione{
	display:inline-block;

	width:550px;
	height:150px;
	font-size:60px;
	text-align:center;
	line-height:150px;
	border:2px solid black;
}

.pulsante{
	background-color:goldenrod;
	color:black;
	box-shadow:2px solid black;
	border:1px solid black;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:40px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
}

.meno{
	color:white;
	width:60px;
	box-shadow:2px solid black;
	border:1px solid black;
	height:60px;
	line-height:60px;
	font-size:40px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
	background-color:navy;
}

.cancella{
	color:white;
	width:60px;
	box-shadow:2px solid black;
	border:1px solid black;
	height:60px;
	line-height:60px;
	font-size:40px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
	background-color:red;
}

.ok{
	box-shadow:2px solid black;
	border:1px solid black;
	color:white;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:40px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
	background-color:darkgreen;
}

@media only screen and (max-width: 460px){
	hr{
		margin:0px;
		margin-bottom:5px;
		border:1px solid black;
	}
	h1{
		font-size:22px;
		font-weight:900;
	}
	
	h5{
		font-size:12px;
	}
	#cerchione_wrapper{
	width:300px;
	height:160px;
	background-size:cover;
	margin:0px auto;
}
	#cerchione{
		display:inline_block;
	width:300px;
	height:160px;
	font-size:40px;
	text-align:center;
	line-height:160px;
	border:2px solid black;

}


.pulsante{
	color:white;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:30px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
}

.cancella{
	color:white;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:30px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
	background-color:red;
}

.meno{
	color:white;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:30px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
	background-color:navy;
}

.ok{
	color:white;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:30px;
	cursor:pointer;
	display:inline-block;
	margin:8px;
	background-color:darkgreen;
}

#risposta_wrapper{
	font-size:20px;
	text-align:center;
	display:block;
	margin:10px auto;
	width:300px;
	height:40px;
	line-height:40px;
	background-color:white;
	border:1px solid black;
}

.myinline{
	text-align:center;
	display:inline-block;
	font-size:50px;
}

.myselect{
	font-size:12px;
	padding:5px;
}

.mycheck{
	width:28px;
	height:28px;
}

.col-xs-5{
	font-size:12px;
}

.col-xs-1{
	font-size:12px;
}

.row{
	padding:5px 15px;
}

.riga{
	padding:5px;
}

ul li{
	line-height:15px;
	font-size:11px;
	height:100%;
	padding-top:10px;
}

.attivita h3{
	font-size:18px;
	font-weight:bold;
}

.attivita h4{
	font-size:14px;
}

.attivita h5{
	font-size:12px;
}



#ds_speaker{
	width:100px;
	height:100px;
	margin:15px auto;
	cursor:pointer;

}
.answer{
	border:1px solid black;
	border-radius:10px;
	box-shadow:2px 2px 2px black;
	font-size:30px;
	text-align:center;
	cursor:pointer;
	margin:20px 10px;
	min-height:70px;
	line-height:70px;
}

.feedback h1{
	font-size:100px;
	color:darkgreen;
}
}





