.mountains-of-christmas-regular {
  font-family: "Mountains of Christmas", serif;
  font-weight: 400;
  font-style: normal;
}
.mountains-of-christmas-bold {
  font-family: "Mountains of Christmas", serif;
  font-weight: 700;
  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-image: url('/m/sfondo.png');
  background-size: contain;
}
/*******************************
             Home
*******************************/
.holyButton {
  max-width: 25em;
  display: relative;
  margin-top: 1rem;
  background: linear-gradient(0deg, #E2439D 0%, #FFE3FB 100%);
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: middle;
  color: #EBF4F9;
  padding: 1rem;
  font-weight: 600;
  font-size: large;
  line-height: 1em;
  border-radius: 1rem;
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.6);
  text-shadow: 0.05em 0.05em 0.1em #000000;
  -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);
}
text {
  display: block;
}
.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;
}
