@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Lato-Regular';
	color:#2c345e;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#13216a+0,258bcb+100 */
    background: linear-gradient(to bottom,  #13216a 0%,#258bcb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.row {
	margin-right: 0px;
	margin-left: 0px;
}

.centered {
	margin: 0 auto;
	display: block;
	
}
.center-txt {
	text-align: center;
}

h1 {
	font-family: 'Lato-Bold';
	color: #ffdd06;
	font-size:40px;
	text-align:left;
}

@media screen and (max-width: 750px) {
h1 {
	font-size:30px;
}
}

h2 {
	font-family: 'Lato-Regular';
	color:#2c345e;
	font-size:30px;
	text-align:center;
}

@media screen and (max-width: 750px) {
h2 {
	font-size:18px;
}
}

h3 {
	font-family: 'Lato-Regular';
	color:#fff;
	font-size:30px;
	text-align:left;
}

@media screen and (max-width: 750px) {
h3 {
	font-size:18px;
}
}

/* ==========
	MENU
   ========== */

.active {
	color: #0094d7 !important;
}


.menu {
	font-family: 'Lato-Bold';
	background-color: #fff;
	color:#2c345e !important;
	text-align:center;
	font-size:25px;
	}

.menu a {
	color: #2c345e;
}

.menu a:hover {
	color: #0094d7 !important;
}

/* ================
FORM
===================*/

#errore{
	text-align: center;
	color: red;
	padding: 25px;
	font-size: 24px;
	font-weight: bold;
}

label {
	font-family: 'Lato-Regular';
	display: block;
	color:#fff;
}

#form_container {
	padding: 2vw 2vw 0px 2vw;
}
.form-control, .form-select {
	border:1px solid #000;
	height: 50px;
	border-radius: 10px;
}

button[type="submit"], .btn-partecipa {
	background-color: #ffdd06;
	color: #13216a;
	border-width: 0px;
	width: 15%;
	height: 110%;
	font-size: 20px;
	font-family: 'Lato-Bold';
	border-radius:10px;
}

@media screen and (max-width: 1280px) {
	button[type="submit"], .btn-partecipa {
	width: 45%;
}
}

.note {
	font-family: 'Lato-Regular';
	font-size:20px;
	text-align:center;
	color:#fff;
}

small {
	font-family: 'Lato-Regular';
	font-size:12px;
	color:#fff;
}

.input_foto {
	background:#fff;
}


/* ================
FOOTER
===================*/

.footer {
	font-family: 'Lato-Regular';
	background-color: #fff;
	color: #13216a;
	text-align: center;
	padding: 0px;
	z-index: 20000;
	font-size:15px;
}

hr {
	border: 4px solid #2c355f;
	margin:0;
	opacity:100%;
}