@import url(https://fonts.googleapis.com/css2?family=Akshar&family=Barrio&family=Bungee+Inline&family=Lexend:wght@300;400;500&family=Major+Mono+Display&family=Raleway:ital,wght@0,400;0,500;1,400&family=Redacted&display=swap);

@media only screen and (max-width:800px) {
    menu {
        display: none;
    }

    .menuIcon {
        display: flex;
    }
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

:root {
    --alabaster: hsla(39, 38%, 91%, 1);
    --jet: hsla(315, 4%, 20%, 1);
    --metallic-seaweed: hsla(185, 48%, 38%, 1);
    --mandarin: hsla(19, 100%, 58%, 1);
    --fashion-fuchsia: hsla(322, 92%, 53%, 1);
    --floral-white: hsla(33, 100%, 98%, 1);
    --celeste: hsla(184, 93%, 60%, 1);
    --smoky-black: hsla(3, 90%, 4%, 1);
    --coquelicot: hsla(12, 100%, 50%, 1);
    font-family: Lexend, sans-serif;


}

.brand {
    font-family: 'Major Mono Display';
}

menu {
    font-family: Akshar;
}

.cover {
    font-family: Raleway;
}

.openMenu {
    font-size: 48px;
    color: var(--floral-white);
}



h1,
a {
    padding: 0;
    margin: 0;
}

.menuIcon {
    display: none;
    place-items: end;
    place-content: end;
    width: 100%;

}



.openMenu {
    font-size: 48px;
    color: var(--floral-white);
}

.openItem {
    height: 0%;
}

body {
    min-height: 100vh;

    height: fit-content;
    width: 100vw;
    display: grid;
    grid: max-content minmax(80vh, max-content) max-content/100%;
    margin: 0;
    place-items: center;
    place-content: start;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: var(--floral-white);
    row-gap: 1rem;
    overflow-y: auto;


}

header {

    width: 100%;
    padding: 1% calc(2.5% + 1rem);
    box-sizing: border-box;
    display: grid;
    grid: max-content / max-content 1fr;
    height: fit-content;
    column-gap: 4rem;
    background: var(--jet);
}

.logo {
    height: 70px;
    width: 100px;
    background-image: url(logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.item:hover {
    background: var(--fashion-fuchsia);
}

main {
    width: 95%;
    box-sizing: border-box;
    padding: 1rem;
    display: grid;
    place-items: start;
    place-content: start;
    height: 100%;

}

#mainOver {
    grid: max-content/100%;
}

.mainPartners {
    grid: auto-flow max-content / 100%;
    row-gap: 2rem;
}

.brand {
    /* font-family: 'Bungee Inline'; */
    font-family: 'Major Mono Display';
    font-size: 2.1rem;
    display: flex;
    place-content: start;
    place-items: center;
    /* padding: 0 1rem; */
    box-sizing: border-box;
    color: var(--floral-white);
    width: 100%;
    /* text-shadow: 1px 1px 1px  var(--metallic-seaweed),2px 2px 2px var(--fashion-fuchsia); */

}

.colors {
    height: 5vh;
    width: 100%;
    display: grid;
    grid: 100%/repeat(4, 25%);
    /* background: var(--mandarin); */
}

.names {
    display: grid;
    grid: auto-flow 15rem / 100%;
    row-gap: 1rem;
}

menu {
    margin: 0;
    padding: 0;
    display: grid;
    grid: 100% / auto-flow max-content;
    height: 100%;
    place-content: end;
    place-items: end;
    font-family: Akshar;
    font-size: clamp(1.3rem, calc(1.4rem - 3vw), 1.5rem);
    column-gap: 0.5rem;
    box-sizing: border-box;
    color: var(--floral-white);

}

a {
    margin: 0;
    padding: 0;
    color: unset;
    text-decoration: none;

}

.linkButton {
    margin-top: 5rem;
    height: 3rem;
    width: 100%;
    display: flex;
    place-content: center;
    place-items: center;

}

.linkButton a {
    background: var(--fashion-fuchsia);
    width: 15rem;
    height: 3rem;
    display: flex;
    place-content: center;
    place-items: center;
    max-width: 100vw;

}

#homeMain {
    height: 100%;

    display: grid;
    grid: repeat(3, max-content) / 100%;
    place-content: start;
    place-items: start;
    background-blend-mode: screen;


}

#publicaties {
    grid: auto-flow max-content / 100%;

}

#publicaties h1 {
    grid-area: 1/1/2/2;
    width: 100%;

}

