.floating-action-button {
     position: fixed;
     bottom: 20%;
     left: 1%;
     padding: 25px;
     border-radius: 50%;
     text-align: center;
     font-size: xx-large;
     box-shadow: 10px 5px 5px gray;
     background-color: #DFDFDF;
}

.floating-action-button:hover{
     background-color: #70d44b;
     color:#DFDFDF;
}

.banner-text-title {
     color: white;
     text-shadow: 2px 2px #12202E;
     z-index: 1;
}

.btn-call-now {
     border-color: #12202E;
}

.link-container a {
     color:#70d44b !important;
}
.link-container li {
     list-style-type: "♦   ";
     margin-top: 1rem !important;
}

.a-primary {
     color:#70d44b !important;
}

.background-1 {
     background-image: url("../../assets/images/image1.jpg");
     background-repeat: no-repeat;
     background-blend-mode: saturation;
     background-size: cover;
}

.background-2 {
     background-image: url("../../assets/images/image2b.jpg");
     background-repeat: no-repeat;
     background-blend-mode: saturation;
     background-size: cover;
}

.banner-carousel-item-content {
     position: relative;
     display: block;
     background-image: url("../../assets/images/image0-1.jpg");
     background-repeat: no-repeat;
     background-size:cover;
}


.banner-directions {
     position: relative;
     display: block;
     background-image: url("../../assets/images/image2b.jpg");
     background-repeat: no-repeat;
     background-size:cover;
}
.banner-contact {
     position: relative;
     display: block;
     background-image: url("../../assets/images/image5.jpeg");
     background-repeat: no-repeat;
     background-size:cover;
}

.img-thumbnail{
     height: 250px;
}