body {
    margin: 0;
    padding: 0;
}

a {
    color: #5bc86d;
}

.container {
    width: 100%;
    height: 100%;
}

@media (max-width:1060px) {
    .nav-link {font-size: 20px;}
}

h3 {

    padding-bottom: 0;
    margin-bottom: 0;

}

#section-header {
    background-color: #5bc86d;
    text-align: center;
    border-top: 5px solid #4d4d4d;
    border-bottom: 5px solid #4d4d4d;
}

/* section-1 */

#Headline-1 {
    font-size: 3.5em;
    font-weight: 500;
    margin-top: 1.5em;
    margin-bottom: 0;
    line-height: 1.2;
    opacity: 80%;
}

#Headline-2 {
    font-size: 1.8em;
    font-weight: 200;
    margin-top: 0.2em;
    line-height: 1.2;
}

@media (max-width:1000px) {
    #Headline-1 {
    font-size: 2.5em;
    }
    #Headline-2 {
    font-size: 1.5em;
    }
}

/* section-2 */

#section-2 {
    background-color: black;
    color: #5bc86d;
    font-weight: 500;
    font-size: 2em;
}

#section-2 a {
    color: #5bc86d;
}


/* about us */

#image-2 {
    width: 90%;
    height: 90vh;
}


@media (max-width:991px) {
    #image-2 {
        width: 100%;
    }
}


/* services */

#services {
    background-color: #5bc86d;
    height: 25vh;
    text-align: center;
    border-top: 5px solid #4d4d4d;
    border-bottom: 5px solid #4d4d4d;
}

#services-headline01 {
    padding-top: 0.5em;
    font-size: 3em;
    font-weight: 500;

}

#services-headline02 {
    font-size: 1.5em;
    font-weight: 400;
}

@media (max-width:550px) {
    #services {
        height: 28vh;
    }
}

/* pricing */

#pricing {
    background-color: #4d4d4d;
    height: 20vh;
    text-align: center;
    border-top: 5px solid #5bc86d;
    border-bottom: 5px solid #5bc86d;

}

#pricing-headline01 {
    color: white;
    padding-top: 0.8em;
    font-size: 3em;
    font-weight: 500;

}

#price {
    border: 0.1rem solid #5bc86d;
    margin: 1em;
    box-sizing: border-box;
}

#price-1 {
    border: 0.1rem solid #5bc86d;
    margin-left: 0.5em;
    width: 43%;
    box-sizing: border-box;
    transform: translate(-1em);
}

#price-row {
    justify-content: space-evenly;
}

#button-2 {
    background-color: #5bc86d;
    color: black;
    font-weight: bold;
    padding: 0.5em 3em;
}

@media (max-width:767px) {
    #price-1 {
        width: 100%;
        margin-left: 2em;
    }
}

/* testimonials */

#content {
    max-width: 100%;
    margin: 25vh auto;
}

.testimonial blockquote {
    margin: 0;
    background: #efefef;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #757f9a;
    font-style: normal;
}

.testimonial blockquote:before {
    top: 0;
    left: 10px;
}

.testimonial blockquote:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.testimonial div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0 0 0 60px;
}

.testimonial p {
    margin: 8px 0 0 20px;
    text-align: left;
    color: #fff;
}

.quotes {
    font-size: 1.5em;
}

.testimonial-section {
    margin-top: -8em;
    margin-bottom: -6em;
}

#testimonials {
    margin: 2em;
    padding-bottom: 0.5em;
}

@media (max-width:576px) {
    #quote-1 {
        margin-top: 20px;
    }
}

/* section-3 */

#section-3 h2 {
    text-align: center;
    color: #5bc86d;
    font-size: 2.5em;
}

#section-3 div {
    text-align: center;
    font-size: 1.6em;
    opacity: 90%;
}

/* map-section */

#map-section {
    background-color: #4d4d4d;
}

#map-section-text-1 {
    font-size: 2em;
    font-weight: 700;
    padding-left: 1em;
    padding-top: 0.5em;
}

iframe {
    z-index: 1;
    border: 0;
    top: 0;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
}


/* Contact */

#contact {
    font-size: 1.5em;
    padding-left: 1em;
    padding-top: 0.5em;
}

#button-1 {
    color: white;
    background-color: black;
    padding: 0.5em 1em;
    border-radius: 5%;
}

/* footer */

#footer-2 {
    text-align: end;
}

li {
    padding: 0.3em 0;
}

footer {
    background-color: #5bc86d;
    color: black;
}

#ig {
    cursor: pointer;
}

#ig-link {
    text-decoration: none;
    color: black;
}

@media (max-width:767px) {
    #footer-2 {
        justify-content: center;
        text-align: center;
    }
}

/* section-divider */

.wrapper {
    padding-bottom: 0;
}

.divider {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #5bc86d;
    border: 1px solid rgb(48, 49, 51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white,
        0 0 0 4px white;
}

#wrap {
    margin-bottom: 0;
}

