:root{
    --main-txt-color: #E2E2E2;
    --body-bg-color: #121212;
    --card-bg-color: #1E1E1E;
    --card-text-color: #E2E2E2;
    --nav-bg-color: #1E1E1E;
    --main-accent-color: #E2E2E2;
    --main-accent-text: #FFFFFF;
    --main-accent-text-faded: hsla(0, 0%, 100%, .5);
    --filter-hover: #E2E2E2;
    --filter-hover-txt: #121212;
    --hr-color: rgba(255,255,255,.1);
}

.btn-g4l-sln{
    border-radius: 2em;
    border-color: #E2E2E2; !important;
    color: #E2E2E2; !important;
    background-color: transparent;
}

.btn-g4l-sln:hover{
    border-radius: 2em;
    border-color: #E2E2E2; !important;
    color: #E2E2E2; !important;
    background-color: hsla(0, 0%, 60%, .2);
}

html{
    height: 100%;
}

body{
    background-color: var(--body-bg-color);
    color: var(--main-txt-color);
    height: 100%;
}

.wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer{
    flex-shrink: 0;
}

.main-body{
    flex: 1 0 auto;
}

@media (min-width:480px) {
    .navbar-nav li:hover > .dropdown-menu {
        display: block;
        transform: none;
        opacity: 1;
        margin-top: 0;
    }
}

.navbar-brand svg{
    fill:white;
}

.navbar{
    padding: 0;
    font-family: 'Roboto', serif !important;
    background-color: var(--nav-bg-color) !important;
}

.nav-link{
    text-transform:none;
    font-size: 1em !important;
    color: var(--main-accent-text-faded) !important;
}

.nav-link div img{
    height: 1.5em;
    margin: 0;
}


.active > .nav-link {
    color: var(--main-accent-text) !important;
}

.dropdown-menu{
    background-color: var(--card-bg-color);
}

.dropdown-menu .dropdown-item{
    color: var(--card-text-color);
}

.dropdown-menu .dropdown-item:hover{
    background-color: var(--filter-hover);
}

.dropdown-menu .dropdown-item:hover{
    color: var(--filter-hover-txt) !important;
}

.card{
    background-color: var(--card-bg-color);
    color: var(--card-text-color);
    border-radius:.5rem!important;
    overflow: hidden;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.status-pills{
    text-transform: uppercase;
    border-radius: 1em!important;
    font-family: 'Roboto' !important;
    font-weight: 700;
    font-size: 1.25rem;
}

.cardButtons{
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
}

.cardButtons * > .btn{
    color: var(--card-text-color);
}

.cardButtonsSmallMargin{
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
}

.spaceEvenly{
    display: flex;
    justify-content: space-around;
}

.spaceEvenly * > .btn{
    margin: 0;
}

.spaceEvenly .btn{
    margin: 0;
}

.news-col a:hover{
    text-decoration: none;
}

.userscard * > a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.news-item-card{
    height: 15rem;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.news-item-card:after{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0,0,0,0.56);
}

.news-item-card-text{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
}

.text2{
    z-index: 2;
}

.news-col a:not(:first-child){
    margin-top: 1rem;
}

@supports not (-ms-ime-align: auto) {
    .spaceEvenly {
        justify-content: space-evenly;
    }
}

.launchStatus > div > h3{
    margin: 0;
}

.lsp {
    margin-top: 0.5rem;
    text-align: center;
}

hr{
    width: 100%;
    border-top: 1px solid var(--hr-color);
}

/** Desktop Only */
@media (min-width: 768px) {
    .launchTitle {
        flex: 1;
        margin-right: 1.25rem;
    }

    .launchStatus {
        display: flex;
        justify-content: center;
        align-self: center;
        align-items: center;
    }
}

/** Mobile Only */
@media (max-width: 991.98px) {
    .launchTitle {
        width: 100%;
    }

    .launchStatus {
        width: 100%;
        text-align: center;
        margin-top: 1.25rem;
    }

    .launchHeader {
        display: flex;
    }
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?luvhqx');
    src:  url('../fonts/icomoon.eot?luvhqx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?luvhqx') format('truetype'),
    url('../fonts/icomoon.woff?luvhqx') format('woff'),
    url('../fonts/icomoon.svg?luvhqx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-website:before {
    content: "\e900";
}
.icon-wikipedia:before {
    content: "\e901";
}
.icon-discord:before {
    content: "\e903";
}
.icon-facebook:before {
    content: "\e904";
}
.icon-instagram:before {
    content: "\e905";
}
.icon-twitter:before {
    content: "\e907";
}
