@charset "UTF-8";
:root {
  --logo: min(15.625rem, 20vw);
  --menuBtn: 3rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #336799;
  background-image: url("../images/bg_wall_blue.png");
  color: #535359;
  font-size: clamp(1rem, 2vw, 1.3rem);
  word-wrap: break-word;
}

h1, h2, h3 {
  color: #3399cc;
  font-weight: 300;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
}

h3 {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1;
  margin-bottom: 1.2em;
}

p {
  margin-bottom: 1em;
}

ul {
  padding-left: 1em;
  margin: 1em 0;
}

li {
  margin-bottom: .75em;
}

li::marker {
  color: #3399cc;
}

img {
  max-width: 100%;
}

.imgInLine50 {
  float: right;
  width: Min(50%, 25rem);
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.imgInLine40_10 {
  float: right;
  width: Min(40%, 12rem);
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

hr {
  height: 0;
  border: none;
  border-bottom: 1px dotted #535359;
  margin: 2.5rem 0 2rem;
}

a {
  color: #3399cc;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}

a:hover, a:focus {
  color: #ff3300;
}

.mega {
  display: block;
  font-size: clamp(2rem, 7vw, 5rem);
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  color: #000;
}

.mega::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/illustrazioni/omaggio-a-escher2.jpg");
  background-size: 15%;
  mix-blend-mode: screen;
}

@media (min-width: 45em) {
  .mega {
    font-size: clamp(2rem, 5vw, 5rem);
  }
}

.splash {
  background-color: white;
  background-image: url("../images/bg_wall.png");
  background-repeat: repeat;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100vh;
}

.splash__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #336799;
  background-image: url("../images/bg_bleu.jpg");
  color: white;
  width: 90%;
  max-width: 40em;
  padding: 1rem;
  aspect-ratio: 1 / 1;
}

.splash__container h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: .5rem;
  font-size: clamp(1.6em, 5vw, 3em);
  font-weight: 400;
}

.splash__info {
  text-transform: uppercase;
  letter-spacing: .15em;
}

.splash__logo {
  width: 70%;
}

.splash__link {
  color: white;
  font-weight: 700;
  font-size: clamp(1em, 5vw, 1.5em);
}

.splash__link:hover {
  text-decoration: underline;
  color: #fff;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  line-height: 1em;
}

.owl-nav span {
  padding: 0 0.5rem .2rem;
  display: inline-block;
}

.owl-prev, .owl-next {
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

.owl-dots {
  margin-top: -1.9rem;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.logo__img {
  width: var(--logo);
  height: var(--logo);
  background-color: #3399cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo__img img {
  width: 70%;
}

.logo a {
  background-image: url("../images/bg_bleu.jpg");
  background-size: 200%;
  background-position: center center;
}

.logo__txt {
  font-size: clamp(2rem, 9.5vw, 5rem);
  color: #3399cc;
  padding-left: 1rem;
  line-height: 1;
}

@media (min-width: 45em) {
  .logo__txt {
    font-size: clamp(3rem, 8.4vw, 7rem);
    padding-left: 2.3rem;
  }
}

.navbar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  -webkit-transition: left 250ms ease-in-out;
  transition: left 250ms ease-in-out;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  z-index: 10;
}

.navbar.open {
  left: 0;
}

.navbar ul {
  text-align: center;
  background-color: rgba(247, 247, 247, 0.9);
  list-style-type: none;
  padding-top: 3.5em;
  margin: 0;
  padding-left: 0;
  height: 100%;
}

.navbar li {
  margin-bottom: 0em;
}

.navbar .sel {
  color: #3399cc;
  font-weight: 900;
}

.navbar a {
  display: block;
  color: #535359;
  padding: .25rem 1rem;
  text-decoration: none;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.navbar a:hover, .navbar a:focus {
  color: #3399cc;
  background-color: #eee;
}

@media (min-width: 35em) {
  .navbar {
    width: calc(100% - 2rem);
  }
  .navbar.open {
    left: 1rem;
  }
}

@media (min-width: 45em) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    margin-top: 2rem;
    width: calc(var(--logo) + 3rem);
    margin-left: -3rem;
    background-color: #f7f7f7;
    z-index: 10;
    float: left;
  }
  .navbar ul {
    text-align: right;
    padding-top: 0;
    height: auto;
  }
  .navbar::before {
    position: absolute;
    top: -.75rem;
    left: 0;
    width: 0px;
    height: 0px;
    content: "";
    border-bottom: 0.75rem solid #535359;
    border-left: 1rem solid transparent;
    border-top: 0;
    border-right: 0;
  }
  .navbar::after {
    position: absolute;
    width: var(--logo);
    content: "";
    background-color: #e4e4e4;
    width: calc(100% - .75rem);
    top: .25rem;
    left: 1rem;
    bottom: -0.25rem;
    z-index: -1;
  }
}

