@font-face {
    src: url(../fonts/fontscorecomttwcenmt.ttf);
    font-family: TCR;
}

@font-face {
    src: url(../fonts/ProductSansBold.ttf);
    font-family: TCB;
}

body {
    font-size: 16px;
}

h1 {
    font-size: 3em;
    font-family: TCR;
    position: relative;
    width: 50%;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 50px;
}

h2 {
    font-size: 2.25em;
    font-family: TCR;
    color: #29307C;
    display: flex;
    justify-content: center;
    margin: 2%;
    text-align: center;
}

h3 {
    font-size: 1.75em;
    font-family: TCR;
}

li,
p,
dd,
dt,
li {
    font-family: TCR;
    font-size: 1em;
}

dd {
    margin: 1% 0 3% 5%;
}

p {
    margin: 2% 0 0 0;
}

b {
    font-family: TCB;
}


#navlogo {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}

#navlogo a {
    margin: 1%;
}

#navlogo a img {
    width: 70%;
}

#navlogo nav {
    display: flex;
    justify-content: center;
}

#navlogo nav input {
    display: none;
}

#navlogo nav ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#navlogo nav ul a {
    font-family: TCR;
    margin: 0 2%;
}

#navlogo nav ul a:hover {
    color: #29307C;
    font-family: TCR;
    text-decoration: none;
}

#navlogo nav ul a li {
    display: flex;
    text-align: center;
}

#navlogo nav ul .Active_Nav {
    color: #29307C;
    font-family: TCR;
}

#navlogo nav ul .Active_Nav:hover {
    color: #29307C;
    font-family: TCR;
}

figure {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

figure.home {
    background-image: url(../images/banners/Chital\,_at_Chitwan_NP\,_Nepal.png);
}

figure.aanbod {
    background-image: url(../images/banners/Chital_deer_pair_at_Nagarahole_wildlife_sanctuary.png);
}

figure.werkwijze {
    background-image: url(../images/banners/Chital_at_Sunderban..png);
}

figure.over {
    background-image: url(../images/banners/Spotted_deer\(Axis_axis\)_at_Chennai.png);
}

figure.afspraak {
    background-image: url(../images/banners/scott-carroll-favQn8WgRyk-unsplash.png);
}

header figure figcaption {
    display: flex;
    justify-content: flex-end;
    color: white;
}

header figure figcaption p {
    padding: 0;
    margin-right: 2%;
    text-align: right;
}

header figure figcaption p a {
    color: white;
}

main {
    display: grid;
    grid-template-columns: 25% 5% 40% 5% 25%;
    grid-template-rows: auto;
    padding: 0;
}

main h2,
main p,
dl,
ul.prijslijst {
    grid-column: 2/5;
}

main ul {
    grid-column: 3/4;
}

main ul li {
    list-style: disc;
    margin: 2%;
}

section.contact {
    grid-column: 5/6;
    grid-row: 1/10;
    padding: 0 10%;
    line-height: 0.9;
}

section.contact h2 {
    justify-content: flex-start;
    margin: 0;
}

section.contact hr {
    border: #29307C 4px solid;
    border-radius: 1000px;
}

section.contact ul li {
    list-style: none;
}

footer {
    display: flex;
    justify-content: center;
}