.articles {
    height: fit-content;
    display: grid;
    grid: auto-flow 300px / repeat(auto-fill, 400px);
    place-content: start;
    place-items: start;
    overflow-y: auto;
    gap: 2rem;
    box-sizing: border-box;
    width: 100%;
}

.article {
    background: var(--alabaster);
    height: 300px;
    width: 100%;
    display: grid;
    grid: max-content max-content 1fr / 100%;
    place-content: center;
    place-items: baseline;
    box-sizing: border-box;
    padding: 0.5rem;
    place-self: center;
    border: 3px solid white;

}

.bottom {
    display: grid;
    place-content: center;
    grid: auto-flow 20rem / repeat(4, 1fr);
    width: 100%;
    height: fit-content;

    height: 100%;

}

.mid {
    display: grid;
    grid: 100%/repeat(2, 50%);
    column-gap: 6rem;
    font-size: 1.1rem;
    font-family: Lexend;
    height: 100%;
    width: 100%;
    overflow-x: hidden;

}


.midRight {
    width: 100%;
    height: 100%;
}


.p {
    margin: 0;
    padding: 0;
}

.record {
    height: 100%;
    width: 100%;
    display: grid;
    grid: 100% / 100%;
    text-overflow: ellipsis;

    place-items: center;
    place-content: end;

    background-size: cover;
    font-family: Raleway;
    font-size: 1.4rem;
    color: white;
    box-sizing: border-box;

}

.name {

    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    padding-left: 2rem;
    box-sizing: border-box;
}

.inleiding {
    /* box-shadow:2px 1px 1px 3px var(--mandarin); */
    padding: 1rem;
    box-sizing: border-box;

}

.articleTitle {
    height: 100%;
    width: 100%;
    display: flex;
    place-content: start;
    place-items: start;
    padding: 0.5rem;
    box-sizing: border-box;
    color: var(--jet);
    font-size: 1.5rem;
    white-space: break-spaces;
    line-break: loose;
    text-overflow: ellipsis;
    font-family: Raleway;

}

.articleSource {
    height: 100%;
    width: 100%;
    display: flex;
    place-content: baseline;
    place-items: center;
    padding-left: 0.5rem;
    box-sizing: border-box;
    color: var(--jet);
    font-family: Akshar;
}

.title {
    display: grid;
    grid: 100%/1fr 60px;
    place-content: baseline;
    place-items: baseline;
    width: 100%;


}

.overInleiding {
    max-width: 600px;

}

.overItem {
    width: 100%;
    display: grid;
    grid: auto-flow max-content / 100%;
    max-width: 600px;
}

.overText {
    display: none;
    height: 100%;
    z-index: -1;
}


.partner {
    height: 100%;
    display: grid;
    grid: repeat(3, max-content) 1fr / clamp(25%, 35%, 25vw) 1fr;
    place-content: start;
    place-items: start;
    background: var(--alabaster);
    box-sizing: border-box;
    row-gap: 0.5rem;
    padding: 0.8rem;
    column-gap: 1.5rem;
}

.partner p {
    padding: 0;
    margin: 0;
}

.partnerImage {
    grid-area: 1/1/5/2;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

    border-radius: 1rem;





}

#mh {
    background-image: url(https://ludejo.eu/wp-content/uploads/2022/11/Malon-1-200x300-1.png);
    background-position: 50% 50%;
}

#wm {
    background-image: url(https://raw.githubusercontent.com/EJL070/dash/main/wm.jpg);
    background-position: 50% 50%;
}

#pl {
    background-image: url(https://raw.githubusercontent.com/EJL070/dash/main/pl.jpg);
    background-position: 50% 50%;
}


