/*
    Pieter Etman
    Mei 2023

    COLORS:
    BLAUW: #4e7aac
    ZAND: #ffe1c5
    LICHT ZAND: #fff6f2
    GROND: #423325
    GRAS: #506b4b
*/


:root{
    --hoofdkleur: #4e7aac;
    --subkleur: #ffe1c5;
    --tertiairekleur: #506b4b;
    --titelkleur: #423325;
    --achtergrondkleur: #fff6f2;  
}

* {
    box-sizing:border-box;
    font-size: 16px;
    will-change: auto;    
}

html{
    /* background-color: var(--achtergrondkleur); */
    background-image: url(img/topography.svg);
    background-attachment: fixed;
    height: 100%
}

body {
    min-height: 100%
}

h1 {
    margin: 0px 0px;
    padding: 20px;
    background-color: var(--subkleur);
    font-size: 2em;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

h2 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 1.8em;
}

h3 {
    margin-bottom:0px;
    font-size: 1.6em;
}

h1, h2, h3, h4{
    color: var(--titelkleur);
    font-family: 'Averia Libre', cursive;
}

h2::first-letter, h3::first-letter {
    background-color: var(--hoofdkleur);
    color: var(--achtergrondkleur);
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 3rem;
}

p, q, cite{
    font-family: 'Lucida Sans Unicode', Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 1em;
}

strong {
    font-weight: bold;
    font-style:normal
}

li {
    font-family: 'Lucida Sans Unicode', Arial, sans-serif;
    color: var(--tertiairekleur)
}

a {
    display: block;
    text-decoration: none;
    color: var(--titelkleur);
    font-family: 'Lucida Sans Unicode', Arial, sans-serif;
}

q {
    display: inline-block;
    font-weight: bold;
}

hr {
   color: var(--hoofdkleur)
}

.container {
    background-color: var(--achtergrondkleur);
    padding: 30px 40px 30px 40px;
    margin-bottom: -30px;
    border-radius: 20px 20px 0px 0px;
}

.mailbutton {
    position: absolute;
    margin-top: -6px;
    left: 15%;
    width: auto;
}

.shell {
    width: 2em;
}

.schelp {
    width:20px;
    margin:0px 5px;
}

.headerimg {
    border-radius:20px;
    margin-bottom:5px;
}

.highlight {
    padding:0px 5px;
    background-color: var(--subkleur);
}

.nav{
    background-color: var(--hoofdkleur);
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
}

.nav ul{
    display:flex;
    padding-left: 0px;

}

.nav ul li{
    margin: 2px 0;
    padding: 5px;
    background-color:var(--achtergrondkleur);
    list-style-type: none;
    border-radius: 50px;
    padding: 15px;
}

.nav ul li a{
    display: inline;
}

nav ul li:hover{
    background-color: var(--subkleur);
}

.nav ul li a{
    text-decoration: none;
    font-size: 1.3em;
    color: var(--titelkleur);
    font-weight: bold;
    font-family: 'Averia Libre', cursive;
}

.mainimg{
    width: 50% ;
}

