@font-face {
    font-family: 'Open Dyslexic';
    src: url(../assets/fonts/OpenDyslexic-Regular.otf);
}

.main-header {
    font-size: 18px;
    width: 100%;
    left: 0px;
    position: fixed;
    margin-top: -75px;
    z-index: 50;
    backdrop-filter: blur(8px);

    border-bottom: 1.5px solid rgba(199, 199, 199, 0.5);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-image: linear-gradient(to bottom, rgba(24, 24, 24, 100%) 25%, rgba(145, 145, 145, 0.1) 100%);
}
.main-header p {padding-left: 0.5%;}
.content {margin-top: 75px; margin-right: 10px;}
body {background-image: url("../assets/misc/background_tile.png"); background-color: #212121; background-attachment: fixed; overflow-x: hidden;}
.lighter-header {color: gray}

.main-box {
    background-color: rgba(145, 145, 145, 0.1);
    background-attachment: fixed;
    border-radius: 25px;
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(199, 199, 199, 0.5);
    border-top: none;
    border-right: none;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 1%;

    width: 98.5%;
}
.main-box h1 {letter-spacing: 2px;}

hr {backdrop-filter: blur(8px); border-color: rgba(199, 199, 199, 0.25);}

p, ul {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: whitesmoke;
    letter-spacing: 0.5px;
}

li {margin-bottom: 15px;}

h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: whitesmoke;
    font-size: 24px;
}
h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: whitesmoke;
    font-size: 24px;
}

a:visited {color: rgb(131, 131, 131);}
a:active {color: white;}
a:link {color: rgb(173, 173, 173);}
a:hover {color:white;}
a.header {text-decoration: none; color: whitesmoke;}
a.header:hover {text-decoration: underline;}

.custom-emoji {
    position: relative;
    top: 2px;
    height: 1rem;
    display: inline-block;
}

.more-info {
    text-decoration: underline dotted;
    cursor: help;
}

.subtitle {font-size: 12px; opacity: 0.5;}
.pride-flag {display: inline-block; border-radius: 2.5px;}
.redacted {letter-spacing: -1px;}

summary:hover {background-color: rgba(255, 255, 255, 0.25);}
details > summary {list-style-type: '▷ ';}
details[open] > summary {list-style-type: '▽ ';}

summary {
    color: whitesmoke;
    padding: 2.5px;
    margin: 0px auto;
    margin-top: 5px;

    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);

    border: 1.5px solid rgba(199, 199, 199, 0.5);
    border-radius: 25px;
    border-top: none;
    border-right: none;

    cursor: pointer;
    transition: background-color 0.15s ease-in-out;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: whitesmoke;
}