@font-face {
    font-family: 'Niagara Solid';
    src: url('../fonts/NiagaraSolid-Reg.woff2'),
    url('../fonts/NiagaraSolid-Reg.woff');
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans-VariableFont_wght.ttf');
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    font-size: 3em !important;
    cursor: pointer;
}

._modal {
    display: none;
}

a {
    text-decoration: none;
    color: #0A648C;
}

a:hover {
    text-decoration: none;
    color: #CC3399;
}

.logo-font {
    font-family: 'Niagara Solid', sans-serif;
    font-weight: 400;
    font-size: 8em;
    color: #0A648C;
}

@media (max-width: 768px) {
    .quote-font {
        font-family: 'Caveat', cursive;
        color: #CC3399;
        font-size: 1.1em;
        display: none;
    }
}

@media (min-width: 768px) {
    .quote-font {
        font-family: 'Caveat', cursive;
        color: #CC3399;
        font-size: 2.3em;
        display: none;
    }
}


.body-background {
    background-color: #FFF8F2;
}

.subtitle {
    color: #0A648C;
    font-family: 'Niagara Solid', sans-serif;
    font-size: 4.5em;
    font-weight: 400;
}

.contact-subtitle {
    color: #0A648C;
    font-family: 'Niagara Solid', sans-serif;
    font-size: 2.5em;
    font-weight: 400;
}

.subtitle:hover {
    color: #CC3399;
}

.text-font {
    font-family: 'Albert Sans', sans-serif;
    font-size: 1.1em;
}

.title-font {
    font-family: 'Albert Sans', sans-serif;
    color: #0A648C;
}

.name-font {
    font-family: 'Albert Sans', sans-serif;
    color: #0A648C;
    font-size: 1.2em;
    font-weight: bold;
}

.occupation-font {
    font-family: 'Albert Sans', sans-serif;
    font-size: 1.2em;
    color: #000;
}

.accordion-button.collapsed {
    background: #FFF8F2;
}

.accordion-button:not(.collapsed) {
    background: #FFF8F2;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3E%3Cpath d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3E%3Cpath d='M200-440v-80h560v80H200Z'/%3E%3C/svg%3E");
}

.accordion-item {
    background: #FFF8F2;
    border: none;
}

._footer {
    background-color: #E8F4FF;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    z-index: 99;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: #0A648C;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#scrollToTopBtn:hover {
    /*background-color: #FFF8F2;*/
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.modal-bg{
    background-color: #E8F4FF;
}

/*#anca:hover {*/
/*    content: url("../img/team/Anca_Dobos_hover.png");*/
/*}*/

/*#silvestru:hover {*/
/*    content: url("../img/team/Silvestru-Hosszu_hover.png");*/
/*}*/

/*#robert:hover {*/
/*    content: url("../img/team/Robert_Gera_hover.png");*/
/*}*/

/*#laura:hover {*/
/*    content: url("../img/team/Laura-Matiut_hover.png");*/
/*}*/

/*#hana:hover {*/
/*    content: url("../img/team/Hana_Kuncz_hover.png");*/
/*}*/
