
.wrapper {
    /* === Base layout === */
    --base: #111111;
    --base_alt: #2B2B2B;
    --base_alt2: #0C0C0C;
    --accent: #610969;
    --faded: rgba(255, 255, 255, .05);

    /* === Text & foreground === */
    --text_normal: #CCCCCC;
    --text_muted: #666666;
    --link: #CCCCCC;
    --highlight: #751166;
    --highlight_ultra: #f33d89;

    /* === Decorative === */
    --glow: rgba(255, 255, 255, 0.4);
    --shadow: #000000;

    /* === Buttons === */
    --button_fg: #D1D1D1;
    --button_bg: #2E1735;
    --button_bg_hover: #2F1C35;
    --button_bg_active: #1D0C22;

    /* === Tags === */
    --tag_bg: #181818;
    --tag_border: #222;
    --tag_fg: #555;

    /* === Legal sections === */
    --legal_important_bg: #79063F;
    --legal_important_fg: #FFFFFF;
    --legal_h23_color: rgb(69, 17, 80);
    --legal_h4_color: rgb(153, 57, 172);

    /* === Gradients === */
    --gradient_1: linear-gradient(26deg,
        oklab(0.4 0.2 -0.1) 0%,
        oklab(0.35 0.05 -0.15) 50%,
        oklab(0.2 0.01 -0.05) 100%);

    --gradient_2: linear-gradient(334deg,
        oklab(0.4 0.2 -0.1) 0%,
        oklab(0.35 0.05 -0.15) 50%,
        oklab(0.2 0.01 -0.05) 100%);

    /* === Misc === */
    --loader_spinner: #E1DDFD;
    --tf_femm: #F6A8B8;
    --tf_masc: #5CCFFB;
    --tf_enby: #EEEEEE;




    /* === Subsection overrides === */
    --sub1_gradient_a: #0E3B43;
    --sub1_gradient_b: #357266;
    --sub1_tag_bg: #0D152B;
    --sub1_tag_border: #0E172F;
    --sub1_fg: #CCCCCC;

    --sub2_gradient_a: rgba(36, 58, 117, 1);
    --sub2_gradient_b: rgba(35, 23, 38, 1);
    --sub2_tag_bg: #0D152B;
    --sub2_tag_border: #0E172F;
    --sub2_fg: #CCCCCC;


    transition: all 350ms ease-in;
}




input#toggle_nightmode:checked ~ .wrapper {
    /* Color overrides for light mode */
}


@media print {
    /* Color overrides for print */
}



input#toggle_nightmode:checked ~ .wrapper .ic {
    filter: invert(100%) contrast(200%);
}
input#toggle_nightmode:checked ~ .wrapper .header_image {
    filter: invert(100%) contrast(200%);
}













/* 

██████  ███████ ███████ ███████ ████████ 
██   ██ ██      ██      ██         ██    
██████  █████   ███████ █████      ██    
██   ██ ██           ██ ██         ██    
██   ██ ███████ ███████ ███████    ██    
#reset

*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}




abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* 

███████ ██    ██ ███████ ████████ ███████ ███    ███ 
██       ██  ██  ██         ██    ██      ████  ████ 
███████   ████   ███████    ██    █████   ██ ████ ██ 
     ██    ██         ██    ██    ██      ██  ██  ██ 
███████    ██    ███████    ██    ███████ ██      ██ 
#system

*/

/* Fonts */
/* Main */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-100.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-100italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-200.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-200italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-300.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-300italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-500.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-500italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-600italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-700.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-700italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-800.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-800italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-900.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    src: url('../rs/fn/raleway-v34-latin_latin-ext-900italic.woff2') format('woff2')
}

/* Mono */
@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 100;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-100.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 100;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-100italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 200;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-200.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 200;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-200italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 300;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-300.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 300;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-300italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 400;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 500;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-500.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 500;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-500italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 600;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 600;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-600italic.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 700;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-700.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 700;
    src: url('./rs/fn/ibm-plex-mono-v19-latin_latin-ext-700italic.woff2') format('woff2')
}

