@import url("https://fonts.googleapis.com/css?family=Carter+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Da&display=swap");
@import url("https://fonts.googleapis.com/css?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@import url("https://fonts.googleapis.com/css?family=McLaren&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nova+Square&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Skranji&display=swap");
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+IT+Moderna:wght@100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  background-image: url("../img/back01.png");
  font-family: "Quicksand", sans-serif;
}

h3 {
  font-family: "Carter One", cursive;
  padding: 5px;
  border-bottom: #009900 3px solid;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  margin-top: 10px;
  background-image: linear-gradient(-90deg, #cccccc, #ddd);
}

h5 {
  font-family: "Carter One", cursive;
  padding-top: 5px;
}

nav li a {
  font-family: "Atkinson Hyperlegible", sans-serif;
  padding: 5px 10px;
  font-size: 1.1rem;
}
nav li a:hover {
  color: rgb(231, 178, 3) !important;
  font-style: italic;
  text-decoration: underline !important;
}

.header-img {
  height: 40px;
  float: right;
  margin-top: 5px;
}

.piazzola {
  font-family: "Baloo Da", cursive;
  color: #009900;
  font-size: 1.1rem;
}

.risultati-squadra {
  text-align: center;
  border-bottom: 2px solid #333;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  background-image: url("../img/back03.png");
}

.risultati-table th {
  background-color: #011a61;
  color: #fff;
  box-shadow: 0 1px 5px rgba(40, 41, 131, 0.6);
  font-size: 1.3rem;
  font-family: "RocknRoll One", cursive;
}
.risultati-table tr {
  border-bottom: 1px solid #333;
  box-shadow: 0 1px 5px rgba(40, 41, 131, 0.6);
  font-size: 1rem;
}
.risultati-table td {
  padding: 5px 10px;
  text-transform: capitalize;
}
.risultati-table span {
  font-size: 0.7rem;
}

.news-boxes {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.box {
  background-image: linear-gradient(-90deg, #cccccc, #ddd);
  text-align: center;
  padding: 1rem 1rem;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  border-radius: 3px;
}
.box h5 {
  font-family: "Carter One", cursive;
}
.box p {
  font-family: "Baloo Da", cursive;
}

.social-img1 {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
}

.social-img2 {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.info {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
}
.info img {
  height: 120px;
}
.info h5 {
  font-family: "Carter One", cursive;
}
.info a {
  font-size: 1.5rem;
  font-family: "Baloo Da", cursive;
}
.info p {
  font-size: 1rem;
}

.titolo {
  grid-area: titolo;
  display: grid;
  grid-template-columns: 1fr 50px;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  border-bottom: #009900 3px solid;
  align-items: center;
  min-height: 2em;
}
.titolo h1,
.titolo h5 {
  color: #333;
  padding: 5px 5px;
  font-family: "Carter One", cursive;
  align-self: center;
}
.titolo img {
  padding: 5px 10px;
  justify-self: end;
  align-self: center;
  height: 55px;
}
.titolo a {
  padding: 5px 10px;
  justify-self: end;
  align-self: center;
}

.atleti-table th {
  border-bottom: 3px solid #009900;
  background-color: #ff0;
  font-size: 1.3rem;
  font-family: "RocknRoll One", cursive;
}
.atleti-table tr {
  border-bottom: 2px solid #333;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  background-image: url("../img/back04.png");
}
.atleti-table td {
  padding: 5px 10px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Merienda", cursive;
}
.atleti-table img {
  height: 50px;
}

.atleti-foto {
  border-bottom: 3px solid #009900;
  background-color: #ff0;
  font-size: 1.3rem;
  font-family: "Carter One", cursive;
  padding: 5px 10px;
}

.foto {
  grid-area: foto;
  min-height: 400px;
  background-image: url("../img/back04.png");
  padding: 10px;
  justify-content: center;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  margin-top: 5px;
}
.foto img {
  width: 100%;
}

.allenatore {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 70px;
  border-bottom: 3px solid #009900;
}

.allenatore-foto {
  margin: 5px 10px;
}
.allenatore-foto img {
  height: 55px;
}

.notizia {
  background-image: linear-gradient(-90deg, #b3b3b3, #ddd);
  text-align: center;
  padding: 1rem 1rem;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  border-radius: 3px;
}

.label-login {
  font-size: 1.3rem;
  font-family: "Quicksand", sans-serif;
}

.filtro {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: #009900 3px solid;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  background-image: linear-gradient(-90deg, #cccccc, #ddd);
}
.filtro h4 {
  font-family: "Carter One", cursive;
  margin: auto 0px;
}
.filtro select {
  font-family: "Carter One", cursive;
}
.filtro p {
  margin: auto 0px;
  text-align: right;
}
.filtro a {
  align-items: center;
}

.risultati-conf {
  text-align: center;
  border-bottom: 2px solid #333;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  width: 100%;
}
.risultati-conf th {
  box-shadow: 0 1px 5px rgba(40, 41, 131, 0.6);
  background-color: #011a61;
  font-size: 1.3rem;
  color: #fff;
  font-family: "RocknRoll One", cursive;
  text-align: center;
}
.risultati-conf tr {
  border-bottom: 2px solid #0033cc;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  font-size: 1rem;
}
.risultati-conf td {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
}
.risultati-conf span {
  font-size: 1rem;
  font-weight: bold;
}
.risultati-conf img {
  cursor: pointer;
}

.risultati-conf-btn {
  width: 80px;
}

.risultati-titolo {
  font-size: 1.3rem;
  padding: 5px;
  font-weight: bold;
}
.risultati-titolo span {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
}

.filtro-giornata {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.filtro-giornata a {
  justify-self: center;
  align-self: center;
}

input {
  justify-self: center;
  align-self: center;
}

.news-link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px 10px;
  grid-template-areas: "link-item link-item link-item" "link-cmd1 link-cmd2 link-cmd3";
}
.news-link i {
  color: #009900;
}

.link-item {
  grid-area: link-item;
}

.link-cmd1 {
  grid-area: link-cmd1;
  justify-items: center;
}

.link-cmd2 {
  grid-area: link-cmd2;
}

.link-cmd3 {
  grid-area: link-cmd3;
}

.news-title {
  display: grid;
  grid-template-columns: 1fr 50px;
  font-family: "Carter One", cursive;
  padding: 5px;
  border-bottom: #009900 3px solid;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  border-radius: 5px;
  margin-top: 10px;
  background-image: linear-gradient(-90deg, #333, #000);
}
.news-title a {
  align-self: center;
}
.news-title h4 {
  align-self: center;
  color: #fff;
}

.tipo-utente {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tipo-utente a {
  border: none;
  font-family: "Luckiest Guy", cursive;
  font-size: 1.2rem;
  color: #fff;
  background-color: #001858;
  box-shadow: 10px 10px 5px rgba(5, 8, 148, 0.9);
  height: 200px;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  line-height: 2;
  padding-top: 25px;
}
.tipo-utente a:hover {
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: underline;
  color: #ddd;
}
.tipo-utente a:active {
  transform: translateY(3px);
}

.button-save {
  border: none;
  font-family: "Luckiest Guy", cursive;
  font-size: 1.2rem;
  color: #fff;
  background-color: #001858;
  box-shadow: 10px 10px 5px rgba(5, 8, 148, 0.9);
  height: 50px;
  width: 200px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}
.button-save:hover {
  font-size: 1.3rem;
  cursor: pointer;
  text-decoration: underline;
}
.button-save:active {
  transform: translateY(2px);
}

.login {
  font-family: "Merienda", cursive;
  font-weight: bold;
  background-image: url("../img/ball.jpg");
  background-repeat: round;
}
.login h4 {
  font-family: "Carter One", cursive;
  color: #fff;
}
.login a {
  font-style: italic;
  font-family: "Baloo Da", cursive;
  color: #fff;
}
.login label {
  color: #001858;
}
.login .popbuttons {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.login .popinput {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.login-body {
  background: linear-gradient(to bottom, #009900, #ff0);
  min-height: 100vh;
  margin: 0;
}/*# sourceMappingURL=gspiazzola.css.map */