﻿
.nav-link {
    font-weight: bold;
}

.bg-primary {
    background-color: #A78550 !important;
}

.bg-light {
    background-color: #DCDCDC !important;
}

.btn-primary {
    background-color: #A78550 !important;
    border-color: #A78550 !important;
}

.text-primary {
    color: #A78550 !important;
}
.br-l-primary {
    border-left-color: #A78550 !important;
}

.br-y-primary {
    border-top: 1px solid #A78550 !important;
    border-bottom: 1px solid #A78550 !important;
}
.play_video_button {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 99999px;
    border: 8px solid #A78550;
    background-color: white;
    height: 5rem;
    width: 5rem;
}

    .play_video_button .arrow {
        border-left-color: #A78550;
        position: absolute;
        left: 55%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-top-width: 1.4rem;
        border-bottom-width: 1.4rem;
        border-left-width: 1.8rem;
    }

    .play_video_button:hover {
        background-color: #DCDCDC;
    }