/*------------------------------------------------------------------
[Extra Stylesheet]
Project:  Paszogoras
Version:	1.0
Last change:	21/07/2023
By: Mateusz Janicki (mjanicki@umk.pl)
-------------------------------------------------------------------*/
/*------------------------------------------------------------------ */

html {
    min-height: 100%;
    position: relative;
}

body {
    /*background-color: white;*/
    margin-bottom: 69px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    /*font-family: Montserrat;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 1.625;*/
    background-color: white;
    color: var(--color-gray3F4851);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: var(--text-size-h2);
    font-weight: 600;
}

h2 {
    font-size: var(--text-size-h2);
    font-weight: 600;
}

h3 {
    font-size: var(--text-size-h3);
    font-weight: 600;
}

h4 {
    font-size: var(--text-size-h4);
    font-weight: 600;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 69px;*/
    /*line-height: 69px;*/
    padding: 15px;
    background-color: var(--color-umk-blue-dark);
    font-size: 12px;
    color: var(--color-font-header) !important;
    border-top: 6px solid var(--color-umk-yellow);
}

.public-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 69px;*/
    /*line-height: 69px;*/
    padding: 15px;
    background-color: white;
    font-size: 12px;
    color: var(--color-umk-blue-dark) !important;
    border-top: 6px solid var(--color-umk-yellow);
}

.navbar {
    /*background-color: var(--color-footer);*/
    /*box-shadow: 0 10px 15px #0000001A;*/
    opacity: 1;
    color: var(--color-font-header) !important;
    --bs-navbar-color: var(--color-font-header) !important;
    --bs-nav-link-hover-color: var(--color-yellow) !important;
    text-transform: uppercase;
    min-height: 60px;
    text-align: center;
}

.navbar-nav .nav-link.active {
    color: var(--color-yellow);

}

.navbar-nav .nav-link:hover {
    color: var(--color-yellow)!important;
}


.navbar-nav .nav-item:hover {
    color : var(--color-yellow);
}

.header {
    color: var(--color-umk-blue-dark) !important;
    background-color: white;
    border-bottom: 8px solid var(--color-umk-blue-dark);
    min-height: 60px;
    box-shadow: 0 5px 15px #0000001A;
}

.breadCrumbs {
    background-color: var(--color-main);
    /*box-shadow: 0 5px 15px #0000001A;*/
}

a {
    color: var(--color-umk-blue-dark);
    text-decoration: none;
}

a:hover {
    color: var(--color-umk-blue);
}

.card-tile {
    background-color: var(--color-umk-blue-dark);
    color: white;
    border: none;
}

.card-tile :hover{
    color: var(--color-yellow);
}

.text-color-main {
    color: var(--color-font)
}

.text-color-footer {
    color: var(--color-yellow)
}

.text-color-yellow {
    color: var(--color-yellow)
}

.text-color-yellow2 {
    color: var(--color-pastel-dark1)
}


.searchbar {
    /*min-height: 70px;*/
    margin: -35px 25px;
    border-radius: 20px;
    border: 1px solid white;
    box-shadow: 0 5px 15px #0000001A;
    /*width: 100%;*/
    background-color: white;
    position:absolute;
    z-index: 2;
}

.searchbar .or-check {
    align-self:end;
    padding-bottom:5px;
    font-size:16px;
}

.searchbar-advance-toggle {
    border-left: 3px solid var(--color-lightf9f9f9);
}

.searchbar-extended {
    padding: 10px;
    border-top: 2px solid var(--color-lightf9f9f9);
    font-size: 12px;
}

.main-content {
    margin: 20px 5px 150px 5px;
}

.frontpage_square{

}

.content-section-blue {
    background-color: var(--color-umk-blue);
    padding: 9px 9px;
    color: white;
}

.content-section-yellow {
    background-color: var(--color-umk-yellow);
    color: var(--color-umk-blue-dark);
    padding: 9px;
}