.quotefig{
    background-color: var(--subkleur);
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.footer {
    background-color: var(--subkleur);
    text-align: center;
    color:var(--titelkleur);
    margin-top: 25px;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -30px;
}

.footer ul li{
   list-style: none;
   font-size: 0.9rem;
   font-weight: bold;
}

.list {
    color: var(--tertiairekleur);
    list-style: disc outside url(img/ster.svg);
    padding-left: 20px;
    font-family: 'Lucida Sans Unicode', Arial, sans-serif;
    font-style: italic;
}

.list li{
    padding: 8px;
}

.sprite {
    background-image: url(img/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-home {
    width: 17px;
    height: 17px;
    background-position: -5px -5px;
}

.sprite-location {
    width: 13px;
    height: 17px;
    background-position: -32px -5px;
}

.sprite-phone {
    width: 11px;
    height: 13px;
    background-position: -5px -32px;
}

.sprite-post {
    width: 17px;
    height: 13px;
    background-position: -26px -32px;
}

.sprite-www {
    width: 17px;
    height: 17px;
    background-position: -55px -5px;
}

.cardholder {
    margin-bottom: 10px;
}

.card {
    border-radius: 20px;
    box-shadow: 0 0 0pt 5px #ffe1c5;
    outline: none;
    padding: 20px;
    margin: 15px;
}

.overnachten {
    display: flexbox;
    flex-wrap: wrap;
}

.overnachtcard {
    border-radius: 20px;
    box-shadow: 0 0 0pt 5px #ffe1c5;
    outline: none;
    padding: 20px;
    margin: 15px;
    width: 45%;
    text-align: center;
}

.overnachtcard h4 {
    font-size: 1.5em;
}

.contactcard h4 {
    font-size: 1.4em !important;
}

.cardlogo {
    background-color: var(--tertiairekleur);
    border: 2px solid var(--tertiairekleur);
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.card h4 {
    text-align: center;
    font-size: 2rem;
    padding: 0px;
    margin: 0px;
}

.desc {
    text-align: center;
    font-size: 1rem
}

.activitylist {
    padding: 0px;
    list-style: none;
}

.activitylist li {
    text-align: center;
    font-size: 1rem;
}

.readmore {
    background-color: var(--tertiairekleur);
    text-align: center;
    border-radius: 50px;
    border: 5px solid #6b8866;
}

.readmore a button{
    font-family: 'Averia Libre', cursive;
    font-weight: bold;
    background-color: var(--tertiairekleur);
    color: var(--achtergrondkleur);
    border: none;
    display: inline-block;
    padding: 5px 15%;
    margin: 5px;
    border-radius: 20px;
}

.readmore a button:hover{
    background-color: #6b8866;
    
}

.filler {
    margin: 20px 0px
}

#avontuur::before, 
#avontuur::after {
    content: "";
    background-image: url(img/wave.png);
    background-repeat:no-repeat;
    padding: 0 1rem;
    position: relative;
    top: 12px;
    margin: 0.5rem;
}


/*PHONE*/

@media screen and (min-width:260px) and (max-width: 767px){
    body {
        padding: 8px;
    }

    h1{
        font-size: 25px;
        margin-bottom: 0px;
    }

    h2{
        margin-top: 25px;
        font-size: 23px;
    }

    h3{
        margin-top: 20px;
        font-size:19px;
    }

    p {
        margin: 12px;
    }

    .container{
        display:grid;
        grid-template-columns: 1fr;
        grid-template-areas:
        "head"
        "nav"
        "main"
        "section"
        "aside"
        "footer";
        margin: 10px 20px -30px 20px;
        padding: 20px 20px 30px 20px;
    }

    .headerimg{
        content: url(img/texel_lighthouse_lr.png);
        max-width: 100%; 
        min-width: 100%;
        height: auto;
        object-fit:cover;
    }

    .nav{
        grid-area: nav;
        grid-row: 2;
        font-size: 15px;
    }

    .nav ul{
        flex-direction: column;
        margin: 10px 50px;
    }

    .nav ul li{
       margin-top:10px;
       padding:10px;
       text-align: center;
    }

    .nav ul li a{
        font-size: 1.2em;
    }

    .main{
        grid-area: main;
        grid-row: 3
    }

    .section{
        grid-area: section;
        grid-row: 4;
    }

    .aside-top{
        grid-area: aside;
        grid-row: 5
    }

    .aside-middle{
        grid-area: aside;
        grid-row: 6
    }

    .aside-bottom{
        grid-area: aside;
        grid-row: 7
    }

    .footer{
        grid-area: footer;
        grid-row: 8;
    }

    .footer ul {
        padding-left: 0px;
    }

    .footer ul li{
        padding: 5px;
        margin: auto;
    }

    .mainimg{
        min-width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        padding: 10px 5px;
        border-radius: 20px;
    }

    .asideimg{
        min-width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        padding: 10px 5px;
        border-radius: 20px;
    }

    .overnachtcard {
        margin: auto;
        width: auto;
        max-width: 70%;
        min-width: 50%;
        margin-top: 40px;
    }

    .card {
        max-width: 60%;
        margin: auto;
        margin-top: 70px;
        height: 300px;
        margin-bottom: 100px;
    }

    .contactcard {
       height: 160px;
       margin-top: 40px;
       margin-bottom: 40px;
    }

    .cardlogo {
        width: 60px;
        height: 60px;
        position:relative;
        top: -3.5rem;
        display: block;
        margin-bottom: -2rem
    }

    .filler {
        grid-area: aside;
        grid-row: 6
    }

    .readmore {
        position:relative;
        display:block;
        top: 2.5rem

    }
    
}

/*TABLET*/

@media screen and (min-width:768px) and (max-width: 999px){
    body {
        padding: 10px 20px 20px 20px;
    }

    h2{
        margin-top: 50px;
        
    }

    .container{
        display:grid;
        grid-template-columns: 1fr;
        grid-template-areas:
        "head"
        "nav"
        "main"
        "section"
        "aside"
        "footer"
    }

    .headerimg{
        content: url(img/texel_lighthouse_mr.png);
        max-width: 100%;
        min-width: 100%;
        height: auto;
        object-fit:cover;
    }

    .nav{
        grid-area: nav;
        grid-row: 2;
    }

    .nav ul{
        flex-direction: row;
    }

    .nav ul li{
        min-width: 20%;
        margin: auto;
        text-align: center;
    }

    .nav ul li a{
        font-size: 1.2em;
    }

    .main{
        grid-area: main;
        grid-row: 3
    }

    .section{
        grid-area: section;
        grid-row: 4;
    }

    .aside-top{
        grid-area: aside;
        grid-row: 5
    }

    .aside-middle{
        grid-area: aside;
        grid-row: 6
    }

    .aside-bottom{
        grid-area: aside;
        grid-row: 7
    }

    .footer{
        grid-area: footer;
        grid-row: 8;
    }

    .footer ul {
        display: flex;
        padding-left: 0px;
    }

    .footer ul li{
        margin: auto;
    }

    .mainimg{
        min-width: 50%;
        max-width: 50%;
        height: auto;
        display: inline;
        padding: 10px 5px;
        border-radius: 20px;
    }

    .asideimg{
        min-width: 50%;
        max-width: 50%;
        height: auto;
        display: inline;
        padding: 10px 5px;
        border-radius: 20px;
    }

    .cardholder {
        grid-area: main;
        grid-row: 5;
        display: flex;
        margin: auto;
        margin-top: 30px;
    }

    .card {
        margin: auto;
        min-width: 20%;
        max-width: 30%;
        padding-left: 40px;
        padding-right: 40px;
        height: 300px;
    }

    .contactcard {
        height: 220px;
        word-break: break-all;
    }

    .contactcard h4{
        font-size: 1.2em !important;
    }
    
    .cardlogo {
        height: 60px;
        width: 60px;
        position:relative;
        top: -3.5rem;
        display: block;
        margin-bottom: -2rem
    }

    .quotefig{
        margin-bottom: 30px;
    }

    .readmore {
        position:relative;
        top:1rem;
    }

    .filler {
        grid-area: aside;
        grid-row: 6
    }
}

/*COMPUTER*/

@media screen and (min-width: 1000px){
    body {
        padding: 10px 30px 30px 30px;
    }

    h1 {
        border-radius: 0px 0px 20px 20px;
    }

    h2 {
        margin: 0;
        padding-top: 20px;

    }

    .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "head head head"
            "nav nav nav"
            "main main aside-t"
            "main main aside-m"
            "aside-b aside-b aside-b"
            "footer footer footer";
        grid-column-gap:30px;
        grid-row-gap: 00px;
    }

    .header {
        grid-area: head;
        grid-row: 1
    }

    .headerimg {
        content: url(img/texel_lighthouse_hr.png);
        max-width: 100%;
        min-width: 100%;
        height: auto;
        object-fit:cover;
    }

    .nav {
        grid-area: nav;
        grid-row: 2/3;
        border-radius: 20px 20px 20px 0;
    }

    .nav ul {
        flex-direction: row;
    }

    .nav ul li {
        min-width: 20%;
        margin: auto;
        text-align: center;
    }

    .nav ul li a {
        font-size: 1.3em;
    }

    .main {
        grid-area: main;
        grid-row: 3/5;
    }

    .section-bottom {
        grid-row:5;
        grid-column: 1/3
    }

    .aside-top {
        grid-area: aside-t;
        grid-row: 3/4
    }

    .aside-middle {
        grid-area: aside-m;
        grid-row:5;
    }

    .aside-bottom { 
        grid-area: aside-b;
        grid-row: 6;
    }

    .footer {
        grid-area: footer;
        grid-row: 7;
    }

    .footer ul {
        display: flex;
        padding-left: 0px;
    }

    .footer ul li{
        margin: auto;
    }

    .mainimg {
        min-width: 25%;
        max-width: 25%;
        height: auto;
        display: inline;
        padding: 5px 10px;
        border-radius: 20px;
        float: left;
    }

    .asideimg {
        min-width: 50%;
        max-width: 50%;
        height: auto;
        display: inline;
        padding: 5px 5px;
        border-radius: 20px;
        float: right;
    }

    .filler {
        grid-area: aside-t;
        grid-row: 3/4;
        margin: auto;
    }

    .cardholder {
        grid-area: main;
        grid-row: 5;
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .card {
        margin: auto;
        min-width: 20%;
        max-width: 30%;
        height: 90%;
        
    }

    .quotefig{
        margin-bottom: 20px;
    }

    .cardlogo {
        height: 60px;
        width: 60px;
        position:relative;
        top: -3.5rem;
        display: block;
        margin-bottom: -2rem
    }

    .readmore {
        position:relative;
        top:1.5rem
    }
}