.menuBtn {
  position: fixed;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 4rem;
  width: 4rem;
  top: 1.5rem;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.menuBtn__bar, .menuBtn__bar::before, .menuBtn__bar::after {
  background-color: #3399cc;
  width: 2rem;
  height: 0.25rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.menuBtn__bar {
  position: relative;
}

.menuBtn__bar::before, .menuBtn__bar::after {
  position: absolute;
  content: "";
}

.menuBtn__bar::before {
  -webkit-transform: translateY(-0.55rem);
          transform: translateY(-0.55rem);
}

.menuBtn__bar::after {
  -webkit-transform: translateY(0.55rem);
          transform: translateY(0.55rem);
}

.open .menuBtn__bar {
  background-color: transparent;
}

.open .menuBtn__bar::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .menuBtn__bar::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 35em) {
  .menuBtn {
    right: 1rem;
  }
}

@media (min-width: 45em) {
  .menuBtn {
    display: none;
  }
}

.page {
  max-width: 65em;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 1rem;
}

.pageName {
  margin-bottom: 1.5rem;
}

@media (min-width: 35em) {
  .pageName {
    margin-bottom: 3rem;
  }
}

main {
  width: 100%;
}

.mainContent {
  width: 100%;
  margin-left: auto;
  margin-top: 2rem;
}

@media (min-width: 35em) {
  .page {
    width: calc(100% - 2rem);
    margin: auto;
    padding: 1rem;
  }
}

@media (min-width: 45em) {
  .page {
    width: calc(100% - 4rem);
    margin: auto;
    padding: 2rem;
  }
  .pageName {
    margin-bottom: 3rem;
  }
  .mainContent {
    width: calc(100% - (var(--logo) + 2.5rem));
    margin-left: auto;
    margin-top: 2rem;
  }
}

.copyright {
  max-width: 65em;
  width: 100%;
  margin: auto;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.copyright p {
  font-size: 0.8em;
  margin-left: 5rem;
}

@media (min-width: 35em) {
  .copyright {
    width: calc(100% - 2rem);
  }
}

@media (min-width: 45em) {
  .copyright {
    width: calc(100% - 4rem);
    padding: 2rem;
  }
}

.opera {
  margin-bottom: 2.5rem;
}

.opera__txt {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: .5em;
}

.opera__title {
  margin-bottom: 0.2em;
}

.opera p:last-child {
  margin: 0;
}

@media (min-width: 35em) {
  .opera {
    margin-bottom: 4rem;
  }
}

@media (min-width: 45em) {
  .opera {
    margin-bottom: 5rem;
  }
}

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(5rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 0.85em;
  list-style: none;
  max-width: 38rem;
  margin: 0 auto;
  padding: 0;
}

.cards li {
  text-align: center;
}

.cards svg {
  color: #3399cc;
  fill: #3399cc;
  width: 90%;
  max-height: 5rem;
}

.cards a:hover svg {
  fill: #ff3300;
}

.topPage {
  position: fixed;
  display: -ms-grid;
  display: grid;
  width: 4rem;
  height: 4rem;
  bottom: 2rem;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 350ms, opacity 350ms ease-in-out;
  transition: visibility 350ms, opacity 350ms ease-in-out;
  z-index: 9;
}

.topPage.show {
  opacity: 1;
  visibility: visible;
}

.topPage svg {
  width: 60%;
  fill: #535359;
  -webkit-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.topPage:hover svg {
  fill: #3399cc;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(9em, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
  gap: .5rem;
  list-style: none;
  padding: 0;
}

.gallery img {
  display: block;
  margin: 0;
}

.gallery__item {
  aspect-ratio: 1;
  background-color: turquoise;
  margin: 0;
}

.elencoMostre h4 {
  color: #3399cc;
}

.elencoMostre__data {
  font-style: italic;
  font-size: .9em;
  color: #232329;
  margin-top: -1em;
}

.elencoMostre__data::before {
  content: "📅 ";
  font-style: normal;
}

.icons {
  --icons: 2em;
  fill: #3399cc;
  width: var(--icons);
  height: var(--icons);
}

.redbubble {
  --icons: 1.5em;
  margin-right: .5em;
}

.teepublic {
  --icons: 1.7em;
  margin-right: .4em;
}

.iconia {
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.amazon {
  --icons: 1.5em;
  margin-right: .2em;
}

.society6 {
  --icons: 1.5em;
  margin-right: .4em;
}

.svg-sprite {
  height: 0;
  width: 0;
  display: none;
}

.iconLinks {
  display: inline-block;
  margin-top: .5em;
}

.iconLinks:hover .icons {
  fill: red;
}

.icons {
  vertical-align: middle;
  -webkit-transition: fill 100ms ease-in-out;
  transition: fill 100ms ease-in-out;
}
/*# sourceMappingURL=main.css.map */