@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Roboto-Regular';
	color:#434343;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.centered {
	margin: 0 auto;
	display: block;
	
}
.center-txt {
	text-align: center;
}

h1 {
	color: #e2388e;
	font-family: 'Roboto-Bold';
	font-size:45px;
	text-align:center;
}

h2 {
	font-family: 'Roboto-Bold';
	color:#e2388e;
	font-size:35px;
	text-align:center;
}

h3 {
	font-family: 'Roboto-Regular';
	color:#211f5e;
	font-size:25px;
	text-align:center;
}


/* ==========
	MENU
   ========== */

.active {
	color: #e2388e !important;
}


.menu {
	font-family: 'Roboto-Bold';
	background-color: #fff;
	color:#211f5e !important;
	text-align:center;
	font-size:25px;
	}

.menu a {
	color: #211f5e;
}

.menu a:hover {
	color: #e2388e !important;
}

/* ================
FORM
===================*/

#errore{
	font-family: 'Roboto-Bold';
	text-align: center;
	color: red;
	padding: 25px;
	font-size: 24px;
	font-weight: bold;
}

label {
	font-family: 'Roboto-Regular';
	display: block;
	color:#434343;
}

#form_container {
	padding: 2vw 2vw 0px 2vw;
}
.form-control, .form-select {
	border:1px solid #434343;
	height: 50px;
	border-radius: 10px;
}

button[type="submit"], .btn-partecipa {
	font-family: 'Roboto-Bold';
	background-color: #e2388e;
	color: #fff;
	border-width: 0px;
	width: 15%;
	height: 110%;
	font-size: 20px;
}

@media screen and (max-width: 1280px) {
	button[type="submit"], .btn-partecipa {
	width: 45%;
}
}

.note {
	font-family: 'Roboto-Regular';
	font-size:20px;
	text-align:center;
	color:#434343;
}

.subs {
	font-family: 'Roboto-Regular';
	font-size:12px;
}

/* ================
FOOTER
===================*/

.footer {
	font-family: 'Roboto-Regular';
	background-color: #fff;
	color: #434343;
	text-align: center;
	padding: 0px;
	z-index: 20000;
}

hr {
	border:4px solid #e2388e;
	margin:0;
	opacity:100%;
}

.testo {
	color:#211f5e;
}
