@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');

/* general START */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    margin-top: 99px;
}

a {
    color: #2b3942;
    transition: color 0.2s ease;
    border-bottom: 1px solid transparent;
}

a:hover {
    color: #2b3942;
    text-decoration: none;
    border-bottom: 1px solid #2b3942;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.1rem;
    color: #000;
}

ul {
    padding-left: 1rem;
}

section ul {
    /* Remove default bullets */
    list-style: none;
}

section ul li::before {

    /* Add Unicode of the bullet */
    content: "\2022";

    /* Color of the content -- bullet here */
    color: #96151a;

    /* Required to add space between 
        the bullet and the text */
    display: inline-block;

    /* Required to add space between
        the bullet and the text */
    width: 1em;

    /* Required to add space between the
        bullet and the text */
    margin-left: -1em;
}

section .list-unstyled li::before {

    /* Add Unicode of the bullet */
    content: "";

    /* Color of the content -- bullet here */
    color: transparent;

    /* Required to add space between 
        the bullet and the text */
    display: inline-block;

    /* Required to add space between
        the bullet and the text */
    width: 0;

    /* Required to add space between the
        bullet and the text */
    margin-left: 0;
}


h2 {
    font-size: 1.6rem;
}

h3 span {
    font-size: 2.5rem;
    text-transform: none;
    letter-spacing: normal;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: normal;
}

.lime-green {
    color: #8dc63f;
}

.grey-back {
    background-color: #e5e5e5;
}

.grey-back h1,
.grey-back h2,
.grey-back h3 {
    color: #000;
}

.green-back h1,
.green-back h2,
.green-back h3 {
    color: #fff;
}

.red-back {
    background-color: #b31f1f;
    color: #fff;
}


.dark-grey-bck h1,
.dark-grey-bck h2,
.dark-grey-bck h3 {
    color: #fff;
    margin-bottom: 1.5rem;
}

.dark-grey-bck {
    background-color: #444546;
    color: #fff;
}

.deep-red-back {
    background-color: #2b3942;
}

.deep-red-back h1 {
    color: #fff;
}

.green-back {
    background-color: #00683d;
    color: #fff;
}

.standOut {}

.standOut h3 {
    font-size: 3rem;
}

.standOut h3 span {
    font-size: 1.8rem;
}

.button-link {
    color: #fff;
    display: flex;
    text-decoration: none;
    width: max-content;
    padding: 12px 20px;
    background-color: #007935;
    border-radius: 30px;
    transition: 0.2s ease all;
}

.button-link span {
    line-height: 0.8;
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 10px;
}

.button-link .material-icons {
    line-height: 0.8;
}

.button-link:hover {
    color: #fff;
    background-color: #2b3942;
    text-decoration: none;
}

.button-wrap {
    display: flex;
    flex-direction: column;
    width: max-content;
}

.button-wrap span {
    margin-top: 25px;
    height: 5px;
    background-color: #96151a;
    width: 100%;
}

.button-span {
    margin-top: 25px;
    height: 5px;
    background-color: #96151a;
    max-width: 80px;
    width: 100%;
}

.button {
    background-color: #90c64f;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    transition: 0.2s ease all;
    border-bottom: 1px solid transparent;
    border-radius: 40px;
    font-weight: bold;
}

.button:hover {
    background-color: #fff;
    color: #90c64f;
    border-bottom: 1px solid transparent;
}

.picture-module {
    height: auto;
}

.picture-module {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('/img/sectionbackground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.picture-module .button,
.dark-grey-bck .button {
    margin-top: 1.5rem;
    color: #96151a;
    background-color: #fff;
}

.picture-module .button:hover,
.dark-grey-bck .button:hover {
    background-color: #96151a;
    border-bottom: 1px solid transparent;
    color: #fff;
}

.picture-module h2 {
    font-size: 2rem;
    /*3rem*/
    color: #fff;
    margin-bottom: 1.5rem;
}

.picture-module h3 {
    font-size: 1.2rem;
    /*1.6rem;*/
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 1.5rem;
}

.page-header {
    height: 768px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('/img/main-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.industries-wrap {
    max-width: 960px;
}

.intro-logo {
    max-width: 160px;
}

.main-header {
    height: 667px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('/img/headerbackground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main-header h1 {
    font-size: 2.5rem;
    /*3.2rem;*/
    margin-bottom: 1.5rem;
}

.main-header .subheading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.garden-module {
    color: #fff;
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
        url('/img/garden-bck-mob.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 1024px;
}

.garden-module h3 {
    color: #fff;
}

footer {
    font-size: 0.875rem;
    color: #fff;
    background-color: #8dc63f;
}

footer h2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 1.2rem;
}

footer h3 {
    font-size: 1rem;
}

footer ul li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    line-height: 1.8;
}

footer a {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border 0.2s ease;
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #fff;
}

footer .contact span {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1.6rem;
}

footer .contact-address .adr {
    color: #7492a4;
}

.footer-work-logo {
    max-width: 40px;
    margin-bottom: 1rem;
}

.footer-border {
    background-color: #444547;
}

@media (min-width:450px) {}

@media (min-width:768px) {
    .garden-module {
        background-image:
            linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
            url('/img/garden-bck.jpg');
        height: 768px;
    }
}

@media (min-width:992px) {

    .testimonial-message {
        display: block;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
    }

    .garden-module h3 {
        font-size: 1.8rem;
    }

}

@media (min-width:1500px) {
    .page-header {
        height: 640px;
    }
}