:root {
    --primary-color: #dcf836;
    --secondary-color: #dd003f;
}

.main-content a {
    color: var(--primary-color);
}

.main-content a:hover {
    color: var(--secondary-color);
}

.trending-slider .trending-title {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.trending-slider .h6 {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

h1, h2, h3, h4 {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

h3 {
    margin-top: 2rem;
}

h4 {
    margin-top: 1rem;
}

ul {
    padding-left: 15px;
}

.main-content p {
    font-size: 16px;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
    color: #16b4ff;
}


p.slogan {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
}

.footer-menu-title {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}


.goto {
    text-align: center;
    margin: 30px 0;
}
.goto button {
    background: none !important;
}
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
            transform
            600ms
            cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(
            to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%
    );
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition:
            transform
            600ms
            cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 18px;
        padding: 12px 42px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
            transform
            250ms
            cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
            transform
            250ms
            cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}

.custom-logo {
    max-width: 150px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-header {
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .sticky-sb {
        position: sticky;
        top: 100px;
    }
}
