
html {
    background: white;
    min-height: 100%;
    font-size: 80%; 
    font-family: Arial, sans-serif;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
  font-family: Arial, sans-serif;
  background-size: cover;
  padding: 0,1em; 
  display: block;
  margin-top: 2px;  
}

body.no-scroll {
  overflow:hidden
}

a:link {color: black;}
a:visited {color: grey;}
a:hover, p:hover {
  color: lightgray;
}

.hover-title {
  display: inline;
  pointer-events: auto;
  cursor: pointer;
}

body:not(.mobile) .hover-title:hover + .hover-image {
  visibility: visible;
  pointer-events: none;
}

img {
  max-width: 100%;
}
.hover-image {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 90vh;
}

.hover-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0;
}

.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: normal;
  text-align: center; 
}

.wrapper > * {
  padding: 2px;
  flex: 1 100%;
}

.header {
  background: white;
  text-align: left;
}

.footer {
  background: white;
  text-align: left;
}

.main {
  text-align: left;
  background: transparent;
}

.aside-1 {
  text-align: left;
  background: transparent;
}

.aside-2 {
  background: transparent;
  text-align: left;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .aside-1 { order: 1; } 
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; }
}


.image-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;          
  width: 100%;
  padding: 2vh 0;
}

.floating-img {
  width: 100%;
  max-width: 420px;  
  height: auto;
  object-fit: contain;
}

.floating-img2 {
  width: 50%;
  max-width: 250px;  
  height: auto;
  object-fit: contain;
}
