.bg-green {
    background-color: #083e22;
}

.bg-gold {
    background-color: #d9ab74;
}

.text-gold {
    color: #d9ab74;
}

.amita-regular {
    font-family: "Amita", serif;
    font-weight: 400;
    font-style: normal;
}

.amita-bold {
    font-family: "Amita", serif;
    font-weight: 900;
    font-style: normal;
}

hr {
    border: 1px solid;
}

.btn-gold {
    color: #d9ab74;
    border: 1px solid;
    border-color: #d9ab74;
}

.btn-gold:hover {
    color: #d9ab74;
    border: 1px solid;
    border-color: #d9ab74;
}

.btn-success {
    color: #d9ab74;
    border: 1px solid;
    border-color: #d9ab74;
    background-color: #095337;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #d9ab74; !important;
    color: black;
    text-align: center;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}