:root{
    --MainGray: #55514D;
    --ButtonGreen: #5E993C;
    --TitleGreen: #4B832A;
}

/* General styles */

* {
    margin: 0;
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

a{
    text-decoration: none;   
}

h1{
    font-size: 60px;
    font-family: "bree_serifregular";
    color: var(--TitleGreen);
}

h2{
    color: var(--TitleGreen);
    font-size: 25px;

}

#TopRightIMG{
    width: 464px;
    height: 464px;
    display: block;
    position: relative;
    bottom: 150px;
    border-radius: 6rem;
}

.TopRightIMGVerhaal{
    object-fit: cover;
}

#FullwidthImg{
    width: 75%;
    border-radius: 6rem;
    height: 370px;
    object-fit: cover;

}
/* Navbar and header */

header{
    background-image: url("../IMG/pexels-valiphotos-589802.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#BasicPageHeader{
    background-image: url("../IMG/pexels-fwstudio-139309.jpg");
    padding-bottom: 80px;
}

nav{
    background: linear-gradient(rgba(198, 198, 198, 1.0), rgba(0, 0, 0, 0));
    width: 100%;
    height: 120px;
    text-align: center;
}

nav ul li{
    display: inline-block;
    margin-right: 50px;
    margin-top: 25px;
    width: 200px;
    background-color: var(--ButtonGreen);
    height: 70px;
    border-radius: 4rem;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.56);
}

nav ul li a{
    font-family: 'bree_serifregular';
    font-size: 45px;
    color: white;
    text-decoration: none;
}

nav ul li a:hover{
    color: var(--FooterGray);
}

#AltNavButton{
    margin-top: 50px;
    margin-left: 50px;
    visibility: hidden;
    display:none;
}

#AltNav {
    display: none;
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--ButtonGreen);
    overflow-x: hidden;
    padding-top: 20px;
}
  
#AltNav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    font-family: 'bree_serifregular';
    border-bottom: 2px solid white;
}

#Title{
    font-family: 'dancing_scriptregular';
    color: white;
    text-shadow: 0px 6px 6px #55514D;
    margin-left: 50px;
    font-size: 135px;
    padding-bottom: 40px;
}

#basicPageNav ul{
    margin-left: 140px;
}

#BasicPageTitle{
    font-family: 'dancing_scriptregular';
    color: white;
    text-shadow: 0px 6px 6px #55514D;
    left: -40px;
    font-size: 35px;
    margin-top: 15px;
    position: absolute;

}

/* main body */
#Body{
    background-size: 100% auto;
    background-image: url("../IMG/pexels-fwstudio-139309.jpg");
    padding-top: 70px;
    padding-bottom: 70px;
}

#SubBody{
    background-color: white;
    border-radius: 4rem;
    padding: 3vw;
    width: 74vw;
    margin-left: 10vw;
    font-size: 22px;
    color: var(--MainGray);
}



/* footer */
footer{
    background-color: var(--MainGray);
    display: flex;
    color: white;
    font-size: 20px;
}

footer div{
    margin: 70px;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer div h3{
    font-family: "bree_serifregular";
    font-size: 50px;
}

footer div a{
    color: white;
}

#MenuColumn{
    margin-left:auto;
}

/* Home Styles */

#HomeColumns{
    display: flex;
}

#HomeColumns div{
    margin-right: 70px;
}

/* Verhaal Styles */

#VerhaalColumns{
    display: flex;
}

#VerhaalColumns div{
    margin-left: 70px;
}

#VerhaalNext{
    position: relative;
    bottom: 20px;
}

/* foto carousel */
#CarouselImg{
    width: 100%;
    border-radius: 6rem;
    height: 500px;
    object-fit:contain;
    background-color: #EEEEEE;

}

#slideshow-container {
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}

#prev, #next {
    color: #707070;
    top: 50%;
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 6rem 6rem 0;
    user-select: none;
    background-color: rgba(219,219,219,0.75);
}
  
#next {
    border-radius: 6rem 0 0 6rem;
    left: calc(100% - 42px);
}

#prev{
    left: 0px;
}
  
