@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
html, body{
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  background: url(../images/bg-streaming-elisafm-radio.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  height: 100% !important;
  width: 100% !important;

}
audio{
  width: 100%;
  max-width: 500px;
}
.bg-streaming-radio-elisafm{
  display:table; height:100%; margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;

}
.container-streaming-radio-elisafm-salatiga{
  display:table-cell; vertical-align:middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner-streaming-radio-elisafm-salatiga{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  margin-top: 15px;
}
.webpage-streaming-radio-elisa-salatiga{
  margin-top: 15px;
  cursor: pointer;

}
.webpage-streaming-radio-elisa-salatiga a{
  color: #fff;
  font-weight: bold;
}
.logo-streaming-radio-elisa{
  width: 40%;
}

.download-app-button {
  margin-top: 20px;
  text-align: center;
}

.download-app-button a {
  display: inline-block;
  background-color: #e91e63; /* pink cerah */
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.download-app-button a:hover {
  background-color: #c2185b;
}

@media (min-width: 992px){
  .logo-streaming-radio-elisa{
    width: 20%;
  }
}
