.controlbar{
    height: 5%;
    width: 100%;
    position: absolute;
    top: 0;
    border: solid 0;
    background-color: #114856;
    display: inline;
}
.controlbarbtn {
    height: 100%;
    width: 33%;
    border: solid 0;
    background-color: #114856;
    color: var(--primtxt);
    cursor: pointer;
}
.controlbarbtn:hover {
    color: orange;
}
.fotoHolder {
    height: 300vh;
    right: 5%;
    width: 35%;
    position: absolute;
    background-color: transparent;
    border: solid 0;
}
.fotoHolder img {
    height: 10%;
    position: relative;
    top: 25vh;
}
.leftTextholderAbout {
    height: 100%;
    width: 60%;
    position: absolute;
    left: 0;
    border: solid 0;
}
.leftTextholderAbout p {
    font-size: 1.2rem;
    color: var(--primtxt);
    margin-top: 10%;
    white-space: normal;
    width: 100%; margin-left: 20%; margin-right: 0; inline-size: 80%
}
@media screen and (max-width: 600px) {

    .leftTextholderAbout p {
        font-size: 1.0rem;
        color: var(--primtxt);
        margin-top: 10%;
        white-space: normal;
        width: 100%;
        inline-size: 80%;
        text-align: left;
        padding: 15px;
    }

    .leftTextholderAbout h1 {
        margin-left: 10% !important;
        font-size: 2rem !important;
        color: var(--primtxt) !important;
        margin-top: 10% !important;

    }
}

.leftTextholderAbout h1 {
    margin-left: 20%;
    font-size: 2rem;
    color: var(--primtxt);
    margin-top: 5%;
}
@media screen and (max-width: 600px) {
    .controlbarbtn {
        height: 100%;
        width: 32%;
        border: solid 0;
        background-color: #114856;
        color: var(--primtxt);
        cursor: pointer;
    }
    .controlbarbtn:hover {
        color: orange;
    }
    .fotoHolder {
        display: none;
    }
    .leftTextholderAbout {
        width: 100%;
        overflow-y: scroll;
    }
    .leftTextholderAbout p {
        margin-left: 0;
        margin-right: 0;
    }
}