.content-section-gray{
    background-color: gray;
    padding: 9px;
}


.content-section-alternative {
    background-color: var(--color-umk-blue-light);
    padding: 9px 9px;
}

.content-section {
    background-color: white;
    padding: 9px 9px;
}

.content-bordered {
    border: 2px solid var(--color-umk-blue);
}

.content-bordered-alternative {
    border: 2px solid var(--color-umk-blue-light);
}

.content-title {
    color: var(--color-umk-blue-dark);
}

.content-nav {
    color: var(--color-font-header);
    padding: 3px 0;
    font-size: large;
    text-transform: uppercase;
}

.content-nav2 {
    background-color: gray;
    color: white;
    text-transform: uppercase;
}

.content-nav2 .nav-link {
    color: white;
}

.content-nav2 .nav-link.active {
    color: var(--color-umk-yellow)!important;
}

.content-public-nav {
    color: var(--color-umk-blue-dark);
    padding: 3px 0;
    font-size: large;
    text-transform: uppercase;
    border-bottom: 8px solid var(--color-umk-blue-dark);
}

.content-public-nav .nav-link {
    color: var(--color-umk-blue-dark);
}

.content-public-nav .nav-link.active {
    color: var(--color-umk-blue)!important;
}

.content-public-nav .nav-link:hover {
    color: var(--color-umk-blue)!important;
}

.content-nav .nav-link {
    color: white;
}

.content-nav .nav-link.active {
    color: var(--color-umk-yellow)!important;
}

.content-nav .nav-link:hover {
    color: var(--color-umk-yellow)!important;
}

.pagination .page-item.active .page-link{
    background-color: var(--color-pastel-dark1);
    border-color: var(--color-pastel-dark1);
    color: white;
}

form .msg-invalid {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

/*.pagination .page-link.active {*/
/*    background-color: var(--color-pastel-dark1);*/
/*    border-color: var(--color-pastel-dark1);*/
/*    color: white;*/
/*}*/

.pagination .page-link {
    color: var(--color-pastel-dark1);
}

.page-template1-tile {
    background-color: var(--color-lightf9f9f9);
    font-family: "Source Serif Pro", serif;
    padding: 10px 0;
    cursor: pointer;
    border: 1px solid lightgray;
    border-radius: 15px;
}

.page-template1-tile.active {
    background-color: #E4E4E4;
}

.page-template1-tile:hover {
    /*background-color: lightgrey;*/
    /*border: 2px solid var(--color-lightf9f9f9);*/
}

.entry-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
}

.entry-list-col1 {
    columns: 1; !important;
    -webkit-columns: 1; !important;
    -moz-columns: 1; !important;
    list-style: none;
}

.entry-list li {
    color: var(--color-dark323e49);
    margin-bottom: 5px;
}

.entry-list li:hover {
    color: var(--color-violet7744d8);
}


.entry-list li::before {
    /*content: "\2022";*/
    /*color: var(--color-violet7744d8);*/
    /*content: url('../images/arrow_fiolet.png');*/
    display: inline-block;
    /*width: 1em;*/
    margin-left: -1em;
    margin-right: 10px;
    /*font-size: x-large;*/
}

.entry-list li:hover::before {
    transform: rotate(-0.125turn);
    transition: transform 120ms ease-in-out;
}

.entry-gallery-photo {
    object-fit: cover;
    height: 263px;
}

.entry-content p {
    padding: 4px 0;
}

.entry-content blockquote {
    border-left: 3px solid lightgray;
    padding: 1em 1em;
    /*font-style: italic;*/
}

.navbar li {
    padding: 0 20px;
}

