.bg-primary {
    background-color: #3E0085 !important;
}

.btn-primary {

    border-color: #3E0085 !important;
    background-color: #3E0085 !important;
}

.btn-light {
    color: white;
    background-color: #3E0085 !important;
}

.btn-light:hover {
    color: white;
    border-color: #919191 !important;
    background-color: #919191 !important;
}

.text-primary {
    color: #3E0085 !important;
    font-weight: 700;
}

footer {
    font-size: smaller !important;
}

.page-item.active .page-link {
    background-color: #3E0085;
    border-color: #3E0085;
}

.page-link {
    color: #3E0085;
}

.page-link:focus,
.page-link:hover {
    color: black;
}

/* video embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}