* {
    margin: 0;
    padding: 0;
}
.scroll-behaviour-smooth {
    scroll-behavior: smooth;
}
.hidden{
  display: none;
}
.header img{
  height: 40px;
}
.input-row.error input, .input-row.error textarea {
  border-color: #D00606;
}
.input-row .error {
  color: #D00606;
  margin-bottom: 1.5em;
  margin-top: 0.3em;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #1d1a05;
    background-color: whitesmoke;
    font-size: 100%;
    margin-right:15%;
    margin-left:15%;
    width:60%;
}
p {
    line-height: 1.5em;
}
h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.5em;
    padding-top: 0.2em;
}

.info{
  padding-top: 40px;
}

.info p{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: larger;
  line-height: 2em;
}

.info a{
  text-decoration: none;
}

.header {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: space-between;
}

.content{
    display: grid;
    grid-template-columns: 50% 50%;
}

.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.subscription-form {
    padding: 25px;
    border-radius: 30px;
    border: 1px solid grey;
    display: flex;
    flex-direction: column;
}

.subscription-form h1 {
  text-align: center;
  font-size: 1em;
  margin-bottom: 1em;
}

.input-row input{
  border-radius: 10px;
  border: solid 2px lightgray;
  font-family: "Montserrat";
  padding: 0.4em 0.4em 0.4em 0.4em;
  font-size: medium;
  line-height: 2em;
  resize: none;
}

.subscription-form .button{
  margin-top: 1.5em;
}

.button {
    border:1px solid black;
    width: 40%;
    align-self: center;
    font-size: 1.1em;
    font-weight: 600;
    padding: 0.45em;
    border-radius: 0.8em;
    font-family: "Montserrat";
}

.info a{
  text-decoration: underline;
}

.sr{
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.subscription-form label {
    font-weight: 600;
}

.input-row{
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.bold{
  font-weight: bold;
}

.description p{
  margin-top: 1.5em;
}

.content-dx{
  padding-top: 40px;
  align-items: center;
}

.illustrazione img{
    display: none;
}

.content-container-home{
  display: grid;
  grid-template-columns: 100% 0%;
}




.sponsor{
  margin-top: 3em;
  margin-bottom: 3em;
}

.grid {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 15fr 15fr 15fr;
}

.grid img{
  height: 45px;
  width: auto;
}

.giuria {
  margin-top: 1.5em;

}

.giuria p{
  margin: 1.5em 0 1.5em 0;
}

.list-members{
  line-height: 2em;
}

