#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header,
.footer {
    flex-shrink: 0;
}

#main-content {
    flex-grow: 1;
}

body, p,span,a,input,.form-input, dt, dd{
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6,.button{
    font-family: 'Titillium Web', sans-serif;
}

.titillium-f {
    font-family: 'Titillium Web', sans-serif;
}

.flex-center-start{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.color-yellow {
    color: #FEF200 !important;
}

.background-yellow {
    background: #fef200;
}

.hover-yellow-color:hover {
    color: #c3ba00 !important;
}

.hover-yellow-bg:hover, .hover-yellow-bg:active, .hover-yellow-bg:focus {
    background: #c3ba00 !important;
    color:#000;
}

.button-black {
    background-color: #252323;
    color:#fff;
}

.button-black:hover, .button-black:active{
    background: #595959;
}

.color-black {
    color: #000
}

.color-white {
    color: #fff !important;
}

a {
    text-decoration: none;
}

p {
    margin-bottom:10px;
}

.bold {
    font-weight: bold;
}

.breadcrumbs {
    background: #FEF200;
}

.breadcrumb a, .breadcrumb a span, .breadcrumb:not(:first-child)::before {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
}

.breadcrumb:not(:first-child)::before {
    border: none;
    content: '>';
    transform: none;
}



.carousel-tooltip {
    display: none !important;
}

@media screen and (max-width: 800px) {
    .hide-mobile {
        display: none;
    }

    .sidebar-collapse-mobile ul{
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        height: auto;
    }

    .sidebar-collapse-mobile ul.collapsed {
        height: 0;
    }
}

@media screen and (max-width: 800px) {
    .hide-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 800px) {
    .hide-desktop {
        display: none !important;
    }
}
