﻿@font-face {
    font-family: SSP;
    src: url('SSP_Reg.ttf');
}
* {
    font-family: SSP;
}
body {
    margin: 0;
    background-color: #121212;
    color: white;
    text-align: center;
}
header {
    background-image: url('glass.png');
    /*background-color: rgba(0, 0, 0, 0.185);*/
    background-color: rgba(128, 77, 0, 0.185);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 99%;
    backdrop-filter: blur(4px);
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.3);*/
    border-bottom: 2px solid rgba(128, 77, 0, 0.3);
    z-index: 182178279817;
}
    header a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
        font-size: 1rem;
    }
    header img {
        height: 40px;
    }
    header button {
        cursor:pointer;
        background:none;
        border:none;
    }
.hero {
    background-image: url('../hero.jpg');
    background-size: cover;
    background-position: center;
}
    .hero h1 {
        font-size: 2.5rem;
        margin: 0;
        text-shadow: 2px 2px 5px black;
    }
    .hero p {
        margin: 10px 0 20px;
        font-size: 1.2rem;
        text-shadow: 2px 2px 5px black;
    }
    .hero button {
        padding: 10px 20px;
        font-size: 1rem;
        border: none;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }
#homepage-logo {
    transition: all 1s;
    height: 175px;
}
#homepage-logo:hover {
    transition: all 1s;
    filter: brightness(115%);
    height: 200px;
}
.stats {
    justify-content: center;
    gap: 30px;
    padding: 20px 0px;
    background-color: rgba(0, 0, 0, 0.281);
}
    .stats div {
        font-size: 1.2rem;
    }
.news-section {
    padding: 20px 0;
    background-color: #1c1c1c;
}
.news-item {
    margin: 20px;
    padding: 20px;
    max-width: 800px;
    text-align: left;
    background-color: #232323;
    border-radius: 10px;
}
    .news-item h3 {
        margin-top: 0;
        color: #007bff;
    }
    .news-item p {
        margin: 10px 0;
    }
.credits {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #888;
}
.login-box {
    margin: 20px auto;
    padding: 20px;
    max-width: 400px;
    text-align: left;
    background-color: #232323;
    border-radius: 10px;
}
    .login-box input {
        margin-right: 50px;
    }
    .login-box select {
        margin-right: 135px;
    }
#currencyWindow {
    position:absolute;
    background-image: url('../theme/Theme1-CurrencyPopout.png');
    background-repeat: no-repeat;
    z-index:9;
    cursor:move;
    list-style-position: inside;
    width: 254px;
    height: 171px;
}
    #currencyWindow h3 {
        text-shadow: 2px 2px 5px black;
    }
    #currencyWindow li {
        text-align: left;
        text-shadow: 2px 2px 5px black;
    }
#greeter {
    font-size: 72px;
}
/*this joke is ass*/
/*basically it was called gt for greeter table then i thought it would be funny to make it graphictoria since gt also stands for that.*/
#graphictoria {
    text-align: left;
}
.my-xenon {
    text-align: left;
    padding: 0px 128px;
}
.tiler {
    background-image: url('../account/tiler.png');
}
    .tiler h1 {
        text-shadow: 2px 2px 5px black;
    }
.profile-stud-bg {
    background-image: url('../stud.png');
}
.profile-card {
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    text-align: center;
    background-color: rgba(35,35,35,0.4);
    background-image: url('glass.png');
    backdrop-filter: blur(4px);
    border-radius: 10px;
}
    .profile-card h3 {
        margin-top: 0;
        color: #007bff;
    }
    .profile-card p {
        margin: 10px 0;
    }
.profile-friend {
    padding: 5px;
    max-width: 128px;
    text-align: left;
    background-color: #232323;
    border-radius: 10px;
}
.profile-friend a {
    color: white;
    text-decoration: none;
}
.friend-grid {
    display:grid;
    grid-template-columns:auto auto auto auto auto;
}
.news-dynamic {
    display: flex;
    flex-direction: column-reverse;
}