.famie-main-menu {
    z-index: 9999 !important;
}

a, a:focus, a:hover {
    font-size: unset !important;
    font-weight: unset !important;
    color: unset !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background: #77b122;
    color: white !important;
}

.classy-nav-container{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.55);
}

.breadcrumb {
    margin-bottom: 1em;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}


.indent-1 {
    padding-left: 28px;
}



i.fab.fa-twitter {
	font-family:sans-serif;
}
i.fab.fa-twitter:before {
	content:"𝕏";
	font-size:1.2em;
}

