* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('Poppins-Bold.ttf');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeue.otf');
}

@font-face {
    font-family: 'BaskervilleBT';
    src: url('BaskervilleBT.ttf');
}

header {
    display: flex;
    justify-content: space-between;
    background-color: #F1EBE3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.422);
    z-index: 4;
    position: sticky;
    top: 0px;
}

header>a img {
    display: block;
    height: 25px;
    margin: 15px 0 15px 20px;
}

header nav ul {
    display: flex;
    list-style: none;
}

header nav ul li {
    margin: 15px 5px;
}

header nav ul li:last-of-type {
    margin: 15px 20px 15px 10px
}

header nav ul li a img {
    height: 25px;
}

main img:first-of-type {
    width: 100%;
    z-index: 1;
    display: block;
}

.index article:first-of-type {
    text-align: center;
}

.index article:first-of-type h1 {
    margin: 20px 0 0 0;
    font-size: 36px;
    font-family: 'Poppins';
}

.index article:first-of-type p {
    margin: 0 20vw;
    font-size: 21px;
    font-family: 'HelveticaNeue';
}

.index article:first-of-type a {
    font-family: 'HelveticaNeue';
    display: inline-block;
    margin: 20px 0 30px 0;
    font-size: 21px;
    padding: 10px 25px;
    background-color: #7070DD;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
}

.index article:nth-of-type(2) {
    background-color: #B5DA5F;
    padding: 10vw;
}

.index article:nth-of-type(2) h2 {
    font-size: 21px;
    font-family: 'Poppins';
    color: white;
}

.index article:nth-of-type(2) p {
    font-size: 21px;
    font-family: 'HelveticaNeue';
    color: white;
}

.index article:nth-of-type(2) div p {
    width: 55vw;
    margin-right: 5vw;
}

.index article:nth-of-type(2) div div {
    width: 40vw;
    height: 175px;
    background-image: url('images/ams.jpg');
    background-size: cover;
    background-position: center;

}

.index article:nth-of-type(2)>div {
    display: flex;
    align-items: center;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #725147;

}

footer a {
    display: inline-block;
    text-align: center;
    font-family: 'HelveticaNeue';
    color: white;
    font-size: 21px;
    margin: 5px 0 2px 0;
}

footer p {
    color: white;
    font-family: 'HelveticaNeue';
    font-size: 12px;
    margin-bottom: 5px;
}

.options section div {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    align-items: center;
}

.options section div img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.options section div h2 {
    font-size: 36px;
    font-family: 'Poppins';
}

.options section p {
    font-size: 21px;
    font-family: 'HelveticaNeue';
}

.options section {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: black solid 2px;
    width: 95vw;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
    background-color: white;
}

.options section a {
    font-family: 'HelveticaNeue';
    display: inline-block;
    margin: 10px 0 20px 0;
    font-size: 21px;
    padding: 10px 25px;
    background-color: #7070DD;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
}

.options main>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 150px;
    left: calc(2vw - 1px);
    z-index: 3;
}

.grid {
    width: 100vw;
    position: absolute;
    top: -50px;
    left: -150px;
    transform: rotateZ(30deg);
    pointer-events: none;
    z-index: 2;
}

.activity div h1 {
    font-family: 'Poppins';
    background-color: white;
    width: 70vw;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
}

.activity main>div {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 125px;
    left: 15vw;
}



.activity main section a {
    display: inline-block;
    margin: 5vw 0 2vw 5vw;
    font-size: 21px;
    font-family: 'HelveticaNeue';
    color: black;
}

.hscroll {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    width: 100vw;
    height: 310px;
    scroll-snap-type: x mandatory;
}

.activity main section div section {
    width: 300px;
    height: 300px;
    background-color: #F1EBE3;
    margin: 0 2.5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
    scroll-snap-align: center;
}

.activity main section div section:last-of-type {
    margin-right: 5vw;
}


.activity main section div section img {
    width: 300px;
    margin-bottom: 10px;
}

.activity main section div section h2 {
    font-size: 21px;
    font-family: 'HelveticaNeue';
    font-weight: lighter;
    color: black;
}

.activity main section div section p {
    font-size: 21px;
    font-family: 'BaskervilleBT';
    font-style: italic;
    color: black;
}

.activity main section div section a {
    font-family: 'HelveticaNeue';
    display: inline-block;
    margin: 10px 0;
    font-size: 21px;
    padding: 10px 25px;
    background-color: #7070DD;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
}

