nav {
    border-bottom: 3px solid #c7ae68;
}
#footer {
    border-top: 3px solid #c7ae68;
}
.navbar {
    background: transparent !important;
}
.navbar-brand {
    line-height: 20px !important;
}
.nav-link {
    color: #000 !important;
    font-weight: 400 !important;
}
.nav-link:hover {
    color: #ad8748 !important;
}
.hero-copy {
    padding-top: 200px;
    padding-bottom: 200px;
}
.hero-copy h2 {
    color: #fff !important;
}
h1 {
    color: #000000 !important;
    font-weight: 500;
}
h2 {
    color: #263F6C !important;
    font-weight: 500;
    margin-bottom: 1.5rem !important;
}
h3 {
    color: #263F6C !important;
    font-weight: 600;
}
.contact {
    color: #c7ae68 !important;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem !important;
}
.btn-primary {
    background-color: #27292d !important;
}
.btn-primary:hover {
    background-color: #ad8748 !important;
}
.watermark {
    width: 100%;
    background-image: url('../img/watermark.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
.caption{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 500px;
    text-align: left;
    flex-direction: column;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.white {
    background-color: #fff;
}
.texture {
    background: url(../img/texture.png);
    background-attachment: fixed;
}
.title {
    font-weight: bold;
    font-size: 20px;
    color: #BB743C;
    margin-bottom: 0rem !important;
}
.note {
    color: #A66636;
    font-style: italic;
}
.bcard, .ecard {
    background-color: #fff;
    border: 1px solid #BB743C;
    border-radius: 20px;
    margin-bottom: 30px;
}
.bcard, .event {
    padding: 20px;
}
.bcardHeader {
    font-size: 1.5rem;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
    line-height: 1.2;
}
.eventphoto {
    height: 225px;
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.bcard ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.bcard li {
    font-size: 11pt;
}
.dark {
    color: #fff;
    background-color: #27292d;
    padding: 40px 0;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #fefbf6;
}

::-webkit-scrollbar
{
	width: 4px;
	background-color: #fefbf6;
}

::-webkit-scrollbar-thumb
{
	background-color: #ad8748;
}
.modal-content {
    border-radius: 21px !important;
}
.modal-header {
    padding: 0 !important;
}
.modal-header .close {
    padding: 1rem 1rem !important;
    margin: 0 !important;
}
#footer a:link, #footer a:active, #footer a:visited {
    color: #c7ae68 !important;
}
#footer a:hover {
    color: #fff !important;
}
#footer svg {
    margin-right: 10px;
}
@media (max-width:768px) {
    .about, .history {
        height: 400px;
        margin-bottom: 20px;
    }
}