.top-search-bar {
    background-color: white;
    box-shadow: 0 5px 15px #0000001A;
    opacity: 1;
    color: #3F4851;
    text-transform: uppercase;
    min-height: 120px;
    text-align: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title-arrow {
    font-size: 30px;
    /*background: url("../images/arrow.png") no-repeat 1px 12px;*/
    font-family: "Source Serif Pro";
    padding: 0 0 0 35px;
}

.media-section-images {
    font-size: 24px;
    /*background: url("../images/grafika.png") no-repeat 0 1px;*/
    font-family: "Source Serif Pro";
    padding: 0 0 0 50px;
    margin-top: 15px;
}

.media-section-audio {
    font-size: 24px;
    /*background: url("../images/audio.png") no-repeat 0 1px;*/
    font-family: "Source Serif Pro";
    padding: 0 0 0 50px;
    margin-top: 15px;
}


.media-section-video {
    font-size: 24px;
    /*background: url("../images/video.png") no-repeat 0 1px;*/
    font-family: "Source Serif Pro";
    padding: 0 0 0 50px;
    margin-top: 15px;
}


.arrow {
    /*background: url("../images/arrow.png") no-repeat 1px 10px;*/
    font-family: "Source Serif Pro";
    padding: 10px 0 0 25px;
}

.button {
    background-color: var(--color-violet7744d8);
    border: none;
    padding: 0.5rem 1rem;
}

.button:hover {
    background-color: #562FA1;
}

.lex-entry-photo {
    max-width: 263px;
    max-height: 398px;
}

.lex-entry-audio {
    background-color: var(--color-lightf9f9f9);
    color: var(--color-violet7744d8);
}

.color_no4 {
    color: #7744d8
}

/* ----- TABLE-DATA3 ----- */
.table-data3 thead {
    background-color: var(--color-umk-blue-dark)
}

.table-data3  a:hover {
    text-decoration: underline;
}

.table-data3 thead tr th {
    font-size: 17px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    padding: 18px 40px;
    padding-right: 10px;
}

.table-data3 thead tr th:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.table-data3 thead tr th:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.table-data3 thead tr th:last-child {
    text-align: right;
    padding-right: 50px;
}

.table-data3 tbody tr td:last-child {
    text-align: right;
    padding-right: 50px;
}

.table-data3 tbody tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-data3 tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.table-data3 tbody tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

.table-data3 tbody td {
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    font-size: 14px;
    color: var(--color-dark323e49);
    padding: 12px 40px;
    padding-right: 10px;
}

.table-data3 tbody td.process {
    color: #00ad5f;
}

.table-data3 tbody td.denied {
    color: #fa4251;
}


.au-btn {
    line-height: 45px;
    padding: 0 35px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}



.au-btn--primary {
    background: var(--color-yellow) !important;
    font-weight: bold;
    border: none;
}

.au-btn:hover {
    background: #805405 !important;
}

.au-btn--primary:disabled{
    opacity: 50%;
    cursor: auto;
}

.au-btn--primary:disabled:hover{
    opacity: 50%;
    background: var(--color-yellow);
    color: white;
}

.au-btn--blue2 {
    background: #00aced;
}

.au-btn--blue2:hover {
    background: #00a2e3;
}

.au-btn--block {
    display: block;
    width: 100%;
}

.au-btn-icon i {
    vertical-align: baseline;
    margin-right: 5px;
}

.au-btn--blue {
    background: #4272d7;
}

.au-btn--green {
    background: #63c76a;
}

.au-btn--green:hover {
    background: #59bd60;
}

.au-btn-plus {
    position: absolute;
    height: 45px;
    width: 45px;
    background: #63c76a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -22.5px;
    right: 45px;
    z-index: 3;
}

.au-btn-plus i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.au-btn-plus:hover {
    background: #59bd60;
}

.au-btn-load {
    background: #808080;
    padding: 0 40px;
    font-size: 15px;
    color: #fff;
}

.au-btn-load:hover {
    background: #767676;
}

.au-btn-filter {
    font-size: 14px;
    color: #808080;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    padding: 0 15px;
    line-height: 40px;
    text-transform: capitalize;
}

.au-btn-filter i {
    margin-right: 5px;
}

.au-btn--small {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
}


/*i c*/

@media (max-width: 1440px) {
    .navbar li {
        padding: 0 2px;
    }
}

@media (max-width: 1199px) {
    .navbar li {
        padding: 0 2px;
    }

    .entry-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: none;
    }

}


