/* navbar */

nav {
  border-bottom: 1px solid transparent;
  box-shadow: 0px 20px 80px rgba(68, 68, 68, 0.1);
}


.s1-button {
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgb(234, 90, 88);
  background: -moz-linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  background: -webkit-linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  background: linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5a58", endColorstr="#f1927d", GradientType=1);
  padding: 3px 15px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .s1-button {
    background: transparent;
    padding: 3px 15px;
    text-align: center;
    border: 1px solid white;
    border-radius: 8px;
  }

}

.s1-logo {
  width: 150px;
}



/* seconda sezione */

.s2-contentContainer {
  padding: 0 20px;
}

.s2-contentContainer img {
  max-width: 550px;
  margin-right: 80px;
}

@media screen and (max-width: 1400px) {
  .s2-contentContainer img {
    margin-right: 0;
  }
}

/* terza sezione */

.s3-background {
  background: rgb(234, 90, 88);
  background: -moz-linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  background: -webkit-linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  background: linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5a58", endColorstr="#f1927d", GradientType=1);
}

.s3-background .row {
  margin-left: 0;
  margin-right: 0;
}

.join-button {
  display: flex;
  background-color: #ffffff;
  padding: 15px 80px;
  text-align: center;
  border: 0px solid transparent;
  border-radius: 10px;
  justify-content: center;
}

/*  quarta sezione  */

.s4 {
  padding: 80px 0;
}

@media screen and (max-width: 990px) {
  .s4 {
    padding: 80px 30px;
  }

  .s4 img {
    margin-bottom: 70px;
  }
}

/* quinta sezione */

#bg-5th {
  padding-top: 40px;
  background-color: #e9e9e9;
  border-bottom: 20px solid #EC6C62;
  position: relative;
  overflow: hidden;
}

#bg-5th img {
  width: 100%;
  display: block;
}

.s5-img {
  width: 600px;
  display: flex;
  height: auto;
  overflow: auto;
}

.s5-button {
  background: rgb(234, 90, 88);
  background: -moz-linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  background: -webkit-linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  background: linear-gradient(124deg, rgba(234, 90, 88, 1) 0%, rgba(241, 146, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5a58", endColorstr="#f1927d", GradientType=1);
  padding: 10px 35px;
  margin: 40px 0;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .s5-img {
    margin-top: 40px;
    height: auto;
    order: 1;
    display: flex;
  }
}