.aladin {
  font-family: "Aladin", system-ui !important;
  font-weight: 400;
  font-style: normal;
}
/*******************************
             Page
*******************************/
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: visible;
  font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4285em;
  font-smoothing: antialiased;
  background: #DADBCE;
}
/*******************************
             Home
*******************************/
.holyButton {
  width: 100%;
  display: relative;
  margin-top: 1rem;
  background: linear-gradient(0deg, #cbd0c9 0%, #fdfff8 100%);
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  font-weight: 700;
  font-size: large;
  line-height: 1em;
  border-radius: 1rem;
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.6);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.holyButton.centered {
  text-align: center;
}
.holyButton img {
  width: 4rem;
  vertical-align: middle;
  margin-right: 2rem;
}
.siteHeader * {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.7rem !important;
}
.siteHeader h2 {
  font-size: 120%;
}
.holyFooter {
  background: none!important;
  max-height: 4rem;
  text-align: center;
}
.holyFooter a {
  height: 3rem!important;
  padding: 0;
}
.holyFooter a img {
  max-height: 2rem!important;
  max-width: 2rem!important;
}
.holyFooter a img.iconHome {
  border-radius: 2rem;
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.6);
}
.pergamena {
  background: none;
  /*
	background: url(/m/pergamena_chiara.png);
	width: 100%;
	max-width: 25rem;
	background-size: contain;
	background-repeat: no-repeat;
	*/
  text-align: center;
  font-weight: bold;
  padding: 4rem 3rem 3rem 3rem!important;
}
