a.wp-block-button__link { background: #af6629; border: 1px solid #af6629; }
a.wp-block-button__link:hover { background: #e66f0c; border: 1px solid #e66f0c;color: #fff; }

.bg-primary { background: #af6629 !important; }

.bg-dark a { background: #af6629 !important; }
.btn-primary { background: #af6629 !important; border: 1px solid #af6629; }
.btn-primary:hover { background: #e66f0c !important; border: 1px solid #e66f0c; color: #fff; }


.btn-primary a { background: #af6629 !important; border: 1px solid #af6629; }
.btn-primary a:hover { background: #e66f0c !important; border: 1px solid #e66f0c; color: #fff; }

.btn-outline-white a { color: #fff; border: 1px solid #fff; }
.btn-outline-white a:hover { background: #fff !important; color: #1b2a55; }


.btn-secondary a { background: #af6629 !important; border: 1px solid #af6629; }
.btn-secondary a:hover { background: #e66f0c !important; border: 1px solid #e66f0c; }

.btn-outline-secondary a { background: #fff !important; border: 1px solid #6c757d !important; color: #6c757d; }
.btn-outline-secondary a:hover { background: #6c757d !important; border: 1px solid #6c757d; color: #fff; }


a.btn-rently  { background: #64ca1f !important; border: 1px solid #64ca1f; font-size: 1.2rem; text-shadow: none; padding: 0.75rem 1rem; font-weight: 400; color: #fff; }
a.btn-rently:hover { background: #64ca1f !important; border: 1px solid #64ca1f; color: #1b2a55; }

.dropdown-item:active { background: #af6629 !important; }

#mainlogo {
    width: 270px;
    padding: 10px 0;
}


.shaded {
    padding: 10px;
    border: solid 1px #ebc19e;
}