body {
font-family: 'Manrope', sans-serif;
}

/*MOBILE HEADER*/

#mobile-header {
box-shadow: 0 1px 2px rgba(0,0,0,0);
}

/*END OF MOBILE HEADER*/



/*BUTTONS*/
.c-button1{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    margin: auto;
    background-color: #333333;
    transition: 0.3s;
}

.c-button1:hover {
color: #fff;
background-color: #83bf83;
}

/*END OF BUTTONS*/

.c-box {
background-color: #fff;
text-align: center;
padding-top: 20px;
min-height: 202px;
margin: 10px;
}

.c-box:hover {
    box-shadow: 0px 0px 9px 1px #c5c5c5;
}


.c-box p{
font-weight: 700;
font-size: 2vh;
line-height: 1.2em;
padding-top: 20px;
color: #333333;
}

/*SERVICES*/

.c-service-bg {
min-height: 100%;
    width: auto;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
margin: 20px;
}

@media (max-width: 768px) {
.c-service-bg {
margin: 10px;
}
}

.c-services-divs {
height: 400px;
}

@media (max-width: 768px) {
.c-services-divs {
height: 40vh;
}
}

.c-service-title {
font-size: 2.2vh;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 5px;
color: #fff;
}

.c-service-text {
position: absolute;
bottom: 4vh;
left: 5vh;
max-width: 80%;
}

@media (max-width: 768px) {
.c-service-text {
left: 2vh;
}
}

.c-service-shadow {
background-image: linear-gradient(360deg, #303030ad, #0000002e);
    width: 100%;
    height: 100%;
    position: absolute;
}

/*END OF SERVICES*/


/*NEWSLETTER*/

.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.6em;
    font-weight: 800;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 70%;
    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 {
     display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    margin: auto;
    background-color: #333333;
    transition: 0.3s;
width: 170px;
border-radius: 25px;
}

.c-newsletter form .submit button:hover {
color: #fff;
background-color: #83bf83;
}

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

/*END OF NEWSLETTER*/

button {
    border-width: 0px;
}

/*LINK BUTTONS*/

.c-link-button {
background-color: #0c8a4b;
padding: 20px;
border-radius: 40px;
margin: 10px;
}

.c-link-button p{
color: #fff;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 0px;
}

.c-link-button:hover {
    box-shadow: 0px 0px 9px 1px #c5c5c5;
background-color: #333333;
}

/*END OF LINK BUTTONS*/