@media (max-width: 991px) {
    /*.navbar li {*/
    /*    padding: 0 1px;*/
    /*}*/
    .searchbar {
        margin: -35px 0;
        height: auto;
        width: auto;
    }

    .navbar {
        min-height: 0;
        text-align: left;
    }
    .main-content {
        margin: 30px 9px 160px 9px;
    }
    .page-template1 {
        padding: 44px 0 0 0;
    }

    .lex-entry-photo {
        max-width: 192px;
        max-height: 299px;
    }

    .entry-gallery-photo {
        height: 198px;
    }


}

@media (max-width: 767px) {
    .searchbar-advance-toggle {
        border-top: 3px solid var(--color-lightf9f9f9);
        border-left: none;
    }

    .entry-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style: none;
    }

    .lex-entry-photo {
        max-width: 132px;
        max-height: 199px;
    }

    .entry-gallery-photo {
        height: 132px;
    }

    /*.footer {*/
    /*    line-height: normal;*/
    /*}*/

}


/* ----- Breadcrumb ----- */
.au-breadcrumb {
    height: 62px;
    background: #fff;
    position: relative;
    z-index: 0;
}

.au-breadcrumb-content a{
    color: gray !important;
}

@media (max-width: 991px) {
    .au-breadcrumb {
        height: 130px;
    }

    .au-breadcrumb.m-t-75 {
        margin-top: 0;
    }
}

.au-breadcrumb .section__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.au-breadcrumb-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .au-breadcrumb-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .au-breadcrumb-content .au-breadcrumb-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .au-breadcrumb-content > button {
        margin-bottom: 15px;
    }
}

.au-breadcrumb-span {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.au-breadcrumb__list {
    display: inline-block;
    margin-left: 5px;
}

.au-breadcrumb__list li {
    font-size: 14px;
    color: #999;
}

.au-breadcrumb__list .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.au-breadcrumb__list .active a {
    color: #999;
}

.au-breadcrumb__list .last {
    font-size: larger;
}

.au-breadcrumb__list .active a:hover {
    color: #333;
}

.au-breadcrumb2 {
    padding-top: 48px;
    padding-bottom: 50px;
}

.au-breadcrumb2 .au-breadcrumb-span {
    color: #808080;
}

.au-breadcrumb2 .au-breadcrumb__list .active a {
    color: #808080;
}

.au-breadcrumb2 .au-breadcrumb__list .active a:hover {
    color: #666;
}

.au-breadcrumb2 .au-breadcrumb__list li {
    color: #808080;
}

@media (max-width: 991px) {
    .au-breadcrumb2 .au-breadcrumb-left {
        margin-top: 20px;
    }
}

.au-breadcrumb3 .au-breadcrumb__list .active a:hover {
    color: #ccc;
}

/* ----- END Breadcrumb ----- */


/* Character Styles */
.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-source-serif-pro);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-38);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--color-dark323e49);
}
.unnamed-character-style-2 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-34);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--color-dark323e49);
}
.unnamed-character-style-3 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-34);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--color-dark323e49);
}
.unnamed-character-style-4 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-26);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--color-dark323e49);
}

.admin_form_style label {
    font-size: larger;
}

.public-form-style label {
    font-size: larger;
}


.btn-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--color-primary-content);
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: var(--color-primary-content);
    --bs-btn-hover-bg: var(--color-primary-background-hover);
    --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
    --bs-btn-focus-shadow-rgb: #{shade-color(rgb(204,142,29), 10%)};
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #023d80;
    --bs-btn-active-border-color: #{shade-color(rgb(204,142,29), 20%)};
    --bs-btn-disabled-bg: #6ca1de;
    --bs-btn-disabled-border-color: var(--color-umk-blue);
}

