.meniu-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
    color: #fff;
}

.meniu-link:hover,
.meniu-link:active {
    color: #fff;
}

.meniu-container figure {
    margin: 0;
}

.meniu-container .box-heading {
    color: #fff;
}

.meniu-container {
    max-width: 600px;
    margin: 0 auto;
}

.meniu-container .box-heading {
    font-size: 4.5rem;
}

.meniu-container:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    opacity: .3;
    filter: alpha(opacity=30);
    pointer-events: none;
    z-index: 1;
}

.meniu-container:hover:before {
    opacity: .9;
}

.fancy-heading .heading-container {
    gap: 20px;
}

.fancy-heading .heading-container .fancy-heading-item {
    flex: 1;
    position: relative;
    font-size: 4.5rem;
    line-height: 1.1;
    font-family: var(--bs-font-monospace);
    margin-top: 15px;
    margin-bottom: 15px;
}

.fancy-heading:not(.line-removed) .heading-container .fancy-heading-item,
.fancy-heading:not(.line-removed) .subtitle {
    padding-left: 100px;
}

.fancy-heading .heading-container.text-center .fancy-heading-item {
    padding-left: 0;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.fancy-heading:not(.line-removed) .heading-container .fancy-heading-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    height: 1px;
    background: var(--bs-pink2);
    width: 75px;
}

.fancy-heading .heading-container .fancy-heading-item.h3 {
    font-size: 4.5rem;
}

.fancy-heading .heading-container .fancy-heading-item a {
    text-decoration: none;
    color: inherit;
}

.fancy-heading .heading-container .fancy-heading-item a:hover {
    color: var(--bs-pink2);
}

.fancy-heading .heading-container.text-center .fancy-heading-item:before {
    bottom: 0px;
    background: var(--bs-pink2);
    width: 140px;
    display: table;
    left: 50%;
    margin-left: -70px;
}

.fancy-heading .heading-container.text-center .fancy-heading-item span {
    color: var(--bs-brown);
}

.fancy-heading .subtitle.fs-default {
    font-size: 6rem;
}

.fancy-heading .heading-container .fancy-heading-item.fs-55,
.fancy-heading .subtitle.fs-55 {
    font-size: 4.5rem;
}

.fancy-heading .heading-container .fancy-heading-item.fs-60,
.fancy-heading .subtitle.fs-60 {
    font-size: 4.5rem;
}

.fancy-heading .heading-container .fancy-heading-item.fs-45,
.fancy-heading .subtitle.fs-45 {
    font-size: 4.5rem;
}

.fancy-heading.pb-3.line-removed.has-subtitle .heading-container .fancy-heading-item {
    margin-bottom: 0;
}

.fancy-heading.pb-3.line-removed.has-subtitle {
    margin-bottom: 35px;
}

.fancy-heading:not(.line-removed) .subtitle.text-center {
    padding-left: 0;
}

.fancy-heading.pb-3.has-subtitle {
    margin-bottom: 15px;
}

.fancy-heading.pb-3.line-removed.has-subtitle .heading-container .fancy-heading-item.has-custom-tag {
    padding-bottom: 5px;
}

.subtitle.has-custom-tag.subtitleMonospace {
    font-family: 'Tangerine';
    text-transform: none !important;
}

@media(max-width: 767px) {
    .fancy-heading .heading-container .fancy-heading-item {
        font-size: 4.5rem;
    }
}


