@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Light-MDHBu3k.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskerville';
    src: url("../fonts/LibreBaskerville-Italic-v7SpYjb.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular-TyFcnC3.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Handlee';
    src: url("../fonts/Handlee-Regular-hEocSUH.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    color: rgb(40, 41, 54);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
b {
    font-weight: 400;
}
header {
    height: 80px;
}

@media (min-width: 768px) {
    header {
        height: 120px;
    }
}
@media (min-width: 992px) {
    header {
        height: 150px;
    }
}

.form-floating > textarea.form-control {
    height: 150px;
}

.highlight-wrapper {
    background-color: rgba(74, 138, 128, 0.38);
    font-size: 13px;
}
a.highlight-wrapper {
    text-decoration: none;
    color: inherit;
}
a.highlight-wrapper:hover {
    background-color: rgba(74, 138, 128, 0.28);
}

.highlight-wrapper-thin {
    border: 2px solid rgba(74, 138, 128, .6);
    border-radius: 5px;
    font-size: 13px;
}

.button {
    background-color: rgb(255, 238, 233);
    color: #282936;
    text-decoration: none;
    font-size: 15px;
    border: none;
}
.button:hover {
    background-color: rgb(255, 225, 217);
    color: #282936;
}
a {
    color: inherit;
}
a:hover {
    color: #8EB3AD;
}

.button-secondary {
    background-color: rgba(142, 179, 173, .6);
    color: #282936;
    text-decoration: none;
    font-size: 15px;
    border: none;
}
.button-secondary:hover {
    background-color: rgba(142, 179, 173);
    color: #282936;
}

.heading-handlee {
    font-family: 'Handlee', sans-serif;
    color: rgba(74, 138, 128);
}
.highlight-wrapper .heading-handlee {
    color: rgb(40, 41, 54);
}

.welcome, .welcome2 {
    font-family: 'Handlee', sans-serif;
    font-size: 2.5rem;
}
.welcome2 {
    font-size: 2rem;
}

.img-overflow {
    margin-left: 50px;
    margin-bottom: 50px;
    max-width: 400px;
    height: auto;
    float: right;
}

@media (min-width: 768px) {
    .wordcloud {
        width: 85%;
    }
}

.text-primary {
    color: rgba(74, 138, 128) !important;
}

/**** START logo ****/
.logo-link {
    text-decoration: none;
    color: rgb(40, 41, 54);
    top: 10px;
    left: 12px;
}
.logo-link:hover {
    color: rgb(40, 41, 54);
}

.logo-image {
    width: 60px;
}
@media (min-width: 768px) {
    .logo-link {
        top: 15px;
    }
}

@media (min-width: 992px) {
    .logo-link {
        top: 27px;
    }
    .logo-image {
        width: 100px;
    }
}

.logo-font, .logo-font-small {
    font-family: 'Handlee', sans-serif;
    font-size: 30px;
}
.logo-font-small {
    font-size: 14px;
}
/**** END logo ****/

/**** START callback ****/
.callback-button {
    display: none;
}
@media (min-width: 768px) {
    .callback-button {
        display: inline;
    }

}
/**** END callback ****/

/**** START navigation ****/
.top-navbar {
    margin-top: .5rem !important;
}

.top-navbar > div.container {
    background-color: #fff;
}

@media (min-width: 768px) {
    .top-navbar {
        margin-top: 2rem !important;
    }

    .top-navbar > div.container {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    .top-navbar {
        margin-top: 3rem !important;
    }
}

.navbar-nav a.nav-link, a.nav-link {
    color: #282936;
    font-weight: 400;
    font-size: 15px;
}
.navbar-nav a.nav-link:hover, .navbar-nav a.nav-link.active, a.nav-link:hover, a.nav-link.active, .navbar-nav a.nav-link.show {
    color: rgba(74, 138, 128);
}
.nav-footer {
    margin-bottom: 4rem;
}
.nav-footer a.nav-link {
    font-size: 12px;
}
.dropdown-item {
    color: #282936;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(142, 179, 173, .4);
    color: #282936;
}
.dropdown-menu {
    border-color: rgba(255, 255, 255);
    background-color: rgba(142, 179, 173, .6);
}
@media (min-width: 576px) {
    .dropdown-menu {
        border-color: rgba(142, 179, 173, .4);
        background-color: rgba(255, 255, 255);
    }
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/**** END navigation ****/


/**** START footer ****/
.mobile-contact {
    background-color: rgba(255, 255, 255, .95);
    color: #8f8f8f;
}
.mobile-contact > div {
    width: 50%;
    max-width: 50%;
}

.mobile-contact a {
    text-decoration: none;
}
.mobile-contact svg {
    color: #8f8f8f;
}
.mobile-contact span {
    font-size: 13px;
    font-weight: bold;
}
/**** END footer ****/


/**** START callback form ****/
/* Prevent scrolling while dialog is open */
body:has(dialog[data-dialog-target="dialog"][open]) {
    overflow: hidden;
}
/* Customize the dialog backdrop */
dialog {
    box-shadow: 0 0 0 100vw rgb(0 0 0 / 0.5);
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* Add animations */
dialog[data-dialog-target="dialog"][open] {
    animation: fade-in 200ms forwards;
}
dialog[data-dialog-target="dialog"][closing] {
    animation: fade-out 200ms forwards;
}
/**** END callback form ****/

/**** START cite ****/
.cite-wrapper {
    position: relative;
    color: rgba(74, 138, 128);
    padding: 20px 0 0 100px;
}
.city-quotation-mark {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
.city-quotation-mark svg path {
    color: rgba(74, 138, 128, .6);
    fill: rgba(74, 138, 128, .6);
}
.cite-wrapper p.cite {
    font-family: 'Handlee', sans-serif;
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}
.cite-wrapper p.author {
    font-size: .85rem
}
/**** END cite ****/

/**** START index ****/
.special-char {
    font-family: 'LibreBaskerville', serif;
    font-style: italic;
    font-weight: normal;
}
/**** END index ****/

/**** START faq's ****/
.accordion-button {
    color: rgba(74, 138, 128);
    font-weight: 400;
}
.accordion-item {
    border: none;
}
.accordion-button {
    padding-left: 0;
    padding-right: 0;
}
.accordion-button:not(.collapsed) {
    color: rgba(74, 138, 128);
    font-weight: 400;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%234A8A80' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-size: 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%234A8A80' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-size: 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
}
.accordion-body {
    padding-left: 0;
}
/**** END faq's ****/