body{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

.navbar{
    position: fixed;
}

.main-bg-col {
    background-color: #465ae0;
    color: white;
}

.title-text-col {
    color: #465ae0;
    font-weight: bold;
}

.secondary-bg-col {
    background-color: black;
    color: white;
}

.third-bg-col {
    background-color: #242424;
    color: white;
}

.has-dropshadow {
    box-shadow: 0px 6px 10px -1px rgba(0,0,0,0.75);
}

.curved-border {
    border-radius: 10px;
}

@keyframes fadeIn {
    from { opacity: 0;}
    to { opacity: 1;}
}

.main-jumbotron
{
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url('/assets/tree\ surgeon\ silhouette.JPG');
    background-size: cover;
    background-position: center 55%;
    background-repeat: no-repeat;

    color: white;

    overflow: hidden;
}

.main-jumbotron-contents {
    opacity: 0;
    animation: fadeIn 2s;
    opacity: 1;

}

@keyframes darkeneraAnim {
    from { background-color: rgba(0, 0, 0, 0);}
    to { background-color: rgba(0, 0, 0, 0.55);}
}
.main-jumbotron-darkener
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);

    animation: darkeneraAnim 1s;
}

.alpha-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.aside-about-us {
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url('/assets/aboutUsSide.JPG');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.services-section {
    position: relative;
    top: 0px;
}

.services-card {
    /*box-shadow: 0px -6px 10px -1px rgba(0,0,0,0.75);*/
    border: none;
}

.testimonials-img {
    position: relative;
    left: -150px;
}

.center-text {
    text-align: center;
}

.qualification {
    width: 100px;
    height: 100px;   
}

.service-list-item {
    margin: 0px;
}

.service-list-item h5 {
    font-size: medium;
    margin-bottom: 0px;
}

.service-list-item p {
    font-size: small;
    color: #414141
}

.service-description {
    font-size: medium;
    text-align: start;
}