.btn-secondary{
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--color-text-secondary);
    --bs-btn-bg: var(--color-secondary);
    --bs-btn-border-color: var(--color-text-secondary);
    --bs-btn-hover-color: var(--color-text-secondary);
    --bs-btn-hover-bg: var(--color-secondary-background-hover);
    --bs-btn-hover-border-color: var(--color-text-secondary);
}

.btn-third {
    /*padding:10px 20px 8px 20px;*/
    /*margin-top:10px;*/
    /*border:none;*/
    /*border-radius:0;*/
    background: var(--color-umk-yellow);
    color:var(--color-umk-blue-dark);
}

.btn-third:hover {
    background:var(--color-umk-blue-dark);
    color:var(--color-umk-yellow);
}

.btn-third:disabled {
    background: #FFF6C5;
    color:var(--color-umk-blue-dark);
}


.btn-fourth {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var( --color-footer);
    --bs-btn-border-color: var( --color-footer);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #0b4f5b;
    --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
    --bs-btn-focus-shadow-rgb: #{shade-color(rgb(204,142,29), 10%)};
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #0b4f5b;
    --bs-btn-active-border-color: #{shade-color(rgb(204,142,29), 20%)};
    --bs-btn-disabled-bg: #4fabb9;
    --bs-btn-disabled-border-color: var( --color-footer);
}

.btn-outline-primary {
    --bs-btn-color: var( --color-umk-blue-dark);
    --bs-btn-border-color: var( --color-umk-blue-dark);
    --bs-btn-hover-bg: #023d80;
    --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
}

.btn {
    --bs-btn-border-radius: .1rem;
    font-weight: 400;
}


.btn-lg {
    --bs-btn-border-radius: .1rem;
}


@media (min-width: 0px) {

    h1, h2 {
        font-size: var(--text-size-h3);
    }
}

@media (min-width: 768px) {

    h1, h2 {
        font-size: var(--text-size-h2);
    }

    h3 {
        font-size: var(--text-size-h3);
    }
}

input.form-control, input.form-control:focus{
    background-color: var(--color-base);
    border-color: var(--color-grey-border);
}

:root {

    /* Colors: */
    --color-lightf9f9f9: #F9F9F9;
    --color-yellowffae27: #FFAE27;
    --color-dark323e49: #323E49;
    --color-violet7744d8: #7744D8;
    --color-gray3F4851: #3F4851;
    --color-pastel1: rgb(243,233,232);
    --color-yellow: #F0C022;
    --color-pastel-dark1: rgb(204,142,29);
    --color-pastel-dark2: #96630e;
    --color-main: white;
    --color-font-header: white;
    --color-font: rgb(81,118,110);
    --color-footer: rgb(22,105,119);

    --color-umk-yellow: #FED501;
    --color-umk-blue: #0071ba;
    --color-umk-blue-dark: #004492;
    --color-umk-blue-light: #ddedfd;
    --color-umk-blue-ligh2: #d6f3ff;



    /* Font/text values */
    --unnamed-font-family-source-serif-pro: Source Serif Pro;
    --unnamed-font-family-montserrat: Montserrat;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600px;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-24: 24px;
    --unnamed-font-size-30: 30px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-26: 26px;
    --unnamed-line-spacing-34: 34px;
    --unnamed-line-spacing-38: 38px;

    /* from public.css*/
    --color-primary: #0050AA;
    --color-primary-content: #FDFDFD;
    --color-primary-background-hover: #003E82;
    --color-secondary: #FDFDFD;
    --color-secondary-content: #1D1D1B;
    --color-text-secondary: #575756;
    --color-secondary-background-hover: #F4F4F4;
    --color-grey-border: #DADADA;
    --text-size-h1: 36px;
    --text-size-h2: 28px;
    --text-size-h3: 22px;
    --text-size-h4: 18px;
}
