.headerWorkshops {
    height: 15%;
    width: 100%;
    position: absolute;
    border: solid 0;
}
.headerWorkshops h1 {
    color: var(--primtxt);
    position: relative;
    margin-left: 10%;
    font-size: 2rem;
    margin-top: 4vh;
}
.bodyWorkshops {
    height: 85%;
    bottom: 0;
    width: 100%;
    border: solid 0;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
}
.workshopContainer {
    height: 30%;
    width: 50%;
    border-radius: 10px;
    margin-left: 25%;
    margin-right: 25%;
    position: relative;
    display: inline-block;
    border: solid 0;
    background-color: #114856;
}
.workshopContainer p {
    color: var(--primtxt);
    font-size: 2rem;
    width: 65%;
    margin-left: 5%
}
.workshopControls {
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    border: solid 0;
    z-index: 1;
    display: inline-block;
}
.workshopControlsButton {
    height: 48%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    border: solid 0;
    background-color: #114856;
    font-size: 1rem;
    display: inline-block;
    color: var(--primtxt);
}
#wsCB1 {
    top: 0;
}
#wsCB2 {
    bottom: 0;
}
.workshopControlsButton:hover {
    background-color: #2c6270;
    color: orange;

}
.wsContainer {
    height: 85%;
    bottom: 0;
    position: absolute;
    width: 35%;
    margin-left: 2%;
    background-color: transparent;
    border: solid 0;
}
.wsCard {
    height: 20%;
    width: 100%;
    border: solid 0;
    border-radius: 15px;
    position: relative;
    background-color: #1d5563;
}
.controlBox {
    height: 100%;
    position: absolute;
    border-radius: 15px;
    right: 0;
    width: 20%;
    background-color: #114856;
}

.btnWs {
    height: 50% !important;
    width: 100%;
    position: absolute;
    cursor: pointer;
    color: var(--primtxt);
    background-color: transparent;
    font-size: 2rem;
    border: solid 0;
}
.btnWs:hover {
    color: orange;
}

@media screen and (max-width: 600px) {
    .workshopContainer {
        margin-left: 5%;
        width: 90%;
    }
    .workshopContainer p {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 5%;
        width: 100%;
        text-align: center;
    }
    .workshopControls {
        height: 40%;
        z-index: 1;
        top: 60%;
        width: 100%;
        position: absolute;

    }
    .workshopControlsButton {
        height: 100%;
        width: 48%;
    }
    #wsCB1 {
        left: 0;
    }
    #wsCB2 {
        right: 0;
    }

}
@media screen and (min-width: 600px) {
    .pcH {
        width: 100%;
    }
}
