/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

:root {
    color-scheme: dark;
}

html {
    position: absolute; /* fixes .halo cutting off when zoomed in */
    width: 100%;
}

body {
    background-color: #252629;
    background-image: url("texturedbg.png");
    background-size: 256px;
    color: #fff;
    font-family: "Marcellus";

    position: relative;
}

.halo {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;
    pointer-events: none;

    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0.05), transparent, transparent);
    background-size: 1600px 1600px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(-800px + 200px);
}

@font-face {
    font-family: "Evolventa";
    src: url("Evolventa-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Marcellus.woff") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.hero {
    text-align: center;
    top: 0;
    padding-bottom: 30px;
}

.hero .logo {
    padding-left: 1em;
    padding-right: 1em;
    font-family: Evolventa;
    letter-spacing: 1.5px;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, 40%) 0px 0px 6px;
    user-select: none;
}

.hero .logo {
    padding-top: 100px;
    font-size: 11pt;
}

.mainpage .hero .logo {
    padding-top: 200px;
    font-size: 14pt;
}

.hr {
    height: 1px;
    /*background-color: #aaa;*/
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #aaa 20%, #aaa 80%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    width: 500px;
    max-width: 90%;
}

.logo h1 {
    font-size: 400%;
    color: #e9366b;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: .1em;
}

.logo h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 220%;
    font-weight: 200;
}

.content {
    padding-top: 30px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 15pt;
}

.content .section {
    margin-top: 70px;
}

.content h3 {
    margin-bottom: 1em;
    font-size: 150%;
    text-align: center;
}

.socials {
    list-style-type: none;
    /*padding-left: .5em;*/
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.socials li {
    text-wrap: nowrap;
}

.socials li i {
    padding: .5em;
    display: inline-block;
    color: inherit;
    font: normal normal normal 1em / 1 'icons';
}

.socials li a {
    text-wrap: balance;
    overflow-wrap: break-word;
}

.xyzabc {
    filter: blur(10px);
    transition: filter .1s;
}

.xyzabc.dec {
    filter: blur(0px);
}

a {
    color: hsl(342, 80%, 65%);
    text-decoration: none;
    transition: text-decoration .5s;
}

a:hover {
    text-decoration: underline;
}

.footer {
    font-size: 10pt;
    padding: 40px;
}

@media screen and (max-width: 1000px) {
    .content {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0px;
    }

    .mainpage .hero .logo {
        padding-top: 100px;
        font-size: 12pt;
    }
}

.jobs {
    list-style-type: none;
}

.jobs li {
    font-family: serif;
    font-size: 14pt;
    font-weight: 300;
}

.jobs sl-details li {
    margin-top: .4em;
    margin-bottom: .4em;
}

.card-header [slot='header'] {
display: flex;
align-items: center;
justify-content: space-between;
}

.card-header h3 {
margin: 0;
}

.card-header sl-icon-button {
font-size: var(--sl-font-size-medium);
}