@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:

    radial-gradient(circle at 15% 12%, #e85ca0 0%, transparent 28%),

    radial-gradient(circle at 45% 8%, #ff7a6a 0%, transparent 32%),

    radial-gradient(circle at 70% 15%, #ffd18a 0%, transparent 35%),

    radial-gradient(circle at 92% 18%, #61c8e8 0%, transparent 35%),

    linear-gradient(135deg, #e976b4 0%, #ffc08a 35%, #c9f0cf 65%, #8ed5f0 100%);

  background-blend-mode: screen, screen, screen, screen, normal;*/
  background: url(./assets/sfondo.jpg);
  background-size: cover;
  background-attachment: fixed;
  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;
}

.artist-photo{width:100%;}

h1 {
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 50px;
    text-transform: uppercase;
}
a{
text-decoration:none;
color:#E13F69;
}
.artist-photo{
    width:100%;
    display:block;
    object-fit:cover;
    margin-bottom:0;
    height:520px; /* regola questo valore */
}

.artist-info{
    background:#262626;
        min-height: 85px;
        width:90%;
    color:#fff;
    text-align:center;
    padding:14px 10px;
    margin-top: -30px;
}

.artist-date{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:8px;
}

.artist-name{
    font-size:20px;
    line-height:1.1;
    text-transform:uppercase;
}

.artist-status{
    margin-top:10px;
    font-size:13px;
    color:#f7c84a;
}
.button,
.button-disabled{
        display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 6px;
    vertical-align: top;
    min-height: 86px;
    padding: 10px 14px;
    box-sizing: border-box;
    text-align: center;
}
.button{
  padding: 15px 20px;
  min-width:350px;
  max-width:400px;
  margin:20px;
  /*background-color: #1E1E1B;*/
  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: 1650px;
  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){
  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){

    .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;}
    .check-wrap{text-align:left;}
}
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;
}
