body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #F7F9FC;
}

@media (min-width: 768px) {

    .navbar-expand-md .navbar-collapse {
        width: auto;
        flex-grow: inherit;
    }
}

a.navbar-brand > img {
    max-width: 200px;
    min-width: 100px;
}

header.page-header h1 {
    font-weight: 700;
    font-size: 5rem !important;
    color: #ffffff !important;
}

div.main > nav{
    position: fixed;
    width: 100%;
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .active .nav-link {
    color: #7bc240;
    font-weight: bold;
}

header.page-header {
    padding-top: 120px !important;
    background-color: #7bc240 !important;
}

div.main > nav > div.container {
    background-color: #ffffff;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.accordion-button:focus {
    border-color: transparent; 
    box-shadow: none; 
}

.accordion-button:after {
    background-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    color: #fff;
    border-radius: 50%;
}

.btn-primary {
    background-color: #7bc240 !important;
    border-color: #7bc240 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    color: #ffffff;
}

.table tbody th, 
.table td {
    font-size: .9rem;
}

.form-control:focus {
    border-color: #7bc240;
    box-shadow: 0 1px 2px rgba(123,194,64,.08), 0 0 0 3px rgba(107,170,54,.25);
    color: #16192c;
    outline: 0;
}

.pagination-spaced.pagination-sm .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item.active .page-link {
    background-color: #7bc240 !important;
    border-color: #7bc240 !important;
}

.image-input.image-input-circle,
.image-input.image-input-circle .image-input-wrapper {
    border-radius: 50%;
}

.image-input:not(.image-input-empty) {
    background-image: none !important;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.65rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input .image-input-wrapper {
    width: 125px;
    height: 125px;
    border-radius: 0.65rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.events-slider {
    background-color: #7bc240;
    padding-bottom: 40px;
}


