.heading {
    color: rgb(1, 35, 1);
}

.green-border {
    border: 1px solid rgb(1, 35, 1) !important;
    border-radius: 0 !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#home-page-hero-img {
    width: 100vw;
    height: 85vh;
}

#home-page-mobile-img {
    width: 100vw;
    height: 60vh;
}

#homepage-text-container {
    background-color: rgba(0, 33, 0, 0.6);
    box-shadow: 0px 0px 20px 20px rgba(0, 33, 0, 0.6);
    position: relative;
    top: -25rem;
    z-index: 50;
}

.large-logo-text {
    height: 7rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

#homepage-caption {
    color: white;
    font-size: 3rem;
    text-transform: capitalize;
}

#walkway-img {
    height: 580px;
}

#about-container {
    margin-top: -10rem;
}

.testimonial {
    background-color: rgb(191, 211, 191);
    height: 35vh;
}


.large-makeover-pic {
    position: relative;
    height: 360px !important;
    width: 540px !important;
    margin: 20px auto;
}

.small-makeover-pic {
    position: relative;
    height: 300px;
    width: 400px;
    margin: 20px auto;
}

.cf img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;

    background-color: white;
    margin: 0 auto;
}



.small-makeover-pic img {
    height: 300px;
    width: 420px;
}


.cf img.top:hover {
    opacity: 0;
    background-color: white;
}

.custom-button {
    background-color: forestgreen;
    color: white;
}

.custom-button:hover,
.custom-button:active {
    background-color: rgb(79, 138, 79);
}


#hampstead-garden {
    height: 320px;
    width: auto;
}

/* media queries */

@media screen and (max-width: 480px) {
    .cf img {
        height: 275px;
        width: 385px;
    }

    .cf {
        position: relative;
        height: 275px;
        width: 385px;
        margin: 20px auto;
    }



    #homepage-text-container {
        top: -20rem;
    }

    .large-logo-text {
        height: 3.5rem;
    }

    #homepage-caption {
        font-size: 2rem;
    }

    #walkway-img {
        height: 420px;
        width: auto;
    }

    #hampstead-garden {
        width: 280px;
        height: auto;
        margin: 0 auto;
    }

    .testimonial-text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 420px) {
    .cf img {
        height: 250px;
        width: 330px;
        margin: 10px auto;

    }

    .cf {
        position: relative;
        height: 250px;
        width: 330px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 380px) {
    .cf img {
        height: 200px;
        width: 280px;
        margin: 10px auto;
    }

    .cf {
        position: relative;
        height: 200px;
        width: 280px;
        margin: 10px auto;
    }
}