/* Dotted */
@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 100;
    src: url('rs/fn/doto-v2-latin_latin-ext-100.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 200;
    src: url('rs/fn/doto-v2-latin_latin-ext-200.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 300;
    src: url('rs/fn/doto-v2-latin_latin-ext-300.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 400;
    src: url('rs/fn/doto-v2-latin_latin-ext-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 500;
    src: url('rs/fn/doto-v2-latin_latin-ext-500.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 600;
    src: url('rs/fn/doto-v2-latin_latin-ext-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 700;
    src: url('rs/fn/doto-v2-latin_latin-ext-700.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 800;
    src: url('rs/fn/doto-v2-latin_latin-ext-800.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Doto';
    font-style: normal;
    font-weight: 900;
    src: url('rs/fn/doto-v2-latin_latin-ext-900.woff2') format('woff2')
}


html,
body {
    font-family: 'Raleway';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.2em;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    padding: .4em;
    margin: .2em;
    text-align: left;
    background-color: var(--faded);
    border-radius: .4rem;
}


header {
    background-color: var(--base_alt2);
}

footer {
    border-color: var(--base_alt);
    background-color: var(--base);
    color: var(--text_muted);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    text-align: center;
    min-height: 5rem;
    font-size: .8em;
    border-top: solid 1rem transparent;
}

strong {
    font-weight: bold;
}

a {
    font-weight: bold;
    color: var(--text_normal);
}

a:visited {
    color: var(--text_normal);
}

a:active {
    color: var(--text_normal);
}


fieldset {
    border-color: var(--highlight);
    border: solid transparent .1em;
    border-radius: .4em;
    margin: 2em auto;
    padding: 1em;
}

img {
    display: block;
    width: 100%;
}

hr {
    appearance: none;
    border: 0;
    display: block;
    border-top: solid .1rem transparent;
    opacity: .3;
    border-color: var(--text_normal);
}








/*

██   ██ ███████ ██      ██████  ███████ ██████  ███████ 
██   ██ ██      ██      ██   ██ ██      ██   ██ ██      
███████ █████   ██      ██████  █████   ██████  ███████ 
██   ██ ██      ██      ██      ██      ██   ██      ██ 
██   ██ ███████ ███████ ██      ███████ ██   ██ ███████ 
#helpers



*/


.invert_text,
.invert_text * {
    color: var(--base);
}

.bigpad {
    padding: 6rem 2rem;
}

.rel {
    position: relative;
}

.abs_center {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


.w_tiny {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 40em;
}

.w_small {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 55em;
}

.w_medium {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 70em;
}

.w_large {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 100em;
}



.input_wrapper {
    border-radius: .4em;
    padding: .6em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:not(:hover) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.input_wrapper>input,
.input_wrapper>textarea {
    resize: none;
    background-color: transparent;
    appearance: none;
    border: 0;
    outline: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.p1 {
    padding: .4rem;
}

.p2 {
    padding: .6rem;
}

.p3 {
    padding: .8rem;
}

.p4 {
    padding: 1rem;
}

.p5 {
    padding: 1.2rem;
}
.no_bottom_pad {
    padding-bottom: 0;
}

.m1 {
    margin: .4rem;
}

.m2 {
    margin: .6rem;
}

.m3 {
    margin: .8rem;
}

.m4 {
    margin: 1rem;
}

.m5 {
    margin: 1.2rem;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}
.smalltext{
    font-size: .8rem;
    opacity: .8;
}
.t1 {
    font-size: 1rem;
}

.t2 {
    font-size: 1.2rem;
}

.t3 {
    font-size: 1.4rem;
}

.t4 {
    font-size: 1.6rem;
}

.t5 {
    font-size: 1.8rem;
}

.lh1 {
    line-height: 1em !important;
}

.lh2 {
    line-height: 2em !important;
}

.lh3 {
    line-height: 3em !important;
}

.nomargin {
    margin: 0;
}

.nopad {
    padding: 0;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline;
}

.inline_block {
    display: inline-block;
}

.block {
    display: block;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    padding-bottom: 8rem;
    min-height: 100vh;
    min-height: calc(100vh - 8rem);
}

.hide {
    position: absolute;
    opacity: 0.000001;
    right: 999999rem;
}


.r1 {
    border-radius: .5rem;
    overflow: hidden;
}

:root {
    --column-min-width: 25rem;
}

.columns {
    display: flex;
    flex-wrap: wrap;
}

.columns.gap {
    gap: 1rem;
}

.columns>div {
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
    box-sizing: border-box;
}

.zero {
    flex: 0 0 auto !important;
    /* don’t grow, don’t shrink, auto size */
    width: auto !important;
    /* natural content width */
    min-width: max-content !important;
    /* never smaller than its contents */
}

.one {
    flex: 1 1 0%;
}

.two {
    flex: 2 2 0%;
}

.three {
    flex: 3 3 0%;
}

.four {
    flex: 4 4 0%;
}

.five {
    flex: 5 5 0%;
}






.shaded,
.darken {
    z-index: 9;
    position: relative;
    overflow: hidden;
}

.shaded:before,
.darken:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--faded);
    border-radius: .4rem;
}

.darken:before {
    background-color: rgba(0, 0, 0, .7);
}







/* 

███████ ██████  ███████  ██████ ██ ███████ ██  ██████ 
██      ██   ██ ██      ██      ██ ██      ██ ██      
███████ ██████  █████   ██      ██ █████   ██ ██      
     ██ ██      ██      ██      ██ ██      ██ ██      
███████ ██      ███████  ██████ ██ ██      ██  ██████ 
#specific

“Styles that are specific to this design which aren't complex enough to warrant their own section.”

*/
div.wrapper {
    background-color: var(--base);
    color: var(--text_normal);
}

.main_content {
    text-align: center;
}

.hourly_rate_a {
    font-size: 9rem;
    font-weight: bold;
    line-height: 7.5rem;
}
.hourly_rate_b {
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
}


.errortext {
    font-size: .8rem;
    color: var(--highlight_ultra);
}

nav {
    padding: 0 .4rem;
    padding-top: 1rem;
}

nav>a {
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding: 0 .6rem;
}

.delt_logo {
    height: 6rem;
    width: unset;
    border-right: solid .1rem transparent;
    margin-right: 1rem;
}
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #222;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1000;
  }
  
  .cookie-banner.hide {
    display: none;
  }

  .cookie-banner p {
    margin: 0;
    flex: 1;
  }
  
  .cookie-banner .actions {
    display: flex;
    gap: 8px; 
  }
  

nav>a:before,
nav>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    transform-origin: 50% 50%;
    width: .3rem;
    height: .3rem;
    top: .4rem;
}

nav>a:first-of-type:before,
nav>a:last-of-type:after {
    display: none;
}

nav>a:before {
    right: 100%;
    transform: translate(50%) rotate(45deg);
}

nav>a:after {
    left: 100%;
    transform: translate(-50%) rotate(45deg);
}

nav>a:first-of-type {
    padding-left: 0;
}

nav>a:last-of-type {
    padding-right: 0;
}

img.header_image {
    height: 6rem;
    width: unset;
    max-width: 100%;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.colour_separator {
    min-height: 6em;
    max-height: 100%;
    margin: 1em auto;
}

.typo {
    font-size: 2rem;
}

.typo.size_1 {
    font-size: 2.4rem;
}

.typo.size_2 {
    font-size: 2.4rem;
}

.typo>* {
    display: inline;
}

.uppercase {
    text-transform: uppercase;
}

.logo_display {
    display: inline-block;
    width: 20rem;
    max-width: 100%;
}

.main_content section,
.main_content .section_sized,
.spacer {
    min-height: 30rem;
    min-height: 60vh;
    box-sizing: border-box;
}

.main_content section.h_tiny,
.main_content .section_sized.h_tiny,
.spacer.h_tiny {
    min-height: 10rem;
    min-height: 12vh !important;
}

.h_small,
.columns.h_small > div {
    min-height: 15rem;
    min-height: 20vh !important;
}


.main_content section.h_medium,
.main_content .section_sized.h_medium,
.spacer.h_medium {
    min-height: 20rem;
    min-height: 30vh !important;
}

button,
input[type=submit],
.button,
input[type=button] {
    appearance: none;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    border: 0;
    font-weight: bold;
}


.main_content > h1 {
    margin-top: 10rem;
    padding: 2rem 0;
    text-shadow: 0 0 2rem var(--glow);
}




/* 

██      ███████  ██████   █████  ██      
██      ██      ██       ██   ██ ██      
██      █████   ██   ███ ███████ ██      
██      ██      ██    ██ ██   ██ ██      
███████ ███████  ██████  ██   ██ ███████ 
#legal

Additional overrides for the legal pages - makes lists and crucial information more clear without effecting styles elsewhere in the website.

*/

.legal {
    text-align: left;
    margin: auto;
}

.legal .important {
    text-align: center;
    position: relative;
    padding: 1rem;
    margin: 1rem auto;
    font-weight: bold;
}

.legal .important:before,
.legal .important:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 999999em;
}

.legal .important:before {
    right: 99%;
}

.legal .important:after {
    left: 99%;
}


.legal h1,
.legal h2,
.legal h3,
.legal h4,
.legal h5,
.legal h6 {
    text-transform: none;
    font-size: 2em;
}


.legal section {
    min-height: unset;
}

.legal h1 {
    text-align: center;
    font-size: 4rem;
    text-transform: uppercase;
}


.legal h2 {
    padding: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 5rem -3rem var(--glow);
    text-shadow: 0 0 1rem var(--glow);
}

.legal h3 {
    font-size: 1.8rem;
}

.legal h4 {
    font-size: 1.6rem;
}

.legal h5 {
    font-size: 1.4rem;
}

.legal h6 {
    font-size: 1.2rem;
}




.legal h1+h2,
.legal h2+h3,
.legal h3+h4,
.legal h4+h5,
.legal h5+h6,
.legal h1~h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.2em;
    font-style: italic;
    color: var(--legal_h23_color);
}

.legal h1~h4 {
    display: inline;
    margin-top: 1rem;
    color: var(--legal_h4_color);
}

.legal ul,
.legal ol {
    margin: 1rem auto;
}

.legal li {
    padding: 1rem;
}







.projects_box .banner {
    background: var(--accent);
}
































/* HTML: <div class="loader"></div> */
.loader.spinner {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid transparent;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: translate(-50%, -50%) scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: translate(-50%, -50%) scaleY(1) rotate(135deg)
    }

    50% {
        transform: translate(-50%, -50%) scaleY(-1) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) scaleY(-1) rotate(-135deg)
    }
}


























.tags .small_round {
    position: relative;
    display: inline-block;
    height: 1em;
    border-radius: 1.3em;
    padding: .4em;
    margin: .15rem auto;
    line-height: 1em;
    border: solid transparent .3em;
    font-weight: bold;
    font-size: .8em;
}

.tags .small_round .ic {
    position: relative;
    width: 1.4em;
    height: 1.4em;
    margin: -.2em;
    margin-left: -.1em;
    margin-right: .4em;
    opacity: .6;
}




.ic {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}



.contact_option {
    display: inline-block;
    width: 100%;
    padding-bottom: 50%;
    max-width: 15rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}





.ic2 {
    width: 1.2em;
    height: 1.2em;
}

.ic3 {
    width: 1.4em;
    height: 1.4em;
}

.ic4 {
    width: 3em;
    height: 3em;
}

.ic.badge {
    width: 5rem;
    height: 6rem;
}


.bg_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.bg_image.space {
    background-image: url('rs/im/space.jpg');
}

.image_1 {
    background-image: url('rs/im/portrait.jpg');
}

.image_2 {
    background-image: url('rs/im/patterned_background_1.jpg');
}


.image_3 {
    background-image: url('rs/im/wonford_house.jpg');
}

.image_4 {
    background-image: url('rs/im/ALB_Laptop.jpg');
}

.image_5 {
    background-image: url('rs/im/patterned_background_2.jpg');
}

.image_6 {
    background-image: url('rs/im/portfolio/Lloyd%20Maunder/Labels%20Bare.jpg');
}

.image_7 {
    background-image: url('rs/im/portfolio/Lloyd%20Maunder/Labels%20In%20Display.jpg');
}


.image_8 {
    background-image: url('rs/im/portfolio/Transcender/Screenshot\ from\ 2025-09-06\ 12-06-33.png');
}

.image_9 {
    background-image: url('rs/im/portfolio/Transcender/Screenshot\ from\ 2025-09-06\ 12-09-23.png');
}

.image_10 {
    background-image: url('rs/im/portfolio/Transcender/Screenshot\ from\ 2025-09-06\ 12-07-06.png');
}

.image_11 {
    background-image: url('rs/im/portfolio/Hydroponics/Greenery.jpg');
}

.image_12 {
    background-image: url('rs/im/portfolio/Hydroponics/Tomatoes\ In\ Hand.jpg');
}

.image_13 {
    background-image: url('rs/im/portfolio/Hydroponics/Chilis.jpg');
}

.image_2,
.image_5 {
    image-rendering: smooth;
    backdrop-filter: blur(20rem);
}



.contact_option.email {
    background-image: url('rs/sc/email.svg');
}

.contact_option.phone {
    background-image: url('rs/sc/calls.svg');
}

.contact_option.session {
    background-image: url('rs/sc/session_icon.svg');
}

.ic.lessons {
    background-image: url('./rs/sc/Computer\ Lessons.svg');
}
.ic.coding {
    background-image: url('./rs/sc/Coding.svg');
}
.ic.design {
    background-image: url('./rs/sc/Design.svg');
}
.ic.advice {
    background-image: url('./rs/sc/Advice.svg');
}
.ic.repair_service {
    background-image: url('./rs/sc/Repair\ &\ Servicing.svg');
}
.ic.more {
    background-image: url('./rs/sc/More.svg');
}


.ic.email {
    background-image: url('./rs/sc/email.svg');
}

.ic.calls {
    background-image: url('./rs/sc/calls.svg');
}

.ic.phone {
    background-image: url('./rs/sc/phone_icon.svg');
}

.ic.person {
    background-image: url('./rs/sc/person.svg');
}

.ic.azure {
    background-image: url('./rs/sc/Azure_icon.svg');
}

.ic.html {
    background-image: url('./rs/sc/html5_icon.svg');
}

.ic.docker {
    background-image: url('./rs/sc/Docker_icon.svg');
}

.ic.css {
    background-image: url('./rs/sc/CSS_icon.svg');
}

.ic.cpp {
    background-image: url('./rs/sc/C++_icon.svg');
}

.ic.js {
    background-image: url('./rs/sc/JS_icon.svg');
}

.ic.php {
    background-image: url('./rs/sc/PHP_icon.svg');
}

.ic.kotlin {
    background-image: url('./rs/sc/Kotlin_icon.svg');
}

.ic.linux {
    background-image: url('./rs/sc/Debian_icon.svg');
}

.ic.server {
    background-image: url('./rs/sc/Server_icon.svg');
}

.ic.chip {
    background-image: url('./rs/sc/Chip_icon.svg');
}

.ic.repair {
    background-image: url('./rs/sc/Repair_icon.svg');
}

.ic.home {
    background-image: url('./rs/sc/home_icon.svg');
}

.ic.work {
    background-image: url('./rs/sc/work_icon.svg');
}

.ic.trans {
    background-image: url('./rs/sc/Trans\ Flag.svg');
}





.company_logo {
    width: 7em;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.icon_list li {
    padding-left: 3.4em;
    position: relative;
    line-height: 2.4em;
}

.icon_list li .ic {
    height: unset;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    background-size: 2em;
}





.header_lines div a {
    font-size: 1.2rem;
    line-height: 1.2em;
    font-family: monospace;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Doto';
    text-wrap: nowrap;
    word-wrap: none;
    white-space: nowrap;
}



.header_lines div a .ic {
    margin-right: .4rem;
    opacity: .4;
}


























.toggle {
    display: block;
    text-align: center;
    margin-top: 40px;
    user-select: none; }
  
  .toggle--checkbox {
    display: none; }
  
  .toggle--btn {
    display: block;
    margin: 0 auto;
    font-size: 1.4rem;
    transition: all 350ms ease-in; }
    .toggle--btn:hover {
      cursor: pointer; }
  
  .toggle--btn, .toggle--btn:before, .toggle--btn:after,
  .toggle--checkbox,
  .toggle--checkbox:before,
  .toggle--checkbox:after,
  .toggle--feature,
  .toggle--feature:before,
  .toggle--feature:after {
    transition: all 250ms ease-in; }
  
  .toggle--btn:before, .toggle--btn:after,
  .toggle--checkbox:before,
  .toggle--checkbox:after,
  .toggle--feature:before,
  .toggle--feature:after {
    content: '';
    display: block; }
  
  .toggle--daynight .toggle--btn,
  .toggle--like .toggle--btn {
    position: relative;
    height: 70px;
    width: 125px;
    border-radius: 70px; }
    .toggle--daynight .toggle--btn:before,
    .toggle--like .toggle--btn:before {
      position: absolute;
      top: 2px;
      left: 4px;
      width: 56px;
      height: 56px;
      border-radius: 50%; }
  
  .toggle--daynight .toggle--btn {
    border: 5px solid #1c1c1c;
    background-color: #3c4145; 
overflow: hidden;}
    .toggle--daynight .toggle--btn:before {
      background-color: #fff;
      border: 5px solid #e3e3c7; }

  
  @keyframes starry_star {
    50% {
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, 0.1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, 0.1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px; } }
  
  
  .toggle--daynight .toggle--feature {
    display: block;
    position: absolute;
    top: 9px;
    left: 52.5%;
    z-index: 20;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 0, rgba(255, 255, 255, 0.1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, 0.1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 1px;
    animation: starry_star 5s ease-in-out infinite; }
    .toggle--daynight .toggle--feature:before {
      position: absolute;
      top: -2px;
      left: -25px;
      width: 18px;
      height: 18px;
      background-color: #fff;
      border-radius: 50%;
      border: 5px solid #e3e3c7;
      box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
      transform-origin: -6px 130%; }
  
  #toggle_nightmode:checked ~ * .toggle--btn {
    background-color: #FFFFFF;
    border: 5px solid #CCCCCC; }
    #toggle_nightmode:checked ~ * .toggle--btn:before {
      left: 55px;
      background-color: #222222;
      border: 5px solid #111111; }
    #toggle_nightmode:checked ~ * .toggle--btn:after {
      opacity: 100;
      animation-name: bounceIn;
      animation-duration: 0.60s;
      animation-delay: 0.10s;
      animation-fill-mode: backwards;
      animation-timing-function: ease-in-out; }
    #toggle_nightmode:checked ~ * .toggle--btn > .toggle--feature {
      opacity: 0;
      box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 -4px, rgba(255, 255, 255, 0.1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, 0.1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 -3px;
      animation: none; }
      #toggle_nightmode:checked ~ * .toggle--btn > .toggle--feature:before {
        left: 25px;
        transform: rotate(70deg); }
  





















/* 

████████ ██   ██ ███████ ███    ███ ███████ 
   ██    ██   ██ ██      ████  ████ ██      
   ██    ███████ █████   ██ ████ ██ █████   
   ██    ██   ██ ██      ██  ██  ██ ██      
   ██    ██   ██ ███████ ██      ██ ███████ 
#theme

*/








* {
    scrollbar-width: thin;
    scrollbar-color: var(--accent) var(--base_alt);
}

hr.t {
    border: 0;
    height: 10px;
    opacity: 1;
    background: linear-gradient(to bottom,
            var(--tf_masc) 0%,
            var(--tf_masc) 20%,
            var(--tf_femm) 20%,
            var(--tf_femm) 40%,
            var(--tf_enby) 40%,
            var(--tf_enby) 60%,
            var(--tf_femm) 60%,
            var(--tf_femm) 80%,
            var(--tf_masc) 80%,
            var(--tf_masc) 100%);
    background-size: 100%;
}

nav>a {
    color: var(--link);
}

nav>a.highlight {
    color: var(--highlight);
}

.delt_logo {
    border-color: var(--text_normal);
}

nav>a:before,
nav>a:after {
    background-color: var(--text_normal);
}



.main_content section,
.main_content .section_sized,
.spacer {
    background-color: var(--base);
}

.main_content section:nth-child(2n),
.main_content .section_sized:nth-child(2n),
.spacer:nth-child(2n) {
    background-color: var(--base_alt2);
}

.main_content section>div.columns {
    background-color: var(--base_alt2);
    border: solid var(--faded) 1px;
}

.main_content section:nth-child(2n)>div.columns {
    background-color: var(--base);
}





button,
input[type=submit],
.button,
input[type=button] {
    color: var(--button_fg);
    background-color: var(--button_bg);
}

button:hover,
input[type=submit]:hover,
.button:hover,
input[type=button]:hover {
    background-color: var(--button_bg_hover);
}

button:active,
input[type=submit]:active,
.button:active,
input[type=button]:active {
    background-color: var(--button_bg_active);
}












/* Theme defaults */
.gradient_1 {
    background: var(--gradient_1);
}

.gradient_2 {
    background: var(--gradient_2);
}



/* Theme subsection overrides */
.theme_subsection_1 {
    color: var(--sub1_fg);
}

.theme_subsection_1 .gradient_1 {
    background: linear-gradient(86deg,
            var(--sub1_gradient_a) 0%,
            var(--sub1_gradient_b) 100%);
}

.theme_subsection_1 .tags {
    font-size: 1.1rem;
}

.theme_subsection_1 .tags .small_round {
    background-color: var(--sub1_tag_bg);
    border-color: var(--sub1_tag_border);
    color: var(--sub1_fg);
}

.theme_subsection_1 li {
    background-color: var(--faded);
    border-color: var(--faded);
}
























.input_wrapper {
    background-color: rgba(255, 255, 255, .2);
}

.input_wrapper>input,
.input_wrapper>textarea {
    color: var(--text_normal);
}

.input_wrapper:focus-within {
    box-shadow: 0 0 0 .2em var(--highlight);
}

.input_wrapper:focus-within>input {
    color: var(--text_normal);
}

.tags .small_round {
    background-color: var(--tag_bg);
    border-color: var(--tag_border);
    color: var(--tag_fg);
}

.theme_subsection_2 {
    color: var(--sub2_fg);
}

.theme_subsection_2 .gradient_1 {
    background: linear-gradient(86deg,
            var(--sub2_gradient_a) 0%,
            var(--sub2_gradient_b) 100%);
}

.theme_subsection_2 .tags {
    font-size: 1.1rem;
}

.theme_subsection_2 .tags .small_round {
    background-color: var(--sub2_tag_bg);
    border-color: var(--sub2_tag_border);
    color: var(--sub2_fg);
}

.theme_subsection_2 li {
    background-color: var(--faded);
    border-radius: .2rem;
    line-height: 2rem;
    padding-left: 1rem;
    min-height: 0;
    border-color: var(--faded);
}

.loader.spinner {
    border-color: var(--loader_spinner);
}

.legal .important {
    background-color: var(--legal_important_bg);
    color: var(--legal_important_fg);
}

.legal .important:before,
.legal .important:after {
    background-color: var(--legal_important_bg);
}











@media (max-width: 76rem) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 3rem;
    }

    .delt_logo {
        height: 4.8rem;
    }

    p {
        margin: .8rem auto;
    }

    .bigpad {
        padding: 5rem 1.4rem;
    }

    .columns>div {
        min-width: var(--column-min-width);
    }

    .columns.nowrap {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }

    .columns.nowrap>div {
        width: unset;
        min-width: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
}

.columns>div.fit_content {
    flex: 0 0 auto;
    /* don’t flex at all */
    min-width: 12rem;
}


.mobileonly {
    display: none;
}

@media (max-width: 50rem) {

    .columns {
        display: block;
    }
    .columns > div {
        min-width: 0;
        display: block;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 2.8rem;
    }


    .nomobile {
        display: none!important;
    }

    .mobileonly {
        display: unset!important;
    }


    .ic.badge {
        width: 4rem;
        height: 5rem;
    }


    .delt_logo_container h2 {
        font-size: 2rem;
    }
    .delt_logo_container .delt_logo {
        height: 3.6rem;
    }

    
}


@media print {
    body {
        font-size: 9pt;
        margin: 0mm 0mm 0mm 0mm;
        margin: 0;
        width: auto;
        max-width: none;
    }

    .main_content section,
    .main_content .section_sized,
    .spacer {
        min-height: 0;
    }
    

    .wrapper, .wrapper * {
        color: #000;
        background-color: #FFFFFF;
        background-color: transparent;
    }



    .main_content > h1 {
        margin-top: 0;
        padding: 1rem 0;
        color: #000;
        text-shadow: unset;
    }

    section {
        page-break-inside: avoid;
    }

    .legal .print_newpage {
        page-break-before: always;
    }

    .woot-widget-bubble,
    .noprint,
    footer {
        display: none!important;
    }
}