@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Styles for tablets and  small desktops*/
  *{
    /* outline: 1px solid red; */
  }

  nav ol{
    gap: 5rem;
    padding-left: 10rem;
  }
  
  nav ol li a{
    font-size: 2.5rem;
  }

  h1{
    font-size: 16vw;
    padding-top: 7vh;
  }

  h2{
    font-size: 6vw;
  }

  h3{
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  p{
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-left: 1rem;
  }

  /* Section Home */
  .home {
    margin-top: 5rem;
    min-height: 66vh;
    background-size: cover;
  }

  /* Section Currach */
  .currach{
    margin-top: -15vh;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .currach img{
    width: 45%;
  }
  
  .currach h2{
    margin-bottom: -35vh;
  }


  /* Section Canoe */
  .canoe h2{
    margin-bottom: -3vh;
  }

  .canoe img{
    width: 85%;
  }


  /* Section Caravell */
  .caravell{
    gap: 0;
    padding-bottom: 0;
    min-height: 65vh;
  }

  .caravell p{
    margin-left: 5rem;
  }


  /* Section Galleon */
  .galleon h2{
    margin-bottom: -20vh;
  }

  .galleon{
    margin-bottom: 0;
  }


  /* Section Flying Dutchman */
  .flying_dutchman h2{
    margin-bottom: -20vh;
  }

  .flying_dutchman p{
    margin-left: 1rem;
  }


  /* Section Timeline */
  .timeline{
    min-height: 60vh;
    background-position: left;
    margin-bottom: 5rem;
  }

  .timeline h2{
    background-color: #EBD2A6;
  }

  .timeline img{
    width: 90%;
  }


  /* Section Contact */
  .contact{
    padding-top: 10rem;
    gap: 4rem;
    min-height: 50vh;
  }

  .contact p{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: 0;
  }

  .contact .contact_img{
    width: 15rem;
    height: 15rem;
  }

  .contact .left h3{
    margin-bottom: 3.5rem;
  }

  .contact .left .form input[type=email]{
    height: 6vh;
    width: 70%;
    margin-right: 1rem;
  }

  .contact .left .form input[type=email]::placeholder{
    font-size: 1.5vw;
    line-height: 2rem;
  }

  .contact .left .form button{
    font-size: 1.5vw;
    width: 30%;
    height: 6vh;
  }

  .contact .middle{
    width: 16%;
  }

  .contact .middle a{
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .contact .right{
    width: 17%;
    gap: 2rem;
  }

  .contact .right img{
    width: 3rem;
  }

  .contact .right a{
    font-size: 1.5rem;
    width: 100%;
  }
}