body {
    margin: 0;
    color: #EAEAEA;
}

/* --------------- VARIABLES --------------- */
:root {
    --ft-h1: 5.61rem;
    --ft-h2: 4.209rem;
    --ft-h3: 3.157rem;
    --ft-lead: 1.25rem;
    --ft-p: 1rem;
    --ft-xs: 0.833rem;
    --pg-m: 2rem;
    --cr-mcp:100%; 
    --gp-ul: 0.75rem;
    --lt-mt: 1.75rem;
    --bece-ht: 135rem;
    --br-my: none;
}
.flex {
        flex-direction: column;
    }
/* --------------- MEDIA QUERIES --------------- */
@media (width <= 37.5rem) {
    :root {
        --ft-h1: 2.986rem;
        --ft-h2: 2.488rem;
        --ft-h3: 2.074rem;
        --lt-mt: 1.5125rem;
        --gp-ul: 0.5rem;
        --bece-ht: 106.25rem;
        --br-my: static;
    }
}
@media (min-width: 37.6rem) and (max-width: 49.0625rem){
    :root {
        --ft-h1: 3.815rem;
        --ft-h2: 3.052rem;
        --ft-h3: 2.441rem;
        --lt-mt: 1.5125rem;
        --gp-ul: 0.5rem;
        --bece-ht: 106.25rem;
        --br-my: static;
    }
}
/* --------------- HEADER --------------- */
header {
    margin: 0;
    padding: 0.625rem;
    display: flex;
    background-color: transparent;
    align-items: center;
    gap: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header {
    transition: all 200ms;
}
.header-scroll {
    background-color: #111111;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.logo {
    height: 1.125rem;
    margin-right: auto;
} 
a.logo {
    transition: all 200ms ease-in;
}
a.logo:hover {
    transform: scaleY(90%);
}
a.logo:active {
    transform: scaleY(90%);
}
.hamburger-b {
    height: 0.8rem;
}
.Dropdown-Menu {
    margin: 0;
    padding: 0.5rem;
    gap: 0;
    opacity: 0;
    height: 8rem;
    top: 2.7rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0.125rem 0.125rem 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    position:absolute;
    right: 0.5rem;
    z-index: 10;
    width: auto;
    pointer-events: none;
    transition: opacity 200ms ease-in;
}
ul.Dropdown-Menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.Dropdown-Menu a li{
    margin: 0;
    padding: 0;
}
.Dropdown-Container1.active .Dropdown-Menu {
    opacity: 1; 
    pointer-events: auto;
}
.Dropdown-Menu a {
    color: #EAEAEA;
    margin: 0;
    padding: 0;
    font-size: var(--ft-xs);
    line-height: 1.5rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.Dropdown-Menu a:hover {
    text-decoration: underline;
}
.Drop-Down-Arrow {
    position: relative;
    left: 1px;
    width: 10px;
    height: 10px;
    transition: transform 100ms ease-in-out;
}
.Drop-Down-Arrow:hover {
    transform:scale(135%);
}
.Dropdown-Container1.active .Drop-Down-Arrow {
    transform: rotate(180deg);
    
}
/* --------------- MAIN --------------- */
main {
    margin: 0;
}
/* --------------- FOOTER --------------- */
footer {
    margin: 0;
    background-color: #111111;
    bottom: 0;
    padding: 0.625rem;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    list-style: none;
    gap: 0.625rem;
}
.footer ul a {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size:var(--ft-xs);
    color: #BDBDBD;
    line-height: 1.2495;
    height: fit-content;
}
.footer ul a:hover {
    text-decoration: underline;
}
.footer ul a:active {
    color: #00C2C7;
}
.footer ul li {
    margin: 0;
    padding: 0;
}
/* --------------- TEXT --------------- */
.paragraph {
    margin: 0;
    padding: 0;
    font-size: var(--ft-p);
    line-height: var(--lt-mt);
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.01rem;
    font-style: normal;
}
ul.paragraph a {
    margin: 0;
    padding: 0;
    font-size: var(--ft-p);
    line-height: var(--lt-mt);
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #EAEAEA;
}
a:hover {
    color: #00C2C7;
}
a:active {
    color: #00C2C7;
}
.paragraph-xs {
    margin: 0;
    padding: 0;
    font-size: var(--ft-xs);
    line-height: var(--lt-mt);
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.paragraph-lxs {
    margin: 0;
    padding: 0;
    font-size: var(--ft-xs);
    line-height: 1.5rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.175em;
    font-weight: 600;
    font-style: normal;
    color: #BDBDBD;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: var(--ft-h1);
    font-family: "Michroma", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.15em;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: var(--ft-h2);
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: var(--ft-h3);
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}
p.lead {
    margin: 0;
    padding: 0;
    font-size: var(--ft-lead);
    line-height: 1.5rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.175em;
    font-weight: 600;
    font-style: normal;
    color: #BDBDBD;
}
p.lead-fit{
    margin: 0;
    padding: 0;
    font-size: var(--ft-lead);
    line-height: 1.5rem;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.175em;
    font-weight: 600;
    font-style: normal;
    color: #BDBDBD;
    width: fit-content;
    position: relative;
    transition: transform 200ms ease-in-out;
}
p.lead-fit:hover{
    transform: scale(100.5%);
}
a.hyperlink {
    text-decoration: none;
    color: #BDBDBD;
    display: block;
}
a.hyperlink:hover {
    color: #00C2C7;;
}
.italic {
    display: inline;
    font-style: italic;
}
.underline {
    text-decoration: underline;
    display: inline;
}
/* --------------- CONTAINERS --------------- */
.background {
    background-color: #181818;
    min-height: 100vh;
    background-image: url(/images/1000-50-1-monochrome.png), radial-gradient(circle at 50% 90%, #121212, #181818 );
}
.background-2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #121212;
    background-image: url(/images/1000-50-1-monochrome.png), radial-gradient(circle at 50% 10%, black, #181818);
}
.main-container-gap {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    min-height: auto;
    height: fit-content;
    width: 18.375rem;
    gap: 10.25rem;
}
section {
    box-sizing: border-box;
}
section.title {
    width:100%;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    gap: 0.125rem;
    padding-top: 10rem;
}
section.nav {
    width: 100%;
}
section.about-s {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--gp-ul);
    width: 100%;
    border-bottom: 2px grey solid;
}
section.about-s.last {
    border-bottom: 0px grey solid;
}
div {
    box-sizing: border-box;
}
div.pros {
    margin-right: auto;
}
.background-change {
    background-color: #0f0f0f;
    box-shadow: 0px -2rem 20rem black;
    width: 100%;
    height: fit-content;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
p.tldr {
    display: flex;
    width: auto;
    background-color: #28181a;
    border-radius: 0.125rem;
    justify-content: center;
}
p.tldr-2 {
    display: flex;
    width: auto;
    background-color: #182826;
    border-radius: 0.125rem;
    justify-content: center;
}

section.tldr {
    margin-top: 0.5rem;
    display: flex;
    padding-left: 1.25rem;
    padding-right: 0.25rem;
    background-color: #3d2628;
    border-radius: 0.125rem;
}
section.tldr-2 {
    margin-top: 0.5rem;
    display: flex;
    padding-left: 1.25rem;
    padding-right: 0.25rem;
    background-color: #263d3a;
    border-radius: 0.125rem;
}
.tldr {
    margin-top: 0.5rem;
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #3d2628;
    border-radius: 0.125rem;
}
.tldr-2 {
    margin-top: 0.5rem;
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #263d3a;
    border-radius: 0.125rem;
}
/* --------------- MISC --------------- */
.centre {
    align-self: center;
    justify-content: center;
}
.flex-columns {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}
.red {
    background-color: red;
}

#menu ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0.625rem;
}
#menu ul li {
    border-bottom: 2px #BDBDBD solid;
    width: 18.375rem;
}
#menu ul li:hover {
    color: #00C2C7;
}
#menu ul li:hover {
    color: #00C2C7;
}
.home-down-arrow-1 {
    position: absolute;
    right: 50vw;
    top: 96vh;
    height: 1.2rem;
    width: 1rem;
    display: inline;
}
.home-down-arrow-2 {
    position: absolute;
    right: 50vw;
    top: 95vh;
    height: 1.2rem;
    width: 1rem;
}
.website-section-down-arrow-2 {
    position: absolute;
    height: 0.96rem;
    width: 0.8rem;
    right: 50%;
    top: calc(100% + 0.5rem);
}
.website-section-down-arrow-1 {
    position: absolute;
    height: 0.96rem;
    width: 0.8rem;
    right: 50%;
    top: calc(100% + 1rem);
}
.br-media-query {
    display: var(--br-my);
}
.inline-arrow {
    color: #BDBDBD;
    height: 1rem;
    display: inline;
    position: absolute;
    left: calc(100% + 0.125rem);
    top: 25%;
}
.inline-arrow-2 {
    color: #BDBDBD;
    height: 0.8rem;
    display: inline;
    position: absolute;
    left: calc(95% - 0.5rem);
    top: 25%;
}
ul.sources {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
ul.sources li {
    margin-left: 2rem;
}