@font-face {
    font-family: 'RijksoverheidSansText';
    src: url('../fonts/rijksoverheidsanswebtext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded W02 Bold';
    src: url('../fonts/vagrounded-bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Charter ITC W02 Bold';
    src: url('../fonts/charter.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}



body{
	font-family: "RijksoverheidSansText",Verdana,Arial,sans-serif;
	background-color: #f7f6f4;
    
}

h1,h2,h3,h4{
	font-family: "RijksoverheidSansText",Verdana,Arial,sans-serif;
}

hr{
	background: #f9e11e;
	padding: 1px;
}



.navbar{
	background-color: white;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.1);
	border-radius: 0px
}


.logo{
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.row{
	padding-bottom: 20px
}

.card{
    background-color: white;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,.1);
    color: #222;
    padding: 20px 40px 20px 40px;
	
}
.card-dark{
	background-color: #009273;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,.1);	
	color: white;
	padding: 20px;
}
.clearfix{
	clear:both;
}


.question-text{
	margin-top: 20px;
}
.question-slider{
	margin-top: 20px;
	width: 80%; 
	float: left
}
.question-checkbox{
	width: 10%; 
	float: left;
	margin-top: 20px;
}
.question-answer{
	font-weight: 900;
	text-decoration: underline;
	color: #0b71ab;
}
#results{
	display: none;
}


.question-slider .range-quantity{
	background-color: #0b71ab;
}


.legenda{
	padding: 10px;
	border: 1px solid #ddd;
}

.legenda:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.legenda:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}