/* FONT-FACE */
@font-face{ 
	font-family: 'TT-Chocolates';
	src: url('/storage/app/media/TT-Chocolates.ttf') format('truetype');
}



.navigation-a .navigation__item--link,
body .section .component__title
 {
    font-family: 'TT-Chocolates', Georgia, 'Times New Roman', Times, serif!important;
    font-weight: bold;
    text-transform: capitalize;
}
.section-pagecontent span.staff-member__first-last {
    font-size: 24px;
    font-family: 'TT-Chocolates', Georgia, 'Times New Roman', Times, serif!important;
}
.section--light a {
    color: #4bb685;
}

.section--light .editable__container a {
    color: #4bb685;
}
.navigation-a .navigation__list--head {
    justify-content: end;
}

@media (min-width: 992px){
   #id_5a3a8676-1666-5f40-9fd1-779732c80e51 .col-lg-2, 
   #id_e9d9e4eb-d852-5859-92af-293e6d451244 .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    #id_5a3a8676-1666-5f40-9fd1-779732c80e51 .col-lg-7, 
    #id_e9d9e4eb-d852-5859-92af-293e6d451244 .col-lg-7 {
        flex: 0 0 54%;
        max-width: 54%;
    }
}

.navigation-a .navigation__item--link {
    font-size: 18px;
}