@import url(fonts/fot-rodin-pro.css);
@import url(fonts/fot-newcezanne-pro.css);

html {
    font-family: 'FOT-NewCezanne Pro', serif;
    #background-image: url("orig.png");
    #color: yellow;
    #color: #E7E7E7;
    #color: #FFF;
    color: #e3e2db;
    background-color: #0C0B04;
    overflow-x: hidden;
}

.nal-content {
    /*margin: -8px;*/
    /*padding: 8px;*/
    /*padding-right: 0;*/
    /*padding-left: 0;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-grow: 1;*/
    /*width: 100%;*/
    font-family: "FOT-Rodin Pro", serif;
}

body {
    /*width: 100%;*/
    max-width: 1920px;
    margin: auto;
}

.nal-c {
    position: relative;
    margin-left: 6.3rem;
    margin-top: 2.25rem;
}
@media screen and (max-height: 1000px) {
    .nal-c {
        margin-top: -1rem;
    }
}

.nal-h-nc {
    font-family: 'FOT-NewCezanne Pro', serif;
    font-size: 3.4rem;
    letter-spacing: 0.375rem;
}

.nal-h-nc-2 {
    letter-spacing: 0.21rem;
}

.nal-h-nc-3 {
    letter-spacing: -0.1rem;
}

.nal-h-r {
    font-family: 'FOT-Rodin Pro DB', serif;
    font-size: 1.75rem;
    margin-left: -0.1rem
}

.nal-h-r-bs {
    letter-spacing: 0.1rem;
}

.nal-sp-e {
    letter-spacing: 0.3rem;
    margin-left: 0.2rem;
}

.nal-b-c {
    margin-top: 2.57rem;
    margin-left: 1.8rem;
}
.nal-b-c p {
    line-height: 1.25rem;
}

.nal-b-l {
    font-family: 'FOT-NewCezanne Pro', serif;
    font-size: 1.36rem;
    color: #D1CFC3;
    letter-spacing: 0.167rem;
}

.nal-b-lk {
    letter-spacing: -0.025rem;
    margin-left: 0.2rem;
}

.nal-b-lk2 {
    margin-left: -0.4rem;
    letter-spacing: 0.15rem;
}

.nal-ca {
    #text-shadow: 1px 1px 1px rgba(251, 12, 12,1), 0px -1px 2px rgba(12, 79, 251,.5),-1px 0px 1px rgb(12, 251, 175);
    --one: 0.015rem;
    --mone: calc(var(--one) * -1);
    --two: calc(var(--one) * 2);
    --three: calc(var(--one) * 3);
    --mthree: calc(var(--one) * -3);
    text-shadow: var(--three) var(--two) var(--two) rgba(251, 12, 12,1), 0 var(--mone) var(--three) rgba(12, 79, 251,.5),var(--mthree) 0 var(--two) rgb(12, 251, 175),
        0 0 0.3rem #D1CFC3;
    filter: blur(0.1rex);
}

.nal-ca-h {
    --one: 0.015rem;
    --mone: calc(var(--one) * -1);
    --two: calc(var(--one) * 2);
    --three: calc(var(--one) * 3);
    --mthree: calc(var(--one) * -3);
    text-shadow: var(--three) var(--two) var(--two) rgba(251, 12, 12,1), 0 var(--mone) var(--three) rgba(12, 79, 251,.5),var(--mthree) 0 var(--two) rgb(12, 251, 175),
    0 0 0.25rem #D1CFC3;
    filter: blur(0.1rex);
}

.nal-ca-h2 {
    --one: 0.01rem;
    --mone: calc(var(--one) * -1);
    --two: calc(var(--one) * 2);
    --three: calc(var(--one) * 3);
    --mthree: calc(var(--one) * -3);
    text-shadow: var(--three) var(--two) var(--two) rgba(251, 12, 12,1), 0 var(--mone) var(--three) rgba(12, 79, 251,.5),var(--mthree) 0 var(--two) rgb(12, 251, 175),
    0 0 0.15rem #D1CFC3;
    filter: blur(0.08rex);
}

.nal-yorha {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: min(55rem, 80%);
    pointer-events: none;
    user-select: none;
    opacity: 0.15;
    #left: calc(50% - 25rem);
    #top: 50%;
}

.nal-yorha-img {
    width: 100%;
}

.nal-spinner {
    position: absolute;
    top: 3rem;
    right: 6rem;
}

.nal-spinner-img {
    animation: spin 1s linear infinite;
    width: 3rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nal-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0C0B04;
    opacity: 0;
    transition: opacity 1s linear;
    user-select: none;
    pointer-events: none;
}

.nal-g {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nal-slice {
    overflow: hidden;
}

/*.nal-slice {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    pointer-events: none;*/
/*}*/

/*.nal-line {*/
/*    height: 38px;*/
/*    width: 100%;*/
/*    background:*/
/*            url('line_start.png') left center no-repeat,*/
/*            url('line_middle.png') left center repeat-x,*/
/*            url('line_end.png') right center no-repeat;*/
/*}*/

.line {
    position: relative;
    height: 38px;
    /*margin-left: -8px;*/
    /*margin-right: -8px;*/
}

.line::before,
.line::after {
    content: '';
    position: absolute;
    top: 0;
    width: 90px; /* width of caps */
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.line::before { left: 0; background-image: url('line_start.png'); }
.line::after { right: 0; background-image: url('line_end.png'); }

.line span {
    display: block;
    height: 100%;
    margin: 0 90px; /* space for caps */
    background: url('line_middle.png') repeat-x;

}

.nal-header-text-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 5rem;
}

.nal-line-left {
    min-height: 2.4rem;
    background: url('bar.png') repeat-y;
    opacity: 0.2;
    margin-left: 2.5rem;
    padding-right: 2rem;
    margin-right: 1rem;
}

.nal-header-btn {
    display: flex;
    align-items: center;
    height: 2rem;
    /*background-color: #0C0B0420;*/
    background-color: #A19B83;
    margin-right: 2.5rem;
    padding: 0.2rem;
    width: 10rem;
    color: #46443B;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2rem;
    vertical-align: middle;
    position: relative;
}

.nal-header-btn-pointer {
    display: none;
    position: absolute;
    left: -2.75rem;
}

.nal-header-btn-pointer > img {
    height: 1.75rem;
}

.nal-header-btn-selected .nal-header-btn-pointer {
    display: unset;
}

.nal-header-btn-pointer-line-bottom, .nal-header-btn-pointer-line-top {
    display: none;
    height: 0.125rem;
    width: 100%;
    position: absolute;
    background-color: #46443B;
    left: 0;
}

.nal-header-btn-pointer-line-bottom {
    bottom: -0.4rem;
}

.nal-header-btn-pointer-line-top {
    top: -0.4rem;
}

.nal-header-btn-selected .nal-header-btn-pointer-line-bottom, .nal-header-btn-selected .nal-header-btn-pointer-line-top {
    display: unset;
}

.nal-header-btn-selected {
    background-color: #46443B;
    color: #B3AF93;
}

.nal-header-btn-img {
    height: 1.6rem;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}

.nal-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0.05;
    background: url("bg_tile_l_overlay.png") repeat;
    background-size: 30px;
    user-select: none;
    pointer-events: none;
}