* {
    margin: 0;
    padding: 0;
    font-family: 'Agency FB', sans-serif;
    text-decoration: none;
}

html {
    font-size: 10px;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.45fr;
    grid-template-rows: 0.3fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "header header header nav"
        "content content content nav"
        "content content content nav";
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
}

.container-hrl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "header-left header-right";
    justify-content: left;
    align-items: center;
    position: relative;
    height: 100%;
}

.container-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15rem 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "content-1 content-1"
        "content-2 content-2"
        "content-3 content-3"
        "content-4 content-4"
        "content-5 content-5"
        "content-6 content-6"
        "content-7 content-7"
        "content-8 content-8"
        "content-9 content-9"
        "content-10 content-10"
        "content-11 content-11"
        "content-12 content-12"
        "content-13 content-13";
    height: 100%;


}

.content-1 {
    grid-area: content-1;
}

.content-2 {
    grid-area: content-2;
}

.content-3 {
    grid-area: content-3;
}

.content-4 {
    grid-area: content-4;
}

.content-5 {
    grid-area: content-5;
}

.content-6 {
    grid-area: content-6;
}

.content-7 {
    grid-area: content-7;
}

.content-8 {
    grid-area: content-8;
}

.content-9 {
    grid-area: content-9;
}

.content-10 {
    grid-area: content-10;
}

.content-11 {
    grid-area: content-11;
}

.content-12 {
    grid-area: content-12;
}

.content-13 {
    grid-area: content-13;
}



.header {
    grid-area: header;
    background-color: #00BBFF;
}

.nav {
    grid-area: nav;
    background-color: #1d2023;
}

.header-left {
    grid-area: header-left;
}

.header-right {
    grid-area: header-right;
}

body {
    margin: 0;
}

.sidenav a {
    font-size: 2vw;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Agency FB', sans-serif;
    margin: 7.95%;
    text-align: center;
}

.sidenav a[href="technowire-hof.html"] {
    color: #00BBFF;
}

.sidenav a:hover {
    color: #00DAFF;
}

.content {
    grid-area: content;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.content::-webkit-scrollbar {
    display: none;
}

#tw-tplg {
    width: 35%;
    height: auto;
    padding-left: 2%;

}

.clr-accent {
    color: #00BBFF;
}

.foto2,
.foto3,
.foto4,
.foto5,
.foto6,
.foto7,
.foto8,
.foto9,
.foto10,
.foto11,
.foto12,
.foto13 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2%;

}

.info2,
.info1,
.info3,
.info4,
.info5,
.info6,
.info7,
.info8,
.info9,
.info10,
.info11,
.info12,
.info13 {
    background-color: #1d2023;
    border-radius: 0.7rem;
    width: 50%;
    margin-right: 2%;
}

.info1 {
    background-color: #1d2023;
    border-radius: 0.7rem;
    margin-top: 2%;
    width: 50%;
}

.info2 {
    background-color: #1d2023;
    border-radius: 0.7rem;
    margin-top: 2%;
    margin-right: 2%;
}

.info13 {
    background-color: #1d2023;
    border-radius: 0.7rem;
    margin-bottom: 2%;
    margin-left: 2%;
}

.foto1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2%;
    align-items: center;
}

.foto2 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2%;
    align-items: center;
}

.foto13 {
    display: flex;
    justify-content: space-around;

}

#foto-person {
    width: 100%;
    border-radius: 0.7rem;
    border: #1d2023 solid 0.3rem;
}

#foto-person2 {
    width: 40%;
    border-radius: 0.7rem;
    border: #1d2023 solid 0.3rem;
}

#foto-person3 {
    width: 28%;
    border-radius: 0.7rem;
    border: #1d2023 solid 0.3rem;
    margin-bottom: 2%;

}

.h2-info {
    font-size: 4rem;
    color: white;
    margin-left: 2%;
    margin-top: 2%;
}

.p-info {
    color: white;
    text-wrap: wrap;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 2%;
    font-size: 1.9rem;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    margin: 0.5em 0;
    overflow: hidden;

}

.menu-button-container {
    display: none;
    height: 100%;
    width: 100%;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #ffffff;
    position: absolute;
    height: 0.4rem;
    width: 3rem;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0.2rem;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

li {
    display: none;
}



.content-1,
.content-2,
.content-3,
.content-4,
.content-5,
.content-6,
.content-8,
.content-9,
.content-10,
.content-12 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 2%;
}

.content-7,
.content-11,
.content-13 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.info7 {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #1d2023;
    border-radius: 0.7rem;
}

.info11 {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #1d2023;
    border-radius: 0.7rem;
}

.info13 {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #1d2023;
    border-radius: 0.7rem;
}
.info1,
.info2,
.info3,
.info4,
.info5,
.info6,
.info7,
.info8,
.info9,
.info10,
.info11,
.info12,
.info13 {
    display: flex;
    flex-direction: column;
}


@media (max-width: 768px) {
    .container {
        display: grid;
        width: 100vw;
        height: 100vh;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 0.3fr 1fr 1fr;
        gap: 0rem 0rem;
        grid-auto-flow: row;
        overflow-x: hidden;
        grid-template-areas:
            "header header header"
            "content content content"
            "content content content";
    }

    .container-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 10rem 0px;
        grid-auto-flow: row;
        grid-template-areas:
            "content-1 content-1"
            "content-2 content-2"
            "content-3 content-3"
            "content-4 content-4"
            "content-5 content-5"
            "content-6 content-6"
            "content-7 content-7"
            "content-8 content-8"
            "content-9 content-9"
            "content-10 content-10"
            "content-11 content-11"
            "content-12 content-12"
            "content-13 content-13";
        height: 100%;
    }

    .container-hrl {
        width: 100vw;
    }

    .nav {
        display: none;
    }

    .header {
        width: 100vw;
    }

    #foto-person {
        width: 70%;
    }

    #foto-person2 {
        width: 45%;
    }

    .menu-button-container {
        float: right;
        margin-right: 5%;
        justify-self: center;
    }

    #tw-tplg {
        width: 18rem;
        margin: 5% 0;
    }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked~.menu li {
        height: 2.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu>li {
        display: flex;
        justify-content: center;
        width: 100%;
        color: #00BBFF;
        background-color: #1d2023;
        font-size: 2rem;
        text-decoration: none;
        align-items: center;
        z-index: 778;
    }

    .menu a {
        width: 100%;
        text-align: center;
    }

    a {
        color: #ffffff
    }

    .menu a[href="technowire-hof.html"] {
        color: #00BBFF;
    }

    .content-1,
    .content-2,
    .content-3,
    .content-4,
    .content-5,
    .content-6,
    .content-8,
    .content-9,
    .content-10,
    .content-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 2%;
    }

    .content-7,
    .content-11,
    .content-13 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .info2,
    .info1,
    .info3,
    .info4,
    .info5,
    .info6,
    .info7,
    .info8,
    .info9,
    .info10,
    .info11,
    .info12,
    .info13 {
        background-color: #1d2023;
        border-radius: 0.7rem;
        width: 100%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .h2-info {
        font-size: 3rem;
        color: white;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 2%;
    }
}