/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	display: inline-block;
}
html {
    overflow-y: scroll;
}
/**********************************************/
body{
	font-family: 'Comfortaa', cursive;
	left: 0px;
	height: 100vH;
	background-image: url("../img/background-organizzatore.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.tint{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(252,251,127,0.5);*/
}
.container-one{
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 40px;
}
.container-two{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
}
/**Content*/
.content{
	position: relative;
	left: 30%;
	width: 40%;
	margin-top: 5%;
	margin-bottom: 5% !important;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 50px;
}
/**Form*/
.form-one{
	position: relative;
	left: 20%;
	top: 0px;
	height: 50%;
	width: 60%;
}
.form-two{
	position: relative;
}
/**input login e registrazione*/
.form-one input[type="text"], .form-one input[type="password"], 
.form-one input[type="email"]{
	position: absolute;
	border: 1px solid black;
	right: 5%;
	font-family: 'Comfortaa', cursive;
	width: 50%;
	border-radius: 3px;
}
/**link login e registrazione*/
.form .link{
	position: absolute;
	left: 0px;
	color: rgb(66,67,254);
}
/**input crea caccia*/
.form-two input:not([type=radio]):not([type=checkbox]), .form-two select,
.form-two .radio-button, .button-tree, .risposta-multi, .risposta-singola, img{
	position: absolute;
	right: 0px;
	font-family: 'Comfortaa', cursive;
	width: 50%;
}
.form-two input:not([type=radio]), .form-two select, .button-tree, .button-four{
	border: 1px solid black;
	border-radius: 3px;
}
/**riposta multipla*/
.risposta-multi, .risposta-singola{
	display: block;
}
/**Bottoni*/
.button-one{
	position: absolute;
	width: 35%;
	height: 20%;
	border: none;
	right: 5%;
	background-color: rgb(196,189,120);
	font-family: 'Comfortaa', cursive;
	transition: all 1s;
}
.button-two, .button-tree, .button-four{
	width: 30%;
	height: 70px;
	border: none;
	background-color: rgb(196,189,120);
	font-family: 'Comfortaa', cursive;
	transition: all 1s;
	display: block;
}
.button-tree{
	border-radius: 100% !important;
	border: 1px solid black !important;
	width: 50px !important;
	height: 50px !important;
	font-size: 20px !important;
}
.button-four{
	width: 100%;
	height: 40px;
}
.button-one:hover, .button-two:hover, .button-tree:hover, .button-four:hover{
	background-color: rgb(237,229,145);
	transition: all 1s;
}
/**Titolo*/
.title{
	position: relative;
	font-size: 50px;
	top: 10%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
/**menu*/
.menu {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	background-color: rgb(196,189,120);
}
.menu li {
  	float: left;
}
.menu li a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.menu li a:hover {
  	background-color: rgb(237,229,145);
	transition: all 1s;
}
.menu #logout{
	position: absolute;
	right: 0px;
}
/**impostazioni caccia e classifica*/
.impostazioni-caccia, .classifica{
	position: relative;
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	margin-bottom: 3%;
}
.impostazioni-caccia li, .classifica li{
  	float: left;
  	margin-right: 1%;
  	width: 15%;
}
.impostazioni-caccia .def-caccia {
  	width: 30%;
}
.impostazioni-caccia li button {
	display: block;
	color: black;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}
/**classifica*/
.classifica .pos {
  	width: 30%;
  	text-align: center;
}
/**risposte*/
.risposta{
	display: none;
	visibility: hidden;
}
.multipla{
	display: block;
	visibility: visible;
}
/**errori di registrazione e login*/
.errore-registrazione{
	position: relative;
	left: 20%;
	top: 10%;
	height: 25%;
	width: 60%;
	color: red;
	vertical-align: middle;
}
/**errore alla crezione della caccia*/
.errore-nomecorto{
	position: relative;
	left: 30%;
	top: 10px;
	width: 40%;
	color: red;
}