/*Google Font import*/
@charset "utf-8";

/* Inknut Antiqua */
@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: "Inknut Antiqua", serif; */

/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */

*{
    transition: 300ms;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}

html{
    background-color: #EBD2A6;
    font-size: 10px;
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
    color: #4B3718;
}

body{
    min-height: 100vh;
    position: relative;
}

html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

h1{
    font-family: "Inknut Antiqua", serif;
    font-size: 18vw;
}

h2{
    font-family: "Inknut Antiqua", serif;
    font-size: 6vw;
    background: #EBD2A6;
    width: 100%;
    text-align: center;
}

h3{
    font-family: "Inknut Antiqua", serif;
    font-size: 4.5rem;
    margin-bottom: 5rem;
    font-weight: 700;
}

section{
    min-height: 100vh;
    width: 100%;
}

a{
    text-decoration: none;
    color: #4B3718;  
}

a:hover{
    text-decoration: underline;
    color: #4B3718;
    font-weight: 800;
}

p{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: #EBD2A6;
    width: 40%;
    font-size: 3rem;
    line-height: 3.6rem;
}

.overlaytexture {
    background: url(../img/Overlay_100.jpg) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 50%;
    pointer-events: none;
}

/* NAV desktop*/
nav {
    background: url(../img/Overlay_50.jpg),
    url(../img/Nav_BCG.png) repeat center;
    background-blend-mode: multiply, normal;
    mask: url(../img/Nav_BCG_Mask.png) 0 0/100% 80%;
    mask-repeat: no-repeat;
    mask-clip: border-box;
    font-family: "Inknut Antiqua", serif;
    display: flex;
    justify-content: center;
    position: fixed;
    min-width: 60rem;
    width: 100%;
    min-height: 17rem;
}

nav ol {
    margin: auto;
    max-width: 1400px;
    width: 100%;
    padding-left: 0;
    padding-bottom: 7rem;
    display: flex;
    gap: 7%;
}

nav ol li a {
    font-size: 3.5rem;
}

nav ol li a:hover{
    text-decoration: underline;
    font-weight: 600;
}

/* NAV mobile*/
.burger {
    background: url(../img/Compass.png) center no-repeat;
    background-size: contain;
    width: 7rem;
    height: 7rem;
    display: none;
    top: 1rem;
    left: 42%;
    position: fixed;
    cursor: pointer;
    z-index: 1;
}

.burger:hover {
    transform: rotate(360deg);
    transition: 400ms;
}

