@media only screen and (max-width: 599px) {
  body {
    border: 0px solid rgb(178,158,132);
  }
  #CLheader {
    display: none;
  }
  
  #stefanoEGiulia{
    height: 100vh;
    border: none;
 }
  #stefanoEGiuliaInner {
    font-size:calc(20px + 10vw);
    padding-top: 10vh;
    padding-bottom: 10vh;
    transition: font-size 1s;
  }
  #stefanoEGiuliaInner:hover {
    font-size:calc(20px + 12vw);   
  }
  #menu {
    display: none;
  }
  #buffer {
    display: none;
  }
  #doveequando {
    margin-top: 50px;
  }
  li {
    font-size:calc(10px + 1.2vw);
  }

  #timer span{
    font-size:5vw;
    font-style: italic;
  }
  #menuDiv {
      float:right;
      position:relative;
      left:-52%;
      text-align:left;
  }
  #menuDiv ul{
      list-style:none;
      position:relative;
      left:50%;
  }

  
  #colibri {
    height: 80px;
    width: 80px;
    margin-top: -20vh;
    margin-right: -60vw;
  } 
  
  
  #fiore {
    position: relative;
    top:-5vh;
    margin-left:-70vw;
    width: 10vw;
  }
  .section {
    margin: auto;
    width: 100%;
    text-align: center;
    font-size:5vw;
  }
  #conferma {
    padding-top: 1vh;
    padding-bottom: 14vh;
  }
  #conferma input, #conferma textarea  {
    width: 80vw;
    border: 0px solid white; 
    border-bottom: 1px solid #282828; 
    font-family: "Cormorant Garamond";
    font-size:5vw;
    padding: 7px;
  }
  div#formContattaci {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }
  #invia, button[type=submit] {
    width: 40vw;
    height: 14vw;
    font-size: 4vw;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
  }
  button[type=submit] {
    border: 2px solid rgb(178,158,132);
    color: rgb(178,158,132);
    background-color: transparent;
  }
  
  #fotos {
    width:100vw;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  #fotos img {
    width: 80%;
    padding: 3.5%;
  }
  
  
  #viaggioInner {
    background-color: rgba(0,0,0,0.6);
    padding-left: 2vw;
    padding-right: 2vw;
  }
  
  
  #trip_main {
    font-size:calc(10px + 10vw);
  }
  
  .lato {
    font-size: 5.5vw;
    border-top: 1px solid rgb(178,158,132);
    border-bottom: 1px solid rgb(178,158,132);
    margin: 1vw;
  }
  #month {
    font-size: 7vw;
  }
  #day {
    font-size: 16vw;
    padding: 6vw;
  }
  #year {
    font-size: 13vw;
    padding: 3vw;
  }
}








/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  border: 10px solid #888;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  
  border-image: url('../img/castle.png') 30 stretch;
}

/* Close Button */
.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -15px;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
}

/* Dropdowns and Labels */
.modal-body {
  display: block !important;
}

#ti-aspettiamo {
  width:100%;
}