.c-mybigproject {
    font-size: 1em;
}

body {
     font-family: 'Comfortaa', cursive;
}

.c-content {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.c-text-box {
max-width: 50%;
text-align: right;
padding: 20px;
}

.c-img {
max-height: 100vh;
width: auto;
}

.c-text1 {
color: #be4723;
font-weight: 400;
}

.c-title1 {
font-weight: 500; 
font-size: 38px; 
line-height: 1.2em; 
margin-bottom: 30px; 
margin-top: 40px; 
font-family: 'El Messiri', 'sans-serif';
}

.loggedin #copyinfo {
display:initial;
}

.notloggedin #copyinfo {
display:none;
}

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


@media (max-width: 820px) {
.c-content {
display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.c-text-box {
max-width: 70vw;
text-align: center;
padding: 20px;
}
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}