.partnerName {
    grid-area: 1/2/2/3;
    font-size: 1.1rem;

}

.partnerDesc {
    grid-area: 2/2/3/3;
    place-content: start;
    place-items: start;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;


}

.changeLang{
    margin-top:1rem;
    padding:1rem;
    border:1px solid white;
    color:white;
   
}
#changeLang{
    border:1px solid white;
}

.cover {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0;
    box-sizing: border-box;
    padding: 6%;
    background-color: var(--jet);
    display: none;
    grid: auto-flow max-content / 100%;
    font-family: Raleway;
    font-size: 1.6rem;
    row-gap: 0.7rem;
    place-items: start;
    place-content: start;
}

canvas {
    height: 30px;
    width: 30px;
    z-index: 2;
    display: flex;
    place-self: center;
}
.partnerLinks{
    display:grid;
    height:100%;
    width:100%;
    grid:100% / repeat(2,50%);
}
.linkedIn {
    background-image: url(https://raw.githubusercontent.com/EJL070/data/main/LI-In-Bug.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.videoLink{
    padding:0;
    margin:0;
    width:50px;
    height:50px;
    display:flex;
    place-items: center;
    place-content: center;
}
.vid{
    width:50px;
    height:50px;
    padding:0;
    margin:0;
    display:flex;
    place-items: center;
    place-content: center;
}
.partner .material-symbols-outlined{
    font-size:50px;
}

@media only screen and (max-width:900px) {
    .articles {
        grid: auto-flow max-content / 100%;
    }
}

@media only screen and (min-width:1400px) {
    #publicaties {
        width: 1400px;
        place-self: center;
    }
}


@media only screen and (max-width:450px) {
    .articles {
        width: 99%;
        grid-template-columns: 100%;


    }

    .article {
        width: 99%;
    }

    .articleTitle {
        font-size: 1.2rem;

    }

    .publicaties {
        width: 100%;
        padding: 0.3rem;
    }

    .partner {
        font-size: 0.7rem;

    }

    .partnerImage {
        height: unset;
        aspect-ratio: 1/1;
    }


}
.link{
    margin-top:0.5rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
}
.link .material-symbols-outlined{
    font-size:48px;
}

@media only screen and (max-width:300px) {
    .articles {
        grid: auto-flow max-content / 100%;
        row-gap: 2rem;
        place-content: center;

    }

    .article {
        width: 100%;
        place-self: center;
        padding-bottom: 0;
    }

    .articleTitle,
    .articleSource {
        font-size: 0.8rem;
        text-overflow: hidden;
    }

    .articleSource {
        background: white;
    }

}



@keyframes open {
    from {
        transform: translateY(-2rem);

    }

    to {

        transform: translateY(0);
    }
}

@keyframes turn {
    from {

        transform: rotateZ(0deg);
    }

    to {

        transform: rotateZ(45deg);
    }
}

@keyframes turnBack {
    from {

        transform: rotateZ(45deg);
    }

    to {

        transform: rotateZ(0deg);
    }
}

@keyframes turnH {
    from {

        /* transform: rotateY(0deg); */
        transform: rotateY(100deg);
    }

    to {

        transform: rotateY(-180deg);
    }
}

@keyframes turnHBack {
    from {

        transform: rotateY(-180deg);
    }

    to {

        transform: rotateY(180deg);
    }
}

@keyframes come {
    from {

        width: 0;
        opacity: 0;
    }

    to {

        width: 100%;
        opacity: 1;
    }
}

@keyframes go {
    from {

        width: 100%;
    }

    to {

        width: 0px;
    }
}

@keyframes black {
    from {

        background: var(--floral-white);
    }

    to {

        background: var(--jet);
    }
}

@keyframes white {
    from {
        background: var(--jet);

    }

    to {
        background: var(--floral-white);

    }
}

@keyframes down {
    from {
        height: 0;
    }

    to {
        height: 50px;
    }
}

@keyframes up {
    from {
        height: 50px;
    }

    to {
        height: 0;
    }
}

@keyframes spin {
    from {
        transform: rotateZ(0deg)
    }

    to {
        transform: rotateZ(360deg)
    }
}