.straat {
    background-image: url('images/bgblur.png');
    width: 100vw;
    height: 100vh;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.straat main {
    background-color: white;
    width: 85vw;
    height: 85vh;
}

.straat main>div:first-of-type {
    height: 35vh;
}

.imgone {
    width: 85vw;
    height: 35vh;
    background-image: url('images/straat.jpg');
    background-size: cover;
    animation: imgone 10s linear 0s infinite;
}

@keyframes imgone {
    0% {
        opacity: 100;
    }

    33% {
        opacity: 100;
    }

    33.1% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.imgtwo {
    width: 85vw;
    height: 35vh;
    background-image: url('images/straattwo.jpg');
    background-size: cover;
    position: relative;
    top: -35vh;
    animation: imgtwo 10s linear 0s infinite;
}

@keyframes imgtwo {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    33.1% {
        opacity: 100;
    }

    66% {
        opacity: 100;
    }

    66.1% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.imgthree {
    width: 85vw;
    height: 35vh;
    background-image: url('images/straatthree.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    top: -70vh;
    animation: imgthree 10s linear 0s infinite;
}

@keyframes imgthree {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    66.1% {
        opacity: 100;
    }

    100% {
        opacity: 100;
    }

}

.straat main>a {
    margin: 10px;
    padding: 7px 15px;
    background-color: white;
    display: inline-block;
    text-align: center;
    font-family: 'HelveticaNeue';
    color: black;
    font-size: 21px;
    text-decoration: none;
    position: absolute;
    top: 8vh;
}

.straat h1 {
    font-size: 36px;
    font-family: 'Poppins';
}

.straat p {
    color: black;
    font-family: 'HelveticaNeue';
    font-size: 21px;
}

.straat h1,
.straat p {
    width: 90%;
    margin: 0 auto;
}

.straat ul:first-of-type {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    width: 90%;
    margin: 10px auto;
}

.straat ul li img {
    height: 21px;
    width: auto;
    margin-right: 5px;
}

.straat ul li {
    display: flex;
}

.straat ul li p {
    font-size: 21px;
    width: auto;
}

.straat main div>a {
    font-family: 'HelveticaNeue';
    display: inline-block;
    margin: 10px 5vw 20px 5vw;
    padding: 10px 25px;
    font-size: 21px;
    background-color: #7070DD;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
    text-align: center;
}

.straat main div:nth-of-type(2) {
    display: flex;
    justify-content: center;
}

.straat ul:nth-of-type(2) {
    display: flex;
    list-style: none;
    margin-left: 5vw;
}

.straat ul:nth-of-type(2) li {
    margin-right: 2vw;
}

.straat ul:nth-of-type(2) li img {
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
}

.user {
    background-image: url('images/bgblur.png');
    width: 100vw;
    height: 100vh;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user main {
    background-color: white;
    width: 85vw;
    height: 85vh;
}

.user main>div:first-of-type {
    height: 35vh;
}

.userimgone {
    width: 85vw;
    height: 35vh;
    background-image: url('images/userone.jpg');
    background-size: cover;
    background-position: center;

}

.user main>a:first-of-type {
    margin: 10px;
    padding: 7px 15px;
    background-color: white;
    display: inline-block;
    text-align: center;
    font-family: 'HelveticaNeue';
    color: black;
    font-size: 21px;
    text-decoration: none;
    position: absolute;
    top: 8vh;
}

.user h1 {
    font-size: 36px;
    font-family: 'Poppins';
}

.user p {
    color: black;
    font-family: 'HelveticaNeue';
    font-size: 21px;
}

.user h1,
.user p {
    width: 90%;
    margin: 0 auto;
}

.user ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin-top: 5vw;
}

.user ul li a {
    font-family: 'HelveticaNeue';
    display: inline-block;
    margin: 3px 5vw 3px 5vw;
    padding: 7px 15px;
    font-size: 21px;
    background-color: #7070DD;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
    text-align: center;
}

.confirm {
    background-image: url('images/bgblur.png');
    width: 100vw;
    height: 100vh;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm main {
    background-color: white;
    width: 85vw;
    height: 85vh;
}

.confirm main a {
    font-family: 'HelveticaNeue';
    display: inline-block;
    margin: 10px 5vw 20px 5vw;
    padding: 10px 25px;
    font-size: 21px;
    background-color: #7070DD;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.208);
    text-align: center;
}

.confirm main h1 {
    font-size: 36px;
    font-family: 'Poppins-Bold';
}

.confirm main p {
    font-size: 21px;
    font-family: 'HelveticaNeue';
}

.confirm main {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}