@import url('https://fonts.googleapis.com/css2?family=Basic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
body {
  font-family:Montserrat;
  /*background:linear-gradient(182deg, #a7bee5, #F6FCFD);*/
  background: linear-gradient(180deg,#f4b126 0%,#f79a2d 35%,#f86c4d 70%,#d74bb9 100%);
  color: #333333;
  text-align: center;
  padding: 0px;
  font-size: 18px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin:0;
}
a, h5, span{
    font-family: "Didact Gothic", sans-serif !important;
}

h1 {
  color: #E13F69;
  font-weight: 800;
  margin-bottom: 20px;
}
a{
text-decoration:none;
color:#E13F69;
}
.artist-photo {
    width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: 0;
    height: 520px;
    margin-top:0 !important;
}
.artist-date {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.artist-info {
    background: #262626;
    min-height: 85px;
    width: 90%;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    margin-top: -30px;
}
.artist-status {
    margin-top: 10px;
    font-size: 15px;
    color: #f7c84a;
}
.blocco{
    padding: 20px 30px;
    margin: 20px;
    background-color: #252525;
    color: white !important;
    font-size: 18px;
    font-weight: 300;
    box-shadow: 9px 8px #6ec6da, -10px -12px #d94d8b, 6px -9px #dcc844;
}
.button{
  padding: 15px 20px;
  min-width:350px;
  max-width:448px;
  margin:20px;
  background-color: #252525;
  color:white !important;
  font-size:30px;
  font-weight:300;
  box-shadow:9px 8px #6ec6da, -10px -12px #d94d8b, 6px -9px #dcc844;
}
.pulsanti{
  margin-top:100px;
  overflow:hidden;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  gap: 40px;
}
span{font-size:18px;font-weight:500;}
img{max-width:600px;margin-bottom:50px;margin-top:50px;}
@media(max-width:990px){
    .artist-photo {height:320px;}
  img{width:90%;margin-bottom:50px;}
  footer{position:relative !important;padding-bottom:30px !important;}
  footer h5{width:95% !important;}
  body{margin:0;}
  .pulsanti{width:92% !important;}
  .button{width:90%;font-size:26px;padding-left:0 !important;padding-right:0 !important;min-width:auto;}
}
@media(max-width:778px){
    img{width:90% !important;}
    .pulsanti{width:90% !important;}
    .button{width:90%;font-size:24px;padding-left:0 !important;padding-right:0 !important;min-width:auto;}
    footer h5{width:95% !important;}
    footer{padding-bottom:30px !important;}
}
footer{
  min-height:180px;background:#1E1E1B;display:flex;justify-content: center;align-items: center;width:100%;
  position:relative;bottom:0;gap: 20px;color:white;flex-direction: column;
}
footer a{
  color:#d94d8b;font-size:16px;
}
  .avviso {
  font-size: 1.3rem;
  color: #D94E8B;
  font-weight:bold;
}