.overlay {
    background: url(../img/Overlay_50.jpg), #d8bf93;
    background-blend-mode: multiply, normal;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.overlay ol {
    text-align: center;
    width: 100%;
}

.overlay ol li {
    margin-bottom: 1rem;
}

.overlay ol li a {
    display: block;
    padding: 5rem;
    font-family: "Inknut Antiqua", serif;
}

.overlay ol li a:hover {
    background: url(../img/Overlay_50.jpg), #635843;
    background-blend-mode: multiply, normal;
    color: #ebd2a6;
}

.close {
    background: url(../img/Close.png) center no-repeat;
    background-size: contain;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 2rem;
    left: 42%;
    font-size: 4rem;
    border-radius: 1rem;
}

.close:hover {
    transform: rotate(360deg);
    transition: 400ms;
}

/* Section Home */
  .home {
    background: url(../img/Home_Section_BCG.png) no-repeat center top;
    background-size: cover;
    min-height: 120vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5rem 10%;
    overflow: hidden;
  }
  
  .home h1 {
    margin-top: -20vh;
  }

  .currach, .canoe, .caravell, .galleon, .flying_dutchman, .timeline{
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }

  /* Section Currach */

  .currach {
    background: url(../img/Currach_Section_BCG.png) repeat center top;
    margin-top: -2vh;
    margin-bottom: 5rem;
    width: 100%;
    padding-top: 15rem;
  }

  #currach{
    /* scroll-margin-top: 30rem; */
  }

  .currach img {
    width: 48%;
    min-width: 300px;
  }

  .currach h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 5rem;
  }

  .currach p {
    width: 30%;
  }


  /* Section Canoe */

  .canoe{
    background: url(../img/Canoe_Section_BCG.png) repeat center top;
    gap: 3rem;
    padding-bottom: 10rem;
    display: flex;
    flex-direction: column;
    padding-top: 20rem;

  }

  .canoe p{
    width: 70%;
  }

  .canoe h2{
    padding-bottom: 5rem;
  }


  /* Section Caravell */
  .caravell{
    background: url(../img/Caravell_Section_BCG.png) repeat center top;
    padding-bottom: 10rem;
    padding-top: 20rem;

  }

  .caravell img{
    width: 20%;
  }

  .caravell p{
    margin-left: 5rem;
  }

    /* Section Galleon */
    .galleon{
        background: url(../img/Galleon_Section_BCG.png) repeat center top;
        gap: 0;
        margin-bottom: 10rem;
        padding-top: 20rem;

    }

    .galleon p{
        margin-right: 10rem;
    }

    .galleon img{
        width: 30%;
    }

    /* Section Flying Dutchman */
    .flying_dutchman{
        background: url(../img/Flying_Dutchman_Section_BCG.png) repeat center top;
        padding-top: 20rem;

    }

    .flying_dutchman p{
        margin-left: 10rem;
        width: 35%;
    }

    .flying_dutchman img{
        width: 30%;
    }

    /* Section Timeline */
    .timeline{
        background: url(../img/Timeline_Section_BCG.png) no-repeat center top;
        min-height: 120vh;
        margin-left: 0;
        padding-top: 15rem;
        /* scroll-margin-top: 15rem; */
    }

    /* #timeline{
        scroll-margin-top: -15rem;
    } */

    .timeline h2{
        text-align: left;
        background: none;
        width: 50%;
    }

    .timeline .scroll_container{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: #4B3718 solid 5px;
        border-radius: 1rem;
    }

    .timeline .scroll_container img{
        margin: auto;
        padding-left: 2vw;
        padding-right: 2vw;
        width: 100%;
    }

    /* Section Contact */
    .contact{
        font-family: "Inknut Antiqua", serif;
        background: url(../img/Contact_Section_BCG.png) no-repeat center top;
        background-size: cover;
        min-height: 55vh;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        height: fit-content;
        justify-content: center;
        gap: 5vw;
        padding-top: 2.5vh;
        width: 100%;
        padding-bottom: 1.5vh;
    }

    .left, .middle, .right{
        max-height: 40rem;
        height: 30rem;
    }

    .left{
        width: 30%;
    }

    .middle{
        width: 15%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        font-weight: 700;
    }

    .right{
        width: 10%;
    }

    .contact p{
        width: 100%;
        background-color: #D8BF93;
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }

    .contact .middle a{
        font-size: 2rem;
        width: 100%;
        white-space: nowrap;
    }

    .contact .contact_img{
        background: url(../img/Bottle.png) no-repeat center;
        background-size: contain;
        width: 35rem;
        height: 35rem;
    }

    .contact .left .form{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }

    .contact .left .form input[type=email]{
        font-family: "Inknut Antiqua", serif;
        width: 60%;
        height: 6vh;
        background-color: #D8BF93;
        border-radius: 1rem;
        border: #4B3718 3px solid;
        font-size: 2rem;
        font-weight: 700;
        margin-right: 3rem;
    }

    .contact .left .form input[type=email]:hover, .contact .left .form input[type=email]:focus{
        border: #4B3718 6px solid;
    }

    .contact .left .form input[type=email]::placeholder{
        color: #4B3718;
        font-size: 1.1vw;
        padding-left: 1rem;
    }

    .contact .left .form button{
        font-family: "Inknut Antiqua", serif;
        font-weight: 700;
        width: 30%;
        height: 6vh;
        text-align: center;
        line-height: 1rem;
        background-color: #4B3718;
        font-size: 1.1vw;
        color: #D8BF93;
        border-radius: 1rem;
        white-space: nowrap;
    }

    .contact .left .form button:hover{
        background-color: #D8BF93;
        border: #4B3718 3px solid;
        color: #4B3718;
    }

    .contact .right{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .contact .right div{
        display: flex;
        align-items: center;
        width: 100%;
        gap: 1.5rem;
    }

    .contact .right a{
        font-size: 2rem;
        font-weight: 700;
    }

    .contact .right a:hover{
        text-decoration: underline;
    }

    .contact .right img{
        width: 4rem;
    }

    .contact .copyright{
        width: 100%;
        text-align: center;
    }