
body {
    font-size: 85% !important;
    line-height: 1.8;
    font-family: Source Sans Pro,Arial,sans-serif !important;
    background-image: url(/assets/images/2.png);
    background-position: center top 100px;
    background-size: cover;
}

.main-container {
    min-height: 80vh !important;
}

p, a {
    font-size: smaller;
}

.text-justify {
    text-align: justify !important;
}

.page-hero {
    min-height: 80vh !important;
    display: flex;
}

.nav-item {
    color: #869099;
    font-family: "merriweather-italic", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: calc(1rem - 10%) !important;
    scroll-behavior: smooth;
    text-shadow: 1px 1px 15px rgba(171, 179, 186, 0.08);
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none !important;
    border-color: #198754 !important;
    color: #198754 !important;
    border-radius: 0.25rem !important;
    background-color: #f8f9fa !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.card-hover:hover {
    text-decoration: none !important;
    border-color: #198754 !important;
    #color: #198754 !important;
    border-radius: 0.25rem !important;
    background-color: #f8f9fa !important;
    border-style: solid !important;
    border-width: 2px !important;
}

h1 {
    font-size: 1.25rem;
    font-weight: bold;
}

.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 290px;
    text-align: center;
    padding-top: 7px;
    height: 120px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.image-box {
    position: relative;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.card-hover:hover img {
    transform: scale(1.3);
}