﻿body {
    font-family: Lora,Times New Roman,serif;
    font-size: 18px;
}

.cont {
    color: #785c08;
}


input, textarea {
    border: 0.5px solid #785c08;
    color: #785c08;
}
/*active menu*/
.navbar .navbar-nav .nav-item > .nav-link.active {
    color: white !important;
}

a {
    color: #785c08;
    font-weight: bold;
}

.btn-dark {
    width: 80px;
    background-color: #604c35 !important;
    border-color: #604c35 !important;
    font-size: 1rem;
}

::-webkit-input-placeholder {
    color: #785c0882;
}

.bg-light {
    background-color: #575d6333 !important;
}

.btn {
    font-family: Lora,Times New Roman,serif;
}
.clickable {
    cursor: pointer;
}
