* {box-sizing: border-box}

body {font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
font-size: calc(15px + 0.390625vw);
background-color:white;
height: 100vh;}


:root{
    --white: #ffffff;
    --black: #000000;
    --azure: #c9ecff;
    --blue: #3a1faa;
    --yellow: #e2f200;
    --green: #30e70c;
    --red: #f20070;
    --grey: #e2e2e2;
    --pearl: #fff8f2;
    --orange: #ffa25d;
}



.header {
     overflow: hidden;
    background-color:var(--white);
  top: 0;
  width: 100%;
    
}

/* RESPONSIVE BANNER WITH IMAGE */
.banner {
  max-width: 1200px;
  display: flex;
    margin: auto;
}


.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

h1 {
    font-family: 'Arial', Helvetica, sans-serif;
    letter-spacing: 5px;
  text-align: center;
  color: var(--black);
    font-size:5vw;
    text-shadow: -1px 0 var(--grey), 0 1px var(--grey), 1px 0 var(--grey), 0 -1px var(--black), -1px 1px var(--black), -2px 2px var(--black);
}


@media screen and (max-width: 600px) {
  h1 {
    font-size:25px;
}
}

/* Global H2 Style */
h2 {
  color: black;
  font-size: clamp(1.5rem, 2.5vw, 2rem); /* Scales between 24px, 32px, and 2.5% of viewport width */
    margin:auto;
    border-top: 1px solid #b0b1b0;
}

h3 {
  color: black;
  font-size: clamp(1.3rem, 2.0vw, 1.4rem); /* Scales between 24px, 32px, and 2.5% of viewport width */
}


.text-container {
  display: flex; /* Activates the flexbox layout */
    align-items: center; /* Centers items vertically (cross-axis) */
    font-size: clamp(1.5rem, 2.5vw, 2rem); 
  justify-content:center;
}

.text-container-item {
  display: flex; justify-content: center; align-items: center; height: 100%; padding:20px;
}

/* Specific styling for the 'return-to-menu' link */
.return-top {
    display:block;
}

.return-top:hover {
    background-color: #f4f9ff; /* Darker background on hover */
}

/* RESPONSIVE vertical menu posizionato nella colonna 1*/
.vertical-menu {
  width: 200px;
}

.vertical-menu a {
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  color: var(--red);
}

.vertical-menu a:active {
  color: var(--green);
}

/* Responsive columns - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .vertical-menu {
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .vertical-menu {
    max-width: 100%;
  }
}

/* sezioni cui rimanda il menu, posizionate nella colonna 2 */
.section {
        
            padding-top: 10px;
        }
        .one {
            background-color: white;
        }
        .two {
            background-color: white;
        }
        .three {
            background-color: white;
        }

        .four {
            background-color: white;
        }

        .five {
            background-color: white;
        }
.six {
            background-color: white;
        }
.seven {
            background-color: white;
        }
.nine {
            background-color: white;
        }

.ten {
            background-color: white;
        }


/* CONTENITORE DELLE 3 TRE COLONNE colonne */
.main {max-width: 1600px;
margin:auto;
padding-top:50px;}


/* RESPONSIVE 3 CLOUMNS */

/* container */
.responsive-three-columns {
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
}

/* columns */
.responsive-first-column {
    flex:10;
    padding:3rem;
    order: 1;
}

.responsive-second-column {
    flex:7;
    padding:3rem;
    order: 3;
}
.responsive-third-column {
    flex:83;
    padding:3rem;
    order: 2;
}

.responsive-three-columns p {
    font-family: "Courier New", Courier, monospace;
    font-size: calc(13px + 0.3vw);
    letter-spacing: -0.02em;
}

.responsive-three-columns ul li {
    font-family: "Courier New", Courier, monospace;
    font-size: calc(13px + 0.3vw);
    letter-spacing: -0.02em;
}


@media screen and (max-width: 600px) {
  .responsive-three-columns {
    flex-direction:column;
}
}



/* STYLING LINKS */

a:link {
  color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
  color: var(--red);
    text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
    text-decoration: none;
}


   
/* PHOTO GRID */

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
    opacity: 1.0;
    cursor: pointer;
}
.column img:hover {
opacity: 0.5;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.9);
  cursor: pointer;
}


/* The Container (The Frame) */
.modal-content {
  display: block;
    margin: auto;
  width: fit-content; 
  max-width: 80%;       /* Gutters on sides */
  border: 1px solid #333; 
  background-color: #000;
  box-shadow: 0 0 30px rgba(0,0,0,0.8);
  cursor: default;
}

/* The Image itself */
.modal-content img {
  display: block;
  max-width: 100%;     /* Fits inside the frame */
  height: auto;
  max-height: 70vh;    /* Leaves 15% space top and 15% bottom */
  object-fit: contain;
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
    cursor: default; /* Keeps the arrow or zoom icon over the image itself */
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



/* responsive */
video {
  max-width: 100%;
  height: auto;
    border: 1px solid var(--green);
}



/* footer */
.footer {
   height:100px;
    width: 100%;
   left: 0;
   bottom: 0;
    margin-top: 50px;
    display: flex;
    align-items:center;
    justify-content: center;
   color: var(--pearl);
   text-align: center;
    font-size: clamp(0.5rem, 1vw, 1.05rem);
    padding:5px;
}



.presskit-gallery {
  display: flex;
  justify-content: space-between; /* Spazia le foto equamente */
  gap: 20px;                      /* Spazio tra le immagini */
  margin: 20px 0;
}

.gallery-item {
  flex: 1;                        /* Forza le tre colonne a essere uguali */
  overflow: hidden;
  border: 1px solid #444;         /* Un bordo sottile in stile retro */
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;                    /* L'immagine occupa tutto lo spazio della colonna */
  height: auto;
  display: block;
  object-fit: cover;
}

/* Effetto al passaggio del mouse */
.gallery-item:hover {
  transform: scale(1.03);
  border-color: #ff00ff;          /* Cambia colore al passaggio (stile neon) */
}

/* Versione Mobile: le foto si impilano verticalmente */
@media (max-width: 768px) {
  .presskit-gallery {
    flex-direction: column;
  }
}
