﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue');

@import url('https://fonts.googleapis.com/css2?family=Space+Mono');


:root {
    --latent-arcana-orange: #FF582A; /*Orange*/

    --latent-arcana-container: black;
    --latent-arcana-background: black;
    --latent-arcana-card: #242424; /*Dark Grey*/
    --latent-arcana-highlight: #2e2e2e; /*Grey*/
    --latent-arcana-lightgrey: #818181; /*Light Grey*/

    --latent-arcana-navbar-hover: #343a40;
    --latent-arcana-navbar-item: #171717;
    --latent-arcana-navbar-highlight: #FF582A;
    /*New colors*/
    --latent-arcana-egg: #F5E0CC;
    --la-light-grey: #2F4153;
    --la-dark-grey: #141B21;
    
    
    --dot-size: 2vw;
    --dot-position: 2vw;
    --square-medium: 85px;
    --card-width: 460px;
    --lag-orange: #FF582A;
    --white-dec-corner: 1px solid #ffffff;
    --lag-dec-border: 1px solid var(--lag-orange);
    --inner-corner-distance: 5px;
    --corner-distance: -5px;
}




/*   Cards   */
.latent-arcana-card {
    border: 2px solid white;
    border-radius: 1rem;
    background-color: black;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .latent-arcana-card:hover {
        transform: scale(1.02);
    }

.latent-arcana-card-title {
    color: var(--latent-arcana-orange);
    font-family: 'JetBrains Mono', sans-serif;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    vertical-align: text-top;
    font-size: 1.6rem;
}

.latent-arcana-card-subtitle {
    color: var(--latent-arcana-lightgrey);
    text-align: left;
    font-family: 'JetBrains Mono', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3rem;
}

.latent-arcana-card-body {
    text-align: left;
    font-family: "JetBrains Mono", monospace;
    font-style: normal;
    color: white;
    font-weight: 300;
    font-size: 1rem;
}

.latent-arcana-card-image-container {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latent-arcana-card-image {
    width: 250px;
    height: 250px;
    margin: 1rem;
    border: 1px solid white;
    align-self: end;
}

.latent-arcana-card-content {
    flex-grow: 1;
    text-align: center;
}

@media (min-width: 1200px) {
    .latent-arcana-card {
        flex-direction: row;
        align-items: flex-start;
    }

    .latent-arcana-card-content {
        text-align: left;
        margin-left: 1.5rem;
    }
}



/*---- Lines ----*/

.latent-arcana-horizontal-line {
    border-style: solid;
    border-color: var(--latent-arcana-highlight);
    border-width: 1px;
    width: 25%;
    margin-left: 30px;
    min-width: 100px;
}

.latent-arcana-horizontal-divider {
    border-style: solid;
    border-color: var(--latent-arcana-orange);
    border-width: 1px;
    width: 100%;
    min-width: 100px;
}

.latent-arcana-horizontal-divider-dotted {
    border: 1px solid white;
    width: 100%;
}

.latent-arcana-navbar-line {
    border-bottom:2px solid var(--latent-arcana-orange);
}

.latent-arcana-vertical-line {
    border-style: solid;
    border-color: var(--latent-arcana-highlight);
    border-width: 1px;
    margin-top: 30px;
    margin-left: 20px;
    height: 100px;
}


/****  Navbar ****/
.latent-arcana-navbar {
    background-color: var(--latent-arcana-background);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.latent-arcana-nav-item {
    font-family: 'JetBrains Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-left: 10px;
    color: var(--la-dark-grey);
}

.latent-arcana-nav-link {
    color: var(--latent-arcana-lightgrey) !important;
}

.latent-arcana-nav-item-highlight {
    color: var(--latent-arcana-orange) !important;
}

.dropdown-item.latent-arcana-nav-item-highlight {
    background: var(--latent-arcana-orange) !important;
    color: white !important;
    box-shadow: none;
    border-radius: 0px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: var(--latent-arcana-navbar-item);
}

.dropdown:active .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-nav > li > a:hover {
    color: white !important;
}

.dropdown-item:hover {
    background: var(--latent-arcana-navbar-hover);
}


/*Through the Stars Page*/
.tts-background {
    background-image: url(/lib/Images/ProjectImages/ThroughTheStars/TTS_Background.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.tts-title-img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.tts-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    border: 2px solid var(--latent-arcana-orange);
    background-color: black;
}

.tts-card-title {
    color: var(--latent-arcana-orange);
    font-family: 'JetBrains Mono', sans-serif;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    vertical-align: text-top;
    font-size: 1.6rem;
}

.tts-card-subtitle {
    color: #FAFCFC;
    text-align: left;
    font-family: 'JetBrains Mono', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: var(--latent-arcana-lightgrey);
    font-weight: 300;
    font-size: 1.3rem;
}

.tts-card-body {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "JetBrains Mono", monospace;
    font-style: normal;
    color: white;
    font-weight: 300;
    font-size: 1rem;
}

.tts-card-image {
    width: 250px;
    height: 250px;
    border-style: solid;
    border-radius: 1rem;
    border: 2px solid var(--latent-arcana-orange);
    margin: 1rem;
    align-self: end;
}




.latent-arcana-gradient {
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
}

.space {
    padding-top: 160px;
    padding-bottom: 100px;
}

.dropdown-item {
    font-family: 'JetBrains Mono';
    font-size: 1.5rem;
}

.latent-arcana-font-orange {
    color: var(--latent-arcana-orange:);
}

.not-h1 {
    font-family: 'JetBrains Mono';
    text-align: center;
    text-transform: uppercase;
    color: #FAFCFC;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

h1 {
    font-family: 'JetBrains Mono';
    text-align: center;
    text-transform: uppercase;
    color: #FAFCFC;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
}

h2, h3, h4, h5, h6 {
    font-family: 'JetBrains Mono';
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    color: #FAFCFC;
    font-weight: 300; /*This made the letters thinner, might need to remove based on font choice*/
}


/* BLOG */


.grid {
    position: fixed;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background-size: 19px 19px;
    background-image: radial-gradient(circle at 1px 1px, #f0f0f0 1px, transparent 0);
    z-index: -1;
    overflow: visible;
}

.content-box {
    font-family: "JetBrains Mono";
    color: white;
    position: relative;
    background-color: #0f0f0f;
    border: 1px white solid;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5%;
    margin-top: 100px;
}

.content {
    font-family: "JetBrains Mono", monospace;
    color: white;
    position: relative;
    width: 95%;
    height: 80%;
    background-color: #0f0f0f;
    border: 1px white solid;
    z-index: 10;
    align-self: center;
    overflow: hidden;
}

.content-title {
    font-family: "Jetbrains Mono";
    font-size: 24px;
    border-bottom: 1px dotted white;
    color: white;
}

.content-title span {
    vertical-align: baseline;
    line-height: 60px;
}

.section-barcode {
    font-family: "Libre Barcode 39", system-ui;
    font-size: 30px;
    color: #FF582A;
}


.title-barcode {
    font-family: "Libre Barcode 39", monospace;
    font-size: 24px;
    letter-spacing: 3px;
    color: var(--latent-arcana-orange);
    background-color: transparent;
    padding: 4px 8px;
    border: 2px solid rgb(255, 255, 255, .5);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 3px;
}

    .title-barcode:hover {
        background-color: rgba(255, 255, 255, 0.05);
        border-color: var(--latent-arcana-orange);
        transform: scale(1.03);
        box-shadow: 0 0 6px 2px rgba(255, 107, 53, 0.3);
        text-shadow: 0 0 2px var(--latent-arcana-orange);
    }

    .title-barcode::after {
        content: '';
        display: block;
        height: 2px;
        background: var(--latent-arcana-orange);
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
        transform-origin: left;
    }

    .title-barcode:hover::after {
        transform: scaleX(1);
    }


.content-body {
    margin: 35px;
    padding-bottom: 15px;
}

.content-body img {
    display: block;
    justify-self: center;
    border: 1px solid white;
    margin: 15px;
    width: 100%;
    max-width: 500px;
}

pre[class*=language-] {
    background-color: black !important;
    border: 1px solid white;
    width: 90%;
    display: grid;
    justify-self: center;
}

.blog-heading-1 {
    font-family: 'JetBrains Mono';
    text-align: left;
    text-transform: uppercase;
    color: #FAFCFC;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.blog-heading-2 {
    font-family: 'JetBrains Mono', sans-serif;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    color: var(--latent-arcana-lightgrey);
    font-size: 2rem;
    font-weight: 300;
}

.blog-heading-3 {
    font-family: 'JetBrains Mono', sans-serif;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    color: var(--latent-arcana-lightgrey);
    font-size: 1.75rem;
    font-weight: 300;
}


p {
    font-family: 'JetBrains Mono', monospace;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #B6B6B6;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Make the links orange and not ugly blue */
a {
    color: var(--latent-arcana-orange);
}

    a:hover {
        color: var(--latent-arcana-highlight);
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
    margin-top: 0px;
    background-color: #0f0f0f;
    overflow-y: auto;
    overflow-x: hidden;
}

main {
    position: absolute;
    margin-top: 2.5%;

    width: 85%;
}

@media (max-width: 600px){
    main {
        width: 100%
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: var(--latent-arcana-background);
}


/*Start of the Blazor default*/

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}*/

/*a, .btn-link {
    color: #0071c1;
}
*/
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
