:root {
    --main-header-bg-color-rgb: 0, 0, 0;
    --main-header-bg-color: rgb(var(--main-header-bg-color-rgb));
    --main-header-text-color: #000;
    --main-header-text-color-hover: rgb(235, 74, 0);
    --color-green: #179b00;
    --color-bg-light: rgb(85, 85, 85);
    --color-bg-light-hover: #3b3b3b;
    --color-bar-green: #054e45;
    --color-bar-green-light: #608a83;
    --color-bar-purple: #45516e;
    --color-bar-purple-light: #75829f;
    --bs-green: rgb(41, 110, 14);
    --bs-success: var(--bs-green);
    --bs-light: #202727;
    --bs-light-rgb: 32, 39, 39;
    --bs-body-bg: #f7f7f7;
    --bs-body-color: #f5f5f5;
    --bs-body-font-family: 'Comfortaa';
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    --header-font-family: 'Comfortaa';
    --header-text-color: #cccccc;
}



body {
    padding: 0;
    margin: 0;
    margin-top: 60px;
    font-family: var(--bs-body-font-family);
    position: relative;
    background-color: var(--bs-body-bg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wf {
    transition: opacity .2s;
}

.wf-loading .wf {
    opacity: 0;
}

.m-menu {
    font-family: "Comfortaa";
    color: #4d0508;
    font-size: 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

p {
    color: #000;
    text-align: justify;
}

.home-page-text-dark p {
    color: #4d0508;
    margin: 4px;
}

h1,
h2,
h3,
h4 {
    font-family: "Amatic SC";
    color: #4d0508;
    font-weight: bold;
}

h1 {
    font-size: 50px;
}

div {
    color: black;
}

.fab,
.fa {
    font-size: small;
}

.top-name {
    /*font-family: 'Andantino Script';*/
    font-family: 'Comforter', cursive;
    font-size: 55px;
    color: #024775;
    font-style: italic;
}

img.fit-event {
    max-width: 100%;
    min-width: 200px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

img.fit-news {
    max-width: 100%;
    min-width: 200px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

img.fit-single-news {
    max-width: 100%;
    width: 600px;
    object-fit: cover;
    object-position: center;
}

.fit-bio-img {
    max-width: 100%;
    width: 500px;
    border-radius: 10px;
}

.fit-contacts-img {
    max-width: 100%;
    width: 300px;
}

.album-title,
.post-title {
    font-family: "Comfortaa";
    font-size: 29px;
    color: #4d0508;
}

.album-autor {
    font-family: "Comfortaa";
    font-size: 16px;
    color: #4d0508;
}

.video-post-title {
    font-family: "Comfortaa";
    font-size: 20px;
    color: #4d0508;
    font-weight: bold;
}

.show-date {
    font-family: "Comfortaa";
    font-size: 16px;
    color: #4d0508;
}

.btn-primary {
    background-image: linear-gradient(62deg, #4d0508 0%, #4d0d10 100%);
    --bs-btn-border-color: #6f070a;
    --bs-btn-active-border-color: #82171b;
    --bs-btn-hover-border-color: #d98d90;
    --bs-btn-border-radius: 3px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
}

.scroll-image-section {
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 600px;
}

.kose-whatsnew {
    font-family: "Amatic SC";
    font-size: 36px;
    font-weight: bold;
    color: rgb(240, 226, 226);
}

.kose-poem {
    font-family: "Amatic SC";
    font-size: 30px;
    font-weight: bold;
    color: rgb(240, 226, 226);
}

.xxx span {
    color: #dcdcdc;
}

.homepage span {
    color: black;
}

.home-page-div-light {
    background-color: #f5f5f5;
}

.div-home-bio {
    width: 100%;
    max-width: 600px;
}

.span-love {
    font-family: 'Comforter', cursive;
    font-size: 30px;
    font-weight: bold;
    color: #dcdcdc;

}

.section {
    position: relative;
}

.rounded5 {
    border-radius: 5px;
}

.rounded10 {
    border-radius: 10px;
}

.font-menu {
    font-weight: bold;
}

.card-preview-text {
    text-align: justify;
}

.card-preview-date {
    color: #4d0508;
    font-size: 13px;
    text-decoration: none;
}

.card-preview-fa-calendar {
    color: #4d0508;
}

.contacts-div a {
    text-decoration: none;
    color: #3f413e;
}

#header-container,
.sub-menu-container {
    font-size: 24px;
}

#header-container .dropdown .dropdown-item {

    font-weight: 700;
}


.home-content p {
    text-align: justify;
    font-size: 26px;
}

a {
    color: #024775;
    text-decoration: none;
}

hr {
    color: black;
}

.header-menu hr {
    opacity: .15;
}

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

.ytb {
    background-color: grey;
    background-image: url('img/ytb.svg');
    background-size: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.page-title {
    margin: 20px;
    text-align: center;

}

.page-title-text {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    color: rgb(1, 100, 1);
    font-family: Prata;
}

.caption {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    color: rgb(7, 0, 70);
    font-family: Prata;
}

.page-subtitle-text {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    color: rgb(217 93 63);
}

.page-post-category {
    font-style: italic;
    color: rgb(217 93 63);
}

.home-info-div {
    position: absolute;
    background-color: white;
    color: black;
    width: 40%;
    height: 60%;
    top: 20%;
    left: 5%;
    border-radius: 6px;
}

.post-preview-box-msg-list {
    border-radius: 6px;
    border: 1px solid #e7e4e4;
    padding: 1em;
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.post-preview-box-1,
.post-preview-box-video,
.post-preview-box-story {
    border-radius: 6px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.post-preview-box-video,
.post-preview-box-story {

    max-width: 800px;
    margin: 20px auto;
}

.post-preview-box>.row>.col {
    max-height: 260px;
}

.video-title-link {
    font-size: 20px;
}

.post-preview-text {
    flex-shrink: 1;
    overflow: hidden;
}

.icon-green {
    color: var(--color-bar-green);
}

.icon-light {
    color: #F9F8F3;
}

footer {
    /*background: linear-gradient(90deg, #1f2a34 0%, #1e2328 50%, #1f2a34 100%);*/
    background-color: #eaeaea;
    padding: 20px 40px;
    position: relative;
    font-family: var(--bs-font-sans-serif) !important;
    margin-top: auto;
}

footer .fab,
.fa {
    font-size: large;
}

footer a {
    text-decoration: none;
    color: black;
    /*#024775;*/
    font-size: 16px;
}

a:hover {
    color: var(--main-header-text-color-hover);
}

footer a:hover {
    color: var(--main-header-text-color-hover);
}

.mobile-menu {
    background-color: #f5f5f5 !important;
}

.header-menu {
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: .5s;
    padding: 10px 0;
}

.header-menu.scrolled {
    background-color: #fff;
    transition: background-color .5s linear;
}

.header-menu a.active {
    border-bottom: 1px solid orange;
}

#header-container {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

#header-container .menu {
    color: #024775;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

#header-container .menu:hover {
    color: var(--main-header-text-color-hover);
}

#header-container .scrolled .menu:hover {
    color: #4d0508;
}

.logo {
    border-radius: 50%;
    max-width: 90px;
    border: 1px dashed #275127;
    margin-top: 5px;
    padding: 2px;
}

.logo:hover {
    padding: 0;
    background: rgba(0, 0, 0, .6);
}

.logo img {
    width: 100%;
}

#login-container {
    font-family: 'Arial';
}

#post-form>div {
    margin-bottom: 10px;
}

.color-green {
    color: var(--color-green)
}

.bg1 {
    background-color: #F9F8F3;
}

.home-content {
    color: #000000;
    padding-bottom: 10px;
}

.home-content p {
    text-indent: 50px;
}

.home-content img {
    max-width: 80vw;
}

.gradient {
    background-color: transparent;
    background-image: linear-gradient(135deg, #146531 0%, #16446F 100%);
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-menu-container {
    background: #271c09;
    padding: 4px 0 6px 0;
    color: gray;
    background-image: linear-gradient(135deg, #305227 0%, #271c09 100%);
    opacity: .9;
    position: -webkit-sticky;
    z-index: 1;
    /* Safari */
    position: sticky;
    top: 100px;
    margin-top: -40px;
}

.sub-menu-container a {
    color: var(--main-header-text-color);
    text-decoration: none;
    padding: 0 20px;
    font-size: 120%;
    opacity: 1;
}

.sub-menu-container a:hover {
    color: var(--color-green);
}

.Posts-item.inactive {
    text-decoration: line-through;
}

.Posts-item img,
.Posts-item iframe {
    max-width: 100%;
    width: 600px;
    display: block;
    margin: 4em auto;
}

figure.media iframe {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0;
}

.Posts-item img {
    border-radius: 6px;
    margin: 2em auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.page-body {
    position: relative;
}

.prices-subheader {
    color: var(--header-text-color);
    font-weight: bold;
    font-size: 32px;
}

.Posts-item h3 {
    font-size: 40px;
}

.search-title {
    font-weight: bold;
    color: var(--header-text-color);
    font-size: 35px;
    text-decoration: none;
}

.search-page-title {
    font-size: 16px;
    color: #3e4b39;
}

ol.breadcrumb {
    list-style-type: none;
}

img.fit-100 {
    max-width: 100%;
    min-width: 100px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}

img.fit-200 {
    max-width: 100%;
    min-width: 200px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

img.fit-250 {
    max-width: 100%;
    min-width: 200px;
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

img.fit-300 {
    max-width: 100%;
    min-width: 200px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

img.fit-350 {
    max-width: 100%;
    min-width: 200px;
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

img.fit-post-img {
    max-width: 100%;
    min-width: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.img-box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.img-box.enhance-1 img {
    filter: contrast(130%) saturate(2);
}

.img-box.enhance-2 img {
    filter: contrast(150%) saturate(2);
}

.arrow-bottom svg {
    vertical-align: bottom;
}

.arrow-top svg {
    vertical-align: top;
}

.svg-arrow {
    margin-bottom: -1px;
}

.svg-arrow.light {
    color: #F9F8F3;
}

.menu-divider {
    color: white;
}

.mobile-menu-header {
    text-align: center;
    color: rgb(172, 169, 169);
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* start:bars */

.bar-light {
    background-color: #F9F8F3;
}

/* bar green */
.svg-arrow.green {
    color: var(--color-bar-green);
}

.bar-green {
    background-color: var(--color-bar-green);
    color: #F9F8F3;
}

.bar-green .svg-container {
    color: var(--color-bar-green-light);
}

.bar-green a {
    color: #F9F8F3;
}

/* bar purple */
.svg-arrow.purple {
    color: var(--color-bar-purple);
    ;
}

.bar-purple {
    background-color: var(--color-bar-purple);
    color: #F9F8F3;
}

.bar-purple .svg-container {
    color: var(--color-bar-purple-light);
}

.bar-purple a {
    color: #F9F8F3;
}

/* bar transparent */
.bar-transparent .svg-container {
    color: #aaa;
}

/* end:bars */

/*Bootstrap*/

.hamburger {
    display: none;
}

.nav-tabs .nav-link {
    color: var(--header-text-color);
}

.nav-tabs .nav-link.active {
    font-weight: bold;
}

.cases-header-div {
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.center-me {
    text-align: center;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1080px;
    }
}

@media (max-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        max-width: initial;
    }

    .sub-menu-container {
        display: none;
    }

    .header-menu .link {
        display: none;
    }

    .hamburger {
        display: initial;
    }

    .wsm-90 {
        width: 90% !important;
    }

    .sm-none {
        display: none !important;
    }

    #body-scrollspy {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        padding: 20px;
    }
}




/*SCROLL BUTTONS*/


/* styles.css */

#searchButton {
    display: block;
    position: fixed;
    top: 110px;
    right: 20px;
    z-index: 999;
    width: 50px;
    /* Equal width and height for a circle */
    height: 50px;
    /* Equal width and height for a circle */
    padding: 10px;
    background-color: #339b4a8c;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 100%;
}

#searchButton:hover {
    font-size: 120%;
    background-color: #46ce638c;
}

#topButton {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
    width: 40px;
    /* Equal width and height for a circle */
    height: 40px;
    /* Equal width and height for a circle */
    padding: 10px;
    background-color: #339b4a8c;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 100%;
}

#topButton:hover {
    font-size: 120%;
    background-color: #46ce638c;
}


#scrollDownButton {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 40px;
    /* Equal width and height for a circle */
    height: 40px;
    /* Equal width and height for a circle */
    padding: 10px;
    background-color: #007bff8c;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 100%;
}

#scrollDownButton:hover {
    font-size: 120%;
    background-color: #007bffbb;
}


/* END: SCROLL BUTTONS*/



/* GALLERY */


.thumb {
    margin-bottom: 30px;
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
    box-sizing: content-box;
}

.thumb-uni {
    margin-bottom: 30px;
    max-width: 130px;
}

.page-top {
    margin-top: 30px;
}

img.zoom {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 20%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zoom:hover {
    transform: scale(1.05);
}


.gallery .header {
    text-align: center;
    padding: 32px;
}

.gallery .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */

.gallery .column {
    -ms-flex: 33%;
    /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}

.gallery .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.text-start p {
    text-align: left;
}

.v-fade {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #dce7ea);
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .gallery .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    p {
        text-align: left;
    }

    .gallery .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/* END: GALLERY */



.playlist a.active {
    color: #0086fd;
}


@media (max-width: 700px) {
    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 32px;
    }

    .post-title {
        font-size: 20px;
    }

    .scroll-image-section {
        background-position-x: -280px;
    }

    .hide-mobile {
        display: none;
    }
}