.site-logo-img {
    height: auto;
    max-height: 150px;
    width: auto;
    max-width: 100%;
}
.site-name {
    font-size: clamp(20px, 3vw, 36px);
    font-weight: bold;
}

.site-slogan {
    font-size: clamp(12px, 2vw, 18px);
    padding-top: 10px;
}

.feed-icons {
    display: none;
}


div#welcome-text-inner {
    padding-block: 0px;
    line-height: 1.5em;
}

.solo-block-title
 {
    font-size: 24px;
    text-align: center;
    background-color: #f4ffe8;
    padding-top: 5px;
    padding-bottom: 5px;
}

h1.page-title-text {
    padding-block: 0px;
    color: #306000;

div#sidebar-box-main, div#sidebar-box-second {
    border-style: solid;
    border-color: #f4ffe8;
    border-radius:5px;
}