.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}


.notloggedin #topbanner {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 90;
   background-color: white;
}

.notloggedin #topmenu {
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}.c-newlogo {
    background-image: url('/cache/files/aa0771a2924b1bf62d9d078f25ff6c92c2acae74.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/aa0771a2924b1bf62d9d078f25ff6c92c2acae74.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 150px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/aa0771a2924b1bf62d9d078f25ff6c92c2acae74.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

#mobile-header {
    position: fixed;
    bottom: auto;
    top: 0;
    padding: 20px;
}


div.topmenu ul li {
border-radius: 10px;
}