splashscreen {
  position: fixed;
  width: 100%;
  height: 100%;

  display: grid;
  gap: 0px 0px;
  grid-template-rows: 100%;
  background: url("../immagini/sky_sfondo_splash.jpg");
  background-size: cover;
  background-position: center;
}

padding {
  display: grid;
  gap: 0px 0px;
  grid-template-rows: 50% 50%;
  padding: 0 30px;
}

nav {
  text-align: center;
}

header {
  border: 0;
}

navigazione {
  display: grid;
  gap: 0px 0px;
  grid-template-columns: 10% 80% 10%;
  text-align: center;
}

logo {
  background-position: center;
}

benvenuto {
  text-align: center;
}

testo {
  display: block;
  color: #007ac0;
  font-style: italic;
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat Alternates", sans-serif;
  margin-bottom: 30px;
}

benvenuto {
  display: block;
  text-align: center;
}

benvenuto a:first-child {
  margin-right: 15px;
}

a {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #007ac0;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #007ac0;
  border-radius: 13px;
}

@media screen and (min-width: 300px) {
  logo {
    background-size: 100%;
  }
}

@media screen and (min-width: 450px) {
  logo {
    background-size: 70%;
  }
}

@media screen and (min-width: 530px) {
  logo {
    background-size: 60%;
  }
}

@media screen and (min-width: 630px) {
  logo {
    background-size: 50%;
  }
}

@media screen and (min-width: 750px) {
  logo {
    background-size: 45%;
  }
}
