body{
	background-image:url('../img/bg.jpg')
}

nav{
		width:100%;
		height:80px;
		text-align:center;
		color:white;
		background-color:#006666;
	}
	
	nav h1{
		line-height:45px;
		font-size:30px;
		padding:0px;
		margin:0px;
		font-weight:500;
		text-align:left;
		margin-left:10px;
	}
	nav h2{
		line-height:20px;
		font-size:20px;
		padding:0px;
		margin:0px;
		font-weight:400;
				text-align:left;
		margin-left:10px;
	}

	nav h3{
		line-height:16px;
		font-size:14px;
		padding:0px;
		margin:0px;
		font-weight:400;
				text-align:left;
		margin-left:10px;
	}
		nav h4{
		line-height:14px;
		font-size:11px;
		padding:0px;
		margin:0px;
		font-weight:400;
				text-align:left;
		margin-left:10px;
	}
.container{
	padding:50px;
	background-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;
}


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

.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;
}

.container{
	padding: 50px 15px 10px 15px;
}

#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:10px;
	min-height:70px;
	line-height:70px;
}

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

nav{
		width:100%;
		height:60px;
		text-align:center;
		color:white;
		background-color:#006666;
	}
	
	nav h1{
		line-height:25px;
		font-size:20px;
		padding:0px;
		margin:0px;
		font-weight:500;
		text-align:left;
		margin-left:10px;
	}
	nav h2{
		line-height:20px;
		font-size:20px;
		padding:0px;
		margin:0px;
		font-weight:400;
				text-align:left;
		margin-left:10px;
	}

	nav h3{
		line-height:16px;
		font-size:14px;
		padding:0px;
		margin:0px;
		font-weight:400;
				text-align:left;
		margin-left:10px;
	}
		nav h4{
		line-height:14px;
		font-size:11px;
		padding:0px;
		margin:0px;
		font-weight:400;
				text-align:left;
		margin-left:10px;
	}
}


