body {
  background-image: url("img/landing.jpg");
}
.header {
  /* width: 100%; */
  /* width: 200px; */
}
@media only screen and (max-width: 600px) {
  .header {
    text-align: center;
  }
}
.italia-logo {
  /* width: 180px; */
  padding: 20px;
}
img.italia-logo {
  width: 180px;
  padding: 20px;
}
/* @media only screen and (max-width: 600px) {
  .italia-logo {
    width: 180px;
    padding: 10px;
  }
} */
.hashtag {
  text-align: right;
  color: white;
  padding: 20px;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  .hashtag {
    text-align: center;
    padding: 20px;
    font-size: 28px;
  }
}
.intro-text {
  text-align: center;
  margin-top: 50px;
  /* width: 300px; */
}
.intro-text h1 {
  color: white;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  font-size: 6.4vh;
  line-height: 1.1;
  margin-top: 170px;
  margin-bottom: 50px;
  letter-spacing: -2px;
}
@media only screen and (max-width: 600px) {
  .intro-text h1 {
    font-size: 5vh;
    margin-top: 0px;
  }
}
/* .buttons {
  text-align: center;
} */
.btn-warning {
  background-color: #fece31 !important;
  color: #1258a5 !important;
  width: 200px;
  font-size: 22px;
  font-family: "MuseoSans", sans-serif !important;
  font-weight: 500 !important;
  border: none !important;
  transition-duration: 0.4s !important;
}
.btn-warning:hover {
  border: none;
  background-color: white !important;
}
.button-left {
  text-align: right;
  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .button-left {
    text-align: center;
    font-size: 22px;
    margin-top: 20px !important;
  }
}
.button-right {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .button-right {
    text-align: center;
    font-size: 22px;
    margin-top: 20px !important;
  }
}
.enit {
  text-align: center;
  color: white;
  padding-top: 70px;
  margin-bottom: 20px;
}
.enit a {
  color: white;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
:hover.enit a {
  color: #fece31;
  transition-duration: 0.4s;
}
