html, body {
	background-color: #ffffff;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.has-error .help-block {
  color: red;
}

.text {
	background-color: #ffffff;
    color: #0f0f0f;
    text-align: left; 
}

.text p {
    max-width: 100%;
}

.text .element {
	padding: 14px 0;
    text-align: left;
}

.title {
	font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

p {
    font-size: 16px;
    text-align: justify;
}

a {
    color: white;
    text-decoration: none
}

a.foot {
    color: white;
    font-size: 16px;
    text-decoration: underline;
}

a:hover {
    color: #29d2e5;
}

.header {
	 background-color: #210060;
     color: white;
     font-weight: bold;
     padding-top: 5px;
     height: 32px;
     position: fixed;
     width: 100%;
     z-index: 998;
}

.footer {
	background-color: #210060;
    color: white;
    padding-top: 10px;
}

.contact {
	text-align: center;
}

.left {
	text-align: left;
}

.wallpaper {
	width: 100%;
    max-height: 300px;
}

.link a {
	color: blue;
}
#cookie {
  position: top;
  top: 0;
  width: 100%;
  background-color: #000;
  color: #dfdfdf;
  text-align: center;
}

.sfondo {
	background-image: url("../img/sfondo.jpg");
    background-size: cover;
    width: 100%;
    margin-top: 5em;
    min-height: 350px;
}

.sfondo p {
	font-size: 2.2em;
    font-weight: bold;
	color: white;
    background-color: #210060;
    text-align: center;
    border-radius: 0.5em;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.2em;
    max-width: 940px;
}

.colonnasx {
	margin-right: 1px;
    margin-bottom: 1.5em;
    color: white;
}


.colonnadx {
	margin-left: 1px;
    margin-bottom: 1.5em;
    color: white;
}

#cookie a {
  color: #02a3e7;
  text-decoration: underline;
}

.hw p{
	color: white;
    font-size: 1.4em;
    padding: 0 0.4em;
}

.hw .title{
	padding-top: 4em;
    font-size: 2em;
}

.hwbg {
	background-color: #210060;
    border-radius: 5px;
}

.hwbg p{
	color: white;
    font-size: 1.4em;
    padding: 0 0.4em;
}

.hwbg .title{
	padding-top: 4em;
    font-size: 2em;
}

p.nospace.title{
	padding-top: 0.2em;
    font-size: 2em;
}

@media screen and (max-width: 991px) {
	.colonnasx {
		margin-right: 0;
	}

	.colonnadx {
		margin-left: 0;
	}
    .hw .title{
	padding-top: 0.4em;
	}
}