html {
    background-color: #fff;
}

body {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 100vh !important;
}

a .dark, .dark {
    color: #fff70a;
    text-decoration: none;
    font-style: italic;
}

.explicit-navbar {
    background: #000201;
    color: #fff70a;
    display: flex;
    font-stretch: expanded;
    text-transform: uppercase;
    flex-direction: row;
    height: 12vh;
    justify-content: space-around;
    align-content: center;
    width: 100%;
}

@media (max-width: 800px) {
    .explicit-navbar {
        flex-direction: column !important;
    }
}

.navbar-toggler-icon, .navbar-toggler {
    color: #fff70a;
}

.explicit-heading {
    color: #fff70a !important;
    font-size: 1.75em !important;
    text-align: center;
}
.logo {
    width: 57px;
    max-width: 57px;
    height: 57px;
    max-height: 57px;
}
.explicit-container {
    height: 70%;
}

.xgc-nav-link {
    color: #fff70a;
    font-size: 1.5em;
}

.xgc-nav-link:hover, .xgc-nav-link:focus, .xgc-nav-link:active {
    color: #ffffff;
    text-decoration: underline;

}

.mar-t-2 {
    margin-top: 2em;
}

.xgc-link {
    text-decoration: none;
    color: yellow;
}

.xgc-link:hover, .xgc-link:active, .xgc-link:focus {
    text-decoration: none;
    color: yellow;
}

.xgc-row {
    display: flex;
    width: 100%;
    justify-content: center;
               
}

a.xgc-btn, .xgc-btn {
    margin: 1%;
    font-size: 1.6rem;
    background-color: black;
    color: yellow;
    border: solid 2px yellow;
}

a.xgc-btn:hover, a.xgc-btn:focus, a.xgc-btn:active {
    margin: 1%;
    background-color: yellow;
    color: black;
    border: black;

}

.cgc-link {
    color: yellow !important;
    background-color: black !important;
    font-size: 1.8em;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none !important;
    border: yellow 2px solid !important;
    border-radius: 5px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    max-width: 450px;
}

a.cgc-link:hover, a.cgc-link:focus, a.cgc-link:active {
    color: black !important;
    background-color: yellow !important;
    border: black 2px solid !important;
}

footer{
    position: absolute;
    bottom: 0;
    background: #000201;
    color: #fff70a;
    display: flex;
    font-stretch: expanded;
    text-transform: uppercase;
    flex-direction: row;
    height: 10%;
    width: 100%;
    justify-content: space-around;
}

.xgc-footer {
    display: flex;
    background: #000201;
    color: #fff70a;
    border-top: #fff70a 2px solid;
    font-stretch: expanded;
    text-transform: uppercase;
    width: 100%;
    justify-content: space-around;
}