#prev:hover, #next:hover {
    background-color: rgba(0,0,0,0.8);
}

/*Boeken styles*/
#BoekenColumns{
    display: flex;
}

#BoekenInfoColumn{
    margin-right: 70px;

}

.BoekenTable {
    width: 100%;
    text-align: center;
    border-collapse:separate;
    border: 1px solid var(--MainGray);
    border-radius:6px;
    border-spacing: 0px;
}

.BoekenTable td, .BoekenTable th {
    padding: 8px;
    border-left:1px solid var(--MainGray);
    border-top:1px solid var(--MainGray);
}

.BoekenTable th {
    border-top: none;
}

.BoekenTable td:first-child, .BoekenTable th:first-child {
     border-left: none;
}

#BoekenForm input, #BoekenForm textarea{
    width: 100%;
    margin-bottom: 5px;
    font-size: 25px;
    height: 40px;
    font-family: "bree_serifregular";
}

#BoekenForm textarea{
    height: 80px;
}

#BoekenForm input[type=submit]{
    width: 50%;
    text-align: center;
    background-color: var(--ButtonGreen);
    color: white;
    border: none;
    margin-top: 15px;
}

/*datumpicker*/
.ui-datepicker td.ui-state-disabled>span{background:#d8312b;}
.ui-datepicker td.ui-state-disabled{opacity:100;}

/* Kaart style */

#map {
	height: 500px;
	width: 100%;
}

#marker {
  background-image: url('/wp-content/uploads/2021/04/copywriter-logo-dark.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}


/* Nieuws styles*/
#NieuwsHolder{
    border: 1px solid var(--MainGray);
    border-radius: 6rem;
    width: 100%;
    overflow: hidden;
}

#InnerNieuwsHolder{
    overflow-y: scroll;
    height: 690px;

}

.NieuwsItem{
    width: 100%;
    border-bottom: 1px solid var(--MainGray);
    display: flex;
}

.NieuwsItemContent{
    margin: 40px;
    overflow: hidden; 
}

#NewsPopUp{
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 2;
    top: 5vh;
    height: 90vh;
    left: 10vw;
    width: 80vw;
    background-color: white;
    box-shadow: 5px 10px 8px 10px #55514D;
    border-radius: 5rem;
}

#NewsPopUp h1{
    margin-left: 5%;
}

#NewsPopUp div{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    font-size: 20px;
}

#CloseNewsButton{
    margin-top: 6vh;
    margin-left: 94%;
}

/*media query*/

/*tablet*/
@media screen and (max-width: 1200px) {
    #BoekenColumns{
        display: block;
    }

    #BoekenInfoColumn{
        margin-bottom: 15px;
    }

    #BoekenForm input[type=submit]{
        width: fit-content;
    }

    #TopRightIMG{
        display: none;
        visibility: hidden;
    }

    .TopRightIMGVerhaal{
        display: block !important;
        visibility: visible !important;
        position: static;
        bottom: 0px !important;
        width: 100% !important;
    }

    #HomeColumns{
        margin-bottom: 20px;
    }

    #VerhaalColumns{
        display: block;
    }

    #VerhaalColumns div{
        margin-left: 0px !important;
    }

    #VerhaalNext{
        bottom: 0px;
        margin-top: 20px;
    }

    nav{
        display: none;
        visibility: hidden;
    }

    #AltNavButton{
        visibility: visible;
        display: var(--fa-display,inline-block);
    }
    #BasicPageHeader{
        height: 0px;
    }
}

/* phone */
@media screen and (max-width: 700px) {
    #Title{
        font-size: 50px;
        margin-left: 20px;
    }

    h1{
        margin-top: 20px;
        font-size: 30px;
    }

    #AltNavButton{
        margin-top: 40px;
        margin-left: 20px;
    }

    #SubBody{
        font-size: 16px;
        padding-bottom: 10px;
        border-radius: 2rem;
    }

    footer{
        font-size: 16px;
    }

    footer div{
        margin: 20px;
    }

    footer div h3{
        font-size: 24px;
    }

    #BoekenForm input, #BoekenForm textarea{
        width: 80%;
    }
}
