.logo-crald {
  background-image: url("/central/resources/images/logo-crald.png");
  height: 5rem;
  width: 16rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: transparent;
}
.bg-secondary {
	background-color: #62a7a7 !important;
}


body.summary {
  background-image: url("images/sabbiam.jpg");
  background-size: cover;
  background-attachment: fixed;
}

body.summary h1 {
  color: transparent;
}

body.summary h1::before {
  content: url("images/logo-crald.png");
}

body.summary .card {
  background-color: rgba(255,255,255,.8);
}

body.summary .card-title {
	margin-bottom: .5rem;
	font-size: 1.8rem;
}

body.summary .sense-battery,
body.summary .sense-wifi_signal {
  display: none;
}

body.summary .availability {
  font-size: 2rem;
}

.provider .card-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.provider-bagno-di-prova {
  display: none;
}
.provider-bagno-tequila-sunrise .card-body::before {
  background-image: url("images/bagno-tequila.jpg");
}
.provider-finisterre-beach .card-body::before {
  background-image: url("images/bagno-finisterre.jpg");
}
.provider-toto-beach .card-body::before {
  background-image: url("images/bagno-toto.jpg");
}
.provider-bagno-luisa .card-body::before {
  background-image: url("images/bagno-luisa.jpg");
}
.provider-bagno-graziella .card-body::before {
  background-image: url("images/bagno-graziella.jpg");
}
.provider-bagno-ettore .card-body::before {
  background-image: url("images/bagno-ettore.jpg");
}
.provider-bagno-169 .card-body::before {
  background-image: url("images/bagno-169.jpg");
}
.provider-bagno-corallo .card-body::before {
  background-image: url("images/bagno-corallo.jpg");
}
