html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
}


.bg-primary {
    background-color: #7dbf26;
}
.text-primary {
    color: #7dbf26 !important;
}


.btn-primary {
    background-color: #7dbf26;
    border-color: #7dbf26;
}

.btn-primary:hover {
    background-color: #5e911a;
    border-color: #5e911a;
}


.main-navbar .nav-link {
    color: #fff;

}

.main-navbar.navbar-nav .nav-link.active, .main-navbar.navbar-nav .nav-link.show {
    color: #fff;
}

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .timeline-item:after {
    background-color: hsl(0, 0%, 90%);
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}

.pimg {
    width: auto;
    height: 50px;
}

.type-hero-image {
    width: 100%;
    height: auto;
}



@media (min-width: 768px) {
    .main-navbar .nav-link {
        margin-right: 1rem;
    }
}
@media (min-width: 1200px) {
    .type-hero-image {
        height: 100%;
        max-height: 350px;
        width: auto;
    }
}