@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  /* Styles for standard laptops and small desktops */
  *{
    /* outline: 1px solid red; */
  }

  nav ol{
    gap: 5rem;
    padding-left: 10rem;
  }
  
  nav ol li a{
    font-size: 2.5rem;
  }
  
  /* Section Home */
  .home {
    min-height: 110vh;
  }

  h1{
    width: 60%;
  }

  h2{
    font-size: 5vw;
  }

  h3{
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  p{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  /* Section Currach */
  .currach {
    margin-top: -15vh;
    gap: 0;
    padding-bottom: 5rem;
  }

  .currach h2{
    width: 100%;
    text-align: center;
    font-size: 5vw;
    padding-bottom: 0;
  }

  .currach p {
    width: 30%;
    margin-left: 5rem;
  }


  /* Section Canoe */
  p{
    width: 50%;
  }

  img{
    width: 80%;
  }

  h2{
    padding-bottom: 5rem;
  }


  /* Section Caravell */
  p{
    width: 40%;
  }

  h2{
    padding-bottom: 0;
  }


  /* Section Galleon */
  .galleon{
    padding-bottom: 0;
  }

  h2{
    width: 55%;
  }


  /* Section Flying Dutchman */
  h2{
    width: 80%;
  }

  /* Section Timeline */
  .timeline{
    background-size: cover;
    gap: 2rem;
    min-height: 80vh;
    margin-bottom: 10vh;
  }

  .timeline img{
    width: 70%;
  }

  /* Section Contact */
  .contact{
    padding-top: 10rem;
    min-height: 55vh;
  }

  .contact p{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .contact .contact_img{
    width: 20rem;
    height: 20rem;
  }

  .contact .left h3{
    margin-bottom: 3.5rem;
  }

  .contact .left .form input[type=email]{
    height: 6vh;
    margin-right: 2rem;
    line-height: 1rem;
    width: 65%;
  }

  .contact .left .form input[type=email]::placeholder{
    font-size: 1.5vw;
  }

  .contact .left .form button{
    font-size: 1.5vw;
    height: 6vh;
    width: 30%;
    line-height: 1rem;
  }

  .contact .middle a{
    font-size: 1.5rem;
  }

  .contact .right{
    width: 15%;
    gap: 2rem;
  }

  .contact .right img{
    width: 3rem;
  }

  .contact .right a{
    font-size: 1.8rem;
  }

}
