a.wp-block-button__link { background: #0082be; border: 1px solid #0082be; }
a.wp-block-button__link:hover { background: #febf2e; border: 1px solid #febf2e;color: #fff; }

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

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


.btn-primary a { background: #0082be !important; border: 1px solid #0082be; }
.btn-primary a:hover { background: #febf2e !important; border: 1px solid #febf2e; 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: #0082be !important; border: 1px solid #0082be; }
.btn-secondary a:hover { background: #febf2e !important; border: 1px solid #febf2e; }

.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: #0082be !important; }

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


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

@media (max-width: 768px) {
#hero .row { padding-top: 5vh; }
p.lead { line-height: 1.1rem; }
}

#custom_html-6 {
    text-align: center;
}

#custom_html-2, #custom_html-3 { border: none; }

#custom_html-2 { border-right: 1px solid #ddd; }
@media (max-width: 767px) {
	#custom_html-2 { border-right: none; }
}

#nav_menu-2 ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#nav_menu-2 li {
    padding: 0 0 5px 0;
    margin: 0;
}

#nav_menu-2 li a { text-decoration: none; }
#nav_menu-2 li a:hover { text-decoration: underline; }