﻿/* © Copyright 2024 Pixiebell. All rights reserved. */

footer {
    position: relative;
    height: auto;
    background-color: black;
    z-index: 0;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
    bottom: 0;
    margin: 0 auto;
    font-family: "Lucida Console", serif;
    display: flex;
    flex-direction: row;
    color: grey;
    font-size: 0.8vw;
}

@media print, screen and (orientation:portrait) {
    footer {
        font-size: 2vw;
        height: auto;
    }
}

footer p {
    animation-name: hide;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}

@keyframes hide {
    0% {
        opacity: 0%;
    }

    50% {
        opacity: 100%;
    }
}

footer a {
    color: red;
}

    footer a:link {
        text-decoration: none;
        color: grey;
    }

    footer a:visited {
        text-decoration: none;
        color: grey;
    }

    footer a:active {
        color: grey;
    }

    footer a:hover {
        color: black;
    }


/*   Carbon Website Div   */
#wcb.carbonbadge {
    --b1: #0e11a8;
    --b2: #00ffbc;
    font-size: 15px;
    text-align: center;
    color: var(--b1);
    line-height: 1.15;
}

    #wcb.carbonbadge sub {
        vertical-align: middle;
        position: relative;
        top: .3em;
        font-size: .7em;
    }

#wcb #wcb_g,
#wcb #wcb_a,
#wcb #wcb_2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1em;
    line-height: 1.15;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    text-decoration: none;
    margin: .2em 0;
}

#wcb #wcb_g,
#wcb #wcb_a {
    padding: .3em .5em;
    border: .13em solid var(--b2);
}

#wcb #wcb_g {
    border-radius: .3em 0 0 .3em;
    background: #fff;
    border-right: 0;
    min-width: 8.2em;
}

#wcb #wcb_a {
    border-radius: 0 .3em .3em 0;
    border-left: 0;
    background: var(--b1);
    color: #fff;
    font-weight: 700;
    border-color: var(--b1);
}

#wcb.wcb-d #wcb_a {
    color: var(--b1);
    background: var(--b2);
    border-color: var(--b2);
}

#wcb.wcb-d #wcb_2 {
    color: #fff;
}
