
.linkedin {
    display: none!important;
}
.footer:has(.post-navigation) {
    display: none;
}
.footer {
    background-color: #1d1d1b;
    display: flex;
    flex-direction: column;
}

.topFooter {
    display: flex;
    flex-direction: row;
}

.leftFooter {
    width: 50%;
}

.rightFooter {
    width: 50%;
    display: flex;
    flex-direction: row;
}

.footer {
    background-color: #1d1d1b;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5vh;
}

.legal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.legal :is(p,a) {
    font-family: 'Lexend';
    color: white;
    text-decoration: unset;
    margin: 0;
    font-size: 0.8em;
}

.legal p {
    margin: 0 1em;
}

.plannet a {
    font-family: 'Lexend';
    color: white;
    text-decoration: unset;
    margin: 0;
    font-size: 0.9em;
}

.plannet {
    display: flex;
    justify-content: center;
    margin-top: 0.7em;
}


.rightFooter a{
    display:block;
    width:100%;
    height:100%;
}

.rightFooter {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 12%;
    box-sizing: border-box;
}

.leftFooter a {
    font-family: 'Lexend';
    color: white;
    text-decoration: unset;
    font-size: 2.1em;
}

.leftFooter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightFooter>div {
    width: 32px;
    height: 32px;
}

.topFooter {
    display: flex;
    flex-direction: row;
    padding: 3% 0%;
}


html .email {
    display: flex;
    align-items: flex-end;
    width: 40px;
}

.email a {
    display: flex;
    align-items: flex-end;
}

.rightFooter svg, .rightFooter svg * {
    transition: all 0.2s ease-in-out;
}
.rightFooter a:hover svg, .rightFooter a:hover svg * {
    fill:#808080!important;
}

.footer a {
    transition: all 0.25s ease-in-out;
}

.footer a:hover{
    color: #808080;
}


@media only screen and (max-width:1600px){
    .leftFooter a {
    font-size: 1.7em;
}
.rightFooter>div {
    width: 30px;
    height: 30px;
}
html .email {
    width: 39px;
}

}


@media only screen and (max-width:800px){
    .rightFooter>div {
    width: 20px;
    height: 20px;
}
html .email {
    width: 26px;
}
.leftFooter a {
    font-size: 1.3em;
}
.topFooter {
    padding: 5% 0%;
}
}


@media only screen and (max-width:600px){
 .topFooter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
   .leftFooter a {
    font-size: 1.7em;
    margin-bottom: 0.9em;
}


.rightFooter>div {
    width: 30px;
    height: 30px;
}
html .email {
    width: 34px;
}
.rightFooter {
    padding: 0;
    width: 80%;
    margin-bottom: 3vh;
}

.legal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}
.legal p {
    color: transparent;
}

.plannet {
    display: flex;
    justify-content: center;
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}



}
