@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&display=swap");
@import "hamburgers.css";
body {
  color: #232323;
  background-color: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
}

h1 {
  font-size: calc(1.3em * 1.5);
}

h2 {
  font-size: calc(1.3em * 1.4);
}

h3 {
  font-size: calc(1.3em * 1.3);
}

h4 {
  font-size: calc(1.3em * 1.2);
}

h5 {
  font-size: calc(1.3em * 1.1);
}

h6 {
  font-size: 1.3em;
}

p {
  font-size: 1.3em;
}

hr {
  border: 2px solid #831619;
  opacity: 100%;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: #00a651;
  text-decoration: inherit;
}

nav span {
  font-size: 1.3em;
}

section {
  min-height: 75vh;
  scroll-margin-top: 4.2em;
  scroll-snap-margin-top: 4.2em;
}

.h-inh {
  height: inherit;
}

.h-inh {
  height: inherit;
}

.heavy-text {
  font-weight: 800;
}

.navbar-sizing {
  height: 4.2em;
}

.desaturate:hover {
  filter: saturate(20%);
}

.button, .button-inverted, .button-secondary, .button-normal-secondary, .button-normal {
  display: inline-block;
  border-style: solid;
  border-width: medium;
  cursor: pointer;
  font-weight: bold;
  font-size: 2em;
  transition-duration: 300ms;
  padding: 0.2em 0.5em 0.2em 0.5em;
}
.button-normal {
  background-color: #831619;
  border-color: #831619;
  color: #f6f6f6;
}
.button-normal h1, .button-normal h2, .button-normal h3, .button-normal h4, .button-normal h5, .button-normal h6 {
  color: #f6f6f6;
}
.button-normal:hover {
  border-color: #f6f6f6;
}
.button-normal-secondary {
  background-color: #831619;
  border-color: #831619;
  color: #f6f6f6;
}
.button-normal-secondary h1, .button-normal-secondary h2, .button-normal-secondary h3, .button-normal-secondary h4, .button-normal-secondary h5, .button-normal-secondary h6 {
  color: #f6f6f6;
}
.button-normal-secondary:hover {
  background-color: #00a651;
  border-color: #00a651;
}
.button-secondary {
  background-color: #00a651;
  border-color: #00a651;
  color: #f6f6f6;
}
.button-secondary h1, .button-secondary h2, .button-secondary h3, .button-secondary h4, .button-secondary h5, .button-secondary h6 {
  color: #f6f6f6;
}
.button-secondary:hover {
  border-color: #f6f6f6;
}
.button-inverted {
  background-color: #f6f6f6;
  border-color: #831619;
  color: #831619;
}
.button-inverted h1, .button-inverted h2, .button-inverted h3, .button-inverted h4, .button-inverted h5, .button-inverted h6 {
  color: #831619;
}
.button-inverted:hover {
  border-color: #f6f6f6;
  background-color: #831619;
  color: #f6f6f6;
}
.button-inverted:hover h1, .button-inverted:hover h2, .button-inverted:hover h3, .button-inverted:hover h4, .button-inverted:hover h5, .button-inverted:hover h6 {
  color: #f6f6f6;
}

.border, .border-grey, .border-dark, .border-inverted, .border-tertiary, .border-secondary, .border-normal {
  border-style: solid;
  border-width: thick;
}
.border-normal {
  border-color: #831619;
}
.border-secondary {
  border-color: #00a651;
}
.border-tertiary {
  border-color: #193540;
}
.border-inverted {
  border-color: #f6f6f6;
}
.border-dark {
  border-color: #232323;
}
.border-grey {
  border-color: #bbb;
}

.inverted-primary {
  color: #f6f6f6;
  background-color: #831619;
}
.inverted-primary .display-1, .inverted-primary .display-2, .inverted-primary .display-3, .inverted-primary .display-4, .inverted-primary .display-5, .inverted-primary .display-6, .inverted-primary .display-7 {
  color: #f6f6f6;
}
.inverted-primary h1, .inverted-primary h2, .inverted-primary h3, .inverted-primary h4, .inverted-primary h5, .inverted-primary h6 {
  color: #f6f6f6;
}
.inverted-primary .title-text {
  color: #f6f6f6;
}
.inverted-primary a:hover {
  color: #00a651;
  text-decoration: inherit;
}

.normal-primary {
  color: #232323;
  background-color: #f6f6f6;
}
.normal-primary h1, .normal-primary h2, .normal-primary h3, .normal-primary h4, .normal-primary h5, .normal-primary h6 {
  color: #831619;
}
.normal-primary .display-1, .normal-primary .display-2, .normal-primary .display-3, .normal-primary .display-4, .normal-primary .display-5, .normal-primary .display-6, .normal-primary .display-7 {
  color: #831619;
}
.normal-primary .title-text {
  color: #831619;
}
.normal-primary article a {
  color: #00a651;
}
.normal-primary article a:hover {
  text-decoration: underline;
}

.image-background {
  background-image: url("/statics/img/Sfondo-NoCittadinanzaFacile.jpg");
  background-size: cover;
}

.stop-background, .image-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.scroll {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  border: 4px solid;
  -webkit-animation: down 1.5s infinite;
}
.scroll:before {
  border-left: 4px solid;
  border-bottom: 4px solid;
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
}

.scroll-up {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  border: 4px solid;
  -webkit-animation: down 1.5s infinite;
}
.scroll-up:before {
  border-left: 4px solid;
  border-bottom: 4px solid;
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 18px;
  height: 18px;
  transform: rotate(135deg);
}

.inverted-primary {
  color: #f6f6f6;
  background-color: #831619;
}
.inverted-primary .display-1, .inverted-primary .display-2, .inverted-primary .display-3, .inverted-primary .display-4, .inverted-primary .display-5, .inverted-primary .display-6, .inverted-primary .display-7 {
  color: #f6f6f6;
}
.inverted-primary h1, .inverted-primary h2, .inverted-primary h3, .inverted-primary h4, .inverted-primary h5, .inverted-primary h6 {
  color: #f6f6f6;
}
.inverted-primary .title-text {
  color: #f6f6f6;
}
.inverted-primary a:hover {
  color: #00a651;
  text-decoration: inherit;
}

.scroll-primary {
  border-color: #831619;
}
.scroll-primary:before {
  border-color: #831619;
}

.scroll-white {
  border-color: #f6f6f6;
}
.scroll-white:before {
  border-color: #f6f6f6;
}

/*# sourceMappingURL=style.css.map */
