:root {
    --white: #f0f0f0;
    --light-gray: #999999;
    --dark-gray: #202020;
    --lime-green: #abe2bf;
    --green: #05702c;
    --red-fire: #c91818;
    --purple: #891aa5;
    --blue: #1300b9;
}

* {
    color: var(--almost-black);
}

/* -- General Aspect -- */
html, body {
    height: 100%;
    font-size: 18px;
}

body {
    background-color: var(--dark-gray);
}

.mais {
    font-variant: small-caps;
}

.footer {
    flex-shrink: 0;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}
/* ---- */

/* -- Components -- */
.block {
    padding-top: 2em;
    padding-bottom: 2.5em;
}

.footerPush {
    width:100%;
    bottom: 0;
    position: absolute;
}

.sFooter {
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: var(--dark-gray);
    text-align: center;
    line-height: 80%;
}

.sFooter h6, a, button {
    text-decoration: none;
    color: var(--white);
    font-variant: small-caps;
}

.pdImg {
    padding: 5px;
}

.pdVideo {
    padding: 25px;
}

.hImg {
    height: 500px !important;
    width: auto;
}

.tbCenter {
    margin-left: auto;
    margin-right: auto;
}

.card-body {
    height: 530px;
}

.cc {
    display: flex;
    justify-content: center;
}

.error {
    text-align: center;
    color: var(--purple);
}

.error h2 {
    font-size: 50px;
}

#errorcode {
    font-size: 150px;
}

#erroricon {
    font-size: 300px;
}
/* ---- */

/* -- Colors BG -- */
.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-dark-gray {
    background-color: var(--dark-gray) !important;
    border-color: var(--dark-gray) !important;
    color: var(--white);
}

.bg-white {
    background-color: var(--white);
}
/* ---- */

/* -- Colors BG -- */
.cl-yt {
    color: var(--red-fire);
}

.cl-tw {
    color: var(--purple);
}

.cl-st {
    color: var(--green);
    text-decoration: underline;
}
/* ---- */

/* -- Images -- */
.zoom5 img {
    transition: .1s linear;
}

.zoom5 img:hover {
    transition: .3s linear;
    transform: scale(1.1);
}
/* ---- */

/* -- Buttons -- */
/* ---- */