@media all and (max-width: 425px){
  /* Styles for regular mobile phones */
  *{
    /* outline: 1px solid red; */
  }

  .overlay ol li a{
        font-size: 8vw;
  }

  h1{
    font-size: 25vw;
    padding-top: 15vh;
  }

  h2{
    font-size: 10vw;
  }

  h3{
    font-size: 10vw;
  }

  p{
    font-size: 1.5rem;
    line-height: 2rem;
    width: 90%;
  }

  /* Section Home */
  .home {
    margin-top: 8vh;
    min-height: 40vh;
    background-size: auto;
    margin-top: 10vh;
  }


  /* Section Currach */
  .currach{
    margin-top: -8vh;
  }

  /* Section Currach */
  .canoe img{
    width: 90%;
  }

  /* Section Caravell */
  .caravell h2{
    margin-bottom: 1vh;
  }

  /* Section Galleon */
  .galleon h2{
    margin-bottom: 1vh;
    padding: 0;
  }

  .galleon img{
    width: 80%;
  }


  /* Section Flying Dutchman */
  .flying_dutchman h2{
    font-size: 10vw;
    line-height: 5vh;
  }

  .flying_dutchman img{
    width: 80%;
  }

  
  /* Section Contact */
  .contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200vh;
    padding-top: 28vh;
  }

  .contact .left, .contact .middle, .contact .right{
    width: 80%;
  }

  .contact h3{
    margin-bottom: 1rem;
  }

  .contact .left h3{
    margin-bottom: 3rem;
  }

  .contact .left p{
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .contact .left .form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact .left .form input[type=email]{
    font-size: 1.5rem;
    height: 5.5rem;
    width: 100%;
    margin: 0;
    margin-bottom: 2vh;
  }

  .contact .left .form input[type=email]::placeholder{
    font-size: 4vw;
    line-height: 1rem;
    }

  .contact .left .form button{
    font-size: 4vw;
    width: 30%;
    height: 6vh;
  }

  .contact .contact_img{
    width: 25rem;
    height: 25rem;
    margin-top: 3rem;
  }

  .contact .middle{
    margin-top: 15rem;
  }

  .contact .right{
    margin-top: 5rem;
  }
}