html {
    font-size: 62.5%;
    font-family: suisse, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1;
}

body {
    font-size: 2rem;
    background-color: #fff;
}

@font-face {
    font-family: 'Gothic821 Cn BT';
    src: url('/fallout-fission/assets/Gothic821CondensedBT-Regular.woff2') format('woff2'),
        url('/fallout-fission/assets/Gothic821CondensedBT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JH_Fallout';
    src: url('/fallout-fission/assets/JHFallout.woff2') format('woff2'),
        url('/fallout-fission/assets/JHFallout.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.subPageBody {
    background-color: #7f8d9b;
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 2rem
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #54544c;
	overflow-x: hidden;
}

a			{color: #364857;font-weight: bold; text-decoration: none;}
a:hover,
a:focus		{ color: #fcdc30; text-shadow: rgba(0, 0, 0, 0.33) 0 1px 0; }
a:active	{ color: #375e76; }

*,*::before,*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
}

.imageWrapper {
    height: 766px;
    background: linear-gradient(rgba(54,59,61,0.8), rgba(54,59,61,0.8)),url("assets/headerimage.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.headerBackground {
    height: 80px;
    background-color: rgba(0,0,0,0.1);
}

@media only screen and (max-width: 768px) {
    .headerBackground {
        height:80px;
    }
}

.subPageHeaderBackground {
    background-color: #7f8d9b;
}

.container {
    display: grid;
    /* margin: auto; */
    /* max-width: 1170px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 115px 650px auto auto auto auto;
	grid-column-gap: 30px;
grid-template-areas:
    "h h h h h h h h h h h h"
    "p p p p p i i i i i i i"
    "l l l l l l l l l l l l"
    "s s s s s s s s s s s s"
    "c c c c c c c c c c c c"
	"t t t t t t t t t t t t"
    "f f f f f f f f f f f f";
}

.subPageContainer {
    grid-template-rows: 115px auto auto auto;
    background-color: #7f8d9b;
	padding: 0 5px;
}

@media only screen and (max-width: 768px) {
    .container {
        grid-template-rows:80px 811px auto auto auto
    }
}

@media only screen and (max-width: 1150px) {
    .container {
        grid-column-gap:0px;
        grid-template-columns: 1;
        grid-template-rows: 115px auto auto auto auto auto;
        grid-template-areas: "h h h h h h h h h h h h" "i i i i i i i i i i i i" "p p p p p p p p p p p p" "s s s s s s s s s s s s" "c c c c c c c c c c c c" 	"t t t t t t t t t t t t" "f f f f f f f f f f f f"
    }
}

.page {
    margin-top: 30px;
    margin-bottom: 70px;
    grid-column: 3/11
}

@media only screen and (max-width: 768px) {
    .page {
        margin-top:30px;
        margin-bottom: 70px;
        grid-column: 1/-1
    }
}

header {
    grid-area: h;
    display: flex;
    padding: 0 5%;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    margin-right: 30px
}

.logo>p {
    white-space: nowrap;
    display: flex;
    font-weight: bold;
    margin-left: 15px;
	color: #c4cbcd;
	text-shadow: rgba(0, 0, 0, 0.33) 0 1px 2px;
}

@media only screen and (max-width: 768px) {
    .logo {
        height:80px;
        margin-right: 0px
    }

    .logo>p {
        display: none
    }
}

.headerIcon {
    width: 50px;
    height: 50px;
    -webkit-clip-path: url(#shape);
    clip-path: url(#shape)
}

@media only screen and (max-width: 768px) {
    .divider {
        position:relative;
        min-width: 1px;
        max-width: 1px;
        background-color: rgba(127,127,127,0.2);
        display: inline-block;
        margin-left: 15px
    }
}

.scroll {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media only screen and (max-width: 768px) {
    .scroll {
        height:80px;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: -60px;
        justify-content: flex-start
    }
}

.scroll::-webkit-scrollbar {
    display: none
}

nav>ul {
    color: #fff;
    display: flex;
    list-style-type: none
}

nav>ul li {
    padding-left: 30px
}

@media only screen and (max-width: 768px) {
    nav>ul li {
        padding-left:20px
    }
}

nav>ul li:first-child {
    padding-left: 0px;
    padding-left: 15px
}

nav>ul li:last-child {
    padding-right: 15px
}

nav>ul li a:link,nav>ul li a:visited {
    text-decoration: none;
    color: #c4cbcd;
	text-shadow: rgba(0, 0, 0, 0.33) 0 1px 2px;
}

nav>ul li a:hover,nav>ul li a:active {
    text-decoration: none;
    color: #fff
}

.subPageHeaderBackground .logo>p {
    /* color: #000; */
}

.subPageHeaderBackground nav>ul li a:link,.subPageHeaderBackground nav>ul li a:visited {
    /* color: rgba(0,0,0,0.6); */
}

.subPageHeaderBackground nav>ul li a:hover,.subPageHeaderBackground nav>ul li a:active {
    color:#fcdc30
}

.appInfo {
    grid-area: p;
    display: flex;
    padding-top: 68px;
    padding-left: 16%;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media only screen and (max-width: 1150px) {
	.imageWrapper {
    height: 894px;
 }
    .appInfo {
        padding-top:50px;
        padding-left:0;
        justify-content: center;
    }
}

.appIconShadow {
    display: flex;
    filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.1)) drop-shadow(0px 1px 1px rgba(0,0,0,0.2))
}

.appIconLarge {
    width: 120px;
    height: 120px;
    -webkit-clip-path: url(#shape120);
    clip-path: url(#shape120)
}

.appNamePriceContainer {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    align-items: start;
    /* margin-left:30px; */
    justify-content: center;
    align-content: flex-start;
}

.appName {
	margin: 0 0 0.5em;
	font-size: 4.5rem;
	color: #fcdc30;
	text-shadow: rgba(0, 0, 0, 0.33) 0 1px 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Gothic821 Cn BT;
	font-size: clamp(3.5rem, 5.5vw, 6.3rem);
    font-weight: 300;
    line-height: 1.02;
	    letter-spacing: 0.005em;

}

.appPrice {
    color: #fff;
    font-weight: normal;
    margin-top: 13px
}

@media only screen and (max-width: 768px) {
    .appNamePriceContainer {
        width:100%;
        margin-left: 0px;
        align-items: center;
        justify-content: center
    }

    .appName {
        text-align: center
    }

    .appPrice {
        margin-top: 13px;
        text-align: center
    }
}

.appDescriptionContainer {
    font-size: 2.5rem;
    font-weight: normal;
    width: 100%;
    align-items: flex-start;
    /* margin-top: 25px; */
    flex: 0 1 auto;
    line-height: 1.5;
}

.appDescription {
	margin: 0 0 0.5em;
	color: #c4cbcd;
	text-shadow: rgba(0, 0, 0, 0.33) 0 1px 2px;
	text-align: center;
	/* height: 100px; */
}

@media only screen and (max-width: 1150px) {
    .appDescription {
        text-align:center
    }
}

.downloadButtonsContainer{
    width: 80%;
	margin-top:20px;
}

.download
{
	-webkit-transition: background-color 0.2s ease-out;
	color: white;
	line-height: 1.5em;
	text-shadow: black 0 -1px 0;
	text-decoration: none;
	font-weight: normal;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	display: block;
	position: relative;
	padding: 1px 16px 16px;
	margin: 0 0 20px;
	background: #234 url("assets/glow_oval_256_clipped.png") 50% 150% no-repeat;
	background: url("assets/glow_oval_256_clipped.png") 50% 150% no-repeat,
				#234 url("assets/gradient_20_reversed.png") 0 100% repeat-x;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border: 1px solid #132528;
	border-color: rgba(0, 0, 0, 0.33);
	-moz-box-shadow: rgba(255, 255, 255, 0.33) 0 0.5px 0;
	-webkit-box-shadow: rgba(255, 255, 255, 0.33) 0 1px 0;
}
.download:hover,
.download:focus		{ background-color: #740000 !important; }
.download:active	{ background-color: #4c0400 !important; }


.download-icon          {display: block;margin: -20px auto 0; margin-bottom: 5px;}
.new				    { position: absolute; top: -10px; right: -16px; }
.package-version        {text-transform: uppercase;font-weight: bold;letter-spacing: 1px; }
.package-version .beta  { text-transform: none; font-weight: normal; letter-spacing: 0; }
.package-architectures  { display: block; margin-top: 0.5em; color: #b1babc; font-size: 95%; }

@media only screen and (max-width: 1150px) {
    .downloadButtonsContainer {
        text-align:center;
		width: 40%;
    }
}

.playStore {
    height: 75px;
    margin-right: 24px
}

@media only screen and (max-width: 1150px) {
    .playStore {
        margin-right:24px;
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 528px) {
    .playStore {
        margin-right:0px;
        margin-bottom: 24px
    }
}

.appStore {
    height: 75px
}

.iphonePreview {
    grid-area: i;
    background-image: url("assets/black.png");
    background-size: 750px auto;
    background-repeat: no-repeat;
    /* background-position-x: center; */
    margin-top: 68px;
    /* padding-right: 8%; */
}

.iphoneScreen {
    width: 576px;
    -webkit-clip-path: url(#screenMask);
    clip-path: url(#screenMask);
    margin-left: 88px;
    margin-top: 18px;
}

.videoContainer {
    width: 349px;
    height: 755px;
    -webkit-clip-path: url(#screenMask);
    clip-path: url(#screenMask);
    margin-left: 26px;
    margin-top: 23px
}

.videoContainer>video {
    width: 349px;
    height: 755px
}

@media only screen and (max-width: 1325px) {
    .iphonePreview {
        background-size: 640px auto;
    }

    .iphoneScreen {
        width: 490px;
        margin-left: 75px;
        margin-top: 15px;
    }

    .videoContainer {
        width: 322px;
        height: 698px;
        margin-left: 24px;
        margin-top: 22px
    }

    .videoContainer>video {
        width: 322px;
        height: 698px
    }
}

@media only screen and (max-width: 1150px) {
    .iphonePreview {
        display:flex;
        background-size: 560px auto;
        background-position: center 0;
        margin-top: 47px;
        justify-content: center;
        padding-bottom: 75px;
    }

    .iphoneScreen {
        width: 430px;
        /* height:488px; */
        -webkit-clip-path: url(#screenMask);
        clip-path: url(#screenMask);
        margin: 0px;
        margin-top: 12px;
    }

    .videoContainer {
        width: 226px;
        height: 488px;
        margin-left: 0px;
        margin-top: 17px
    }

    .videoContainer>video {
        width: 226px;
        height: 488px
    }
}

@media only screen and (max-width: 600px) {
    .iphonePreview {
        display:flex;
        background-size: 360px auto;
        background-position: center 0;
        margin-top: 47px;
        justify-content: center;
        padding-bottom: 75px
    }

    .iphoneScreen {
        width: 280px;
        /* height:488px; */
        -webkit-clip-path: url(#screenMask);
        clip-path: url(#screenMask);
        margin: 0px;
        margin-top: 7px;
    }

    .videoContainer {
        width: 226px;
        height: 488px;
        margin-left: 0px;
        margin-top: 17px
    }

    .videoContainer>video {
        width: 226px;
        height: 488px
    }
}

/* =====================================================
   WRAPPERS
===================================================== */

.presentations {
    grid-column: 1 / -1;
    width: 100%;
}

.features {
    grid-area: c;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    padding: 93px 10%;
    background-color: #7f8d9b;
    filter:
        drop-shadow(0px 5px 10px rgba(0,0,0,0.1))
        drop-shadow(0px 1px 1px rgba(0,0,0,0.2));
}


/* =====================================================
   PRESENTATION BAND LAYOUT
===================================================== */

.presentation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
    padding-top: 6rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;

    /* background */
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.06),
        rgba(0,0,0,0.06),
        rgba(0,0,0,0.12)
    );

    /* scroll reveal base */
    opacity: 0;
    transform: translateX(60px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(.22,.9,.33,1);
}

/* RIGHT layout */
.presentation.right {
    flex-direction: row-reverse;
    padding-right: 4rem;
    background: linear-gradient(
        to left,
        rgba(0,0,0,0.02),
        rgba(0,0,0,0.12)
    );
    background-color: rgba(0,0,0,0.14);
    transform: translateX(-60px);
}

/* LEFT layout padding */
.presentation:not(.right) {
    padding-left: 4rem;
}

/* Reveal state */
.presentation.reveal {
    opacity: 1;
    transform: translateX(0);
}

/* subtle diagonal texture */
.presentation::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.02) 0px,
        rgba(0,0,0,0.02) 7px,
        transparent 7px,
        transparent 14px
    );
    opacity: 0.5;
}


/* =====================================================
   PRESENTATION CONTENT
===================================================== */

.presentation-content {
    position: relative;
    flex: 0 0 38%;
}

.feature-number {
    position: absolute;
    top: -2rem;
    left: -1rem;
    font-size: clamp(10rem, 20vw, 24rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: 0.045;
    pointer-events: none;
    z-index: 0;
}

.presentation.right .feature-number {
    left: auto;
    right: -1rem;
}

.presentation-title {
    position: relative;
    z-index: 1;
    font-family: Gothic821 Cn BT;
    font-size: clamp(2.7rem, 5.5vw, 5.6rem);
    font-weight: 100;
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fcdc30;
    text-shadow: rgba(0,0,0,0.33) 0 1px 2px;
    margin-bottom: 2rem;
}

.presentation-description {
    margin-top: 2.5rem;
	margin-bottom: 3.5rem;
    font-size: clamp(1.65rem, 1.7vw, 1.85rem);
    line-height: 1.7;
    max-width: 55ch;
    opacity: 0.9;
}


/* =====================================================
   PRESENTATION MEDIA (EDGE BLEED)
===================================================== */

.presentation-media {
    flex: 0 0 48%;
    position: relative;
    aspect-ratio: 16 / 10;
}

.presentation-media img {
    position: absolute;
    width: 110%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Positioning */
.presentation:not(.right) .presentation-media img { left: 0; }
.presentation.right .presentation-media img {right: 0;}

/* Hover micro slide */
.presentation:not(.right) .presentation-media:hover img {
    transform: translateX(-15%, -12%);
}
.presentation.right .presentation-media:hover img {
    transform: translate(15%, -12%);
}

@media only screen and (max-width: 1150px) {
	/* Positioning */
.presentation:not(.right) .presentation-media img {width: 120%;}
.presentation.right .presentation-media img {width: 120%;}
}

@media only screen and (max-width: 1000px) {
	
.presentation:not(.right) .presentation-media img {right: 0;width: 80%;}
.presentation.right .presentation-media img {left: 0;width: 90%;}
	/* Hover micro slide */
.presentation:not(.right) .presentation-media:hover img {
    transform: scale(105%);
}
.presentation.right .presentation-media:hover img {
    transform: scale(105%);
}
}

/* =========================================
   FEATURE IMAGE STACK
========================================= */

.feature-image {
    aspect-ratio: 16 / 10;
    cursor: pointer;
}

.feature-image img {
    position: absolute;
    opacity: 0;
¥}

/* visible slide */

.feature-image img.active {
    opacity: 1;
}

/* subtle interaction cue */

.feature-image:hover {
    filter: brightness(1.05);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .feature-image {
        aspect-ratio: 4 / 3;
    }

}


/* =====================================================
   STATEMENT BAND
===================================================== */

.statement-band {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    padding: 6rem 4rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);

    background:
        radial-gradient(circle at 20% 30%, rgba(0,0,0,0.06), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(0,0,0,0.05), transparent 60%),
        #5b6e7f;
}

.statement-inner {
    max-width: 900px;
    margin: 0 auto;
}

.statement-text {
    font-size: clamp(3.2rem, 6.5vw, 7rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0;
}

.statement-meta {
    margin-top: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.6;
}

/* Architectural quote marks */
.statement-band::before,
.statement-band::after {
    position: absolute;
    font-size: clamp(12rem, 20vw, 26rem);
    font-weight: 900;
    line-height: 1;
    opacity: 0.03;
    pointer-events: none;
}

.statement-band::before {
    content: "“";
    top: 4rem;
    left: 6rem;
}

.statement-band::after {
    content: "”";
    bottom: -2rem;
    right: 6rem;
}


/* =====================================================
   LANDSCAPE BAND
===================================================== */

.landscape-band {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    height: clamp(160px, 18vw, 240px);

    background-image: url("/fallout-fission/assets/landscape.jpg");
    background-size: cover;
    background-position: center;
    filter: grayscale(30%) contrast(55%) brightness(95%);
}

.landscape-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #4875a8;
    mix-blend-mode: color;
}

.landscape-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.35),
        transparent 25%,
        transparent 75%,
        rgba(0,0,0,0.35)
    );
    opacity: 0.4;
}

.landscape-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
}

.landscape-text {
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f2f1ec;
}


/* =====================================================
   TERMINAL BAND (CRT)
===================================================== */

.terminal-band {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    padding: 4rem 8rem;
    background: #282828;
    color: #3cf800;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);

    animation: crt-on 1.2s ease-out forwards;
    opacity: 0;
}

/* CRT power-on */
@keyframes crt-on {
    0%   { opacity: 0; transform: scaleY(0.95); }
    60%  { opacity: 1; transform: scaleY(1.02); }
    100% { opacity: 1; transform: scaleY(1); }
}

/* Scanlines */
.terminal-band::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: repeating-linear-gradient(
        to bottom,
        rgba(255,255,255,0.4) 0px,
        rgba(255,255,255,0.24) 1px,
        transparent 1px,
        transparent 3px
    );

    opacity: 0.12;
}

/* CRT vignette + glass depth */
.terminal-band::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.04) 0%,
        rgba(0,0,0,0.15) 70%,
        rgba(0,0,0,0.35) 100%
    );

    mix-blend-mode: multiply;
}

/* INNER WINDOW (layout only) */
.terminal-window {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
}

/* Header */
.terminal-header {
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 3rem;
}

/* Boot sequence */
.terminal-boot {
    font-size: 1.5rem;
    line-height: 1.8;
    height: 190px;
    overflow: hidden;
}

/* Glow */
.terminal-boot .teletype-text {
    font-family: "JH_Fallout";
    text-shadow:
        0 0 2px rgba(0,255,120,0.6),
        0 0 6px rgba(0,255,120,0.4),
        0 0 12px rgba(0,255,120,0.15);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

    .presentation {
        flex-direction: column;
        gap: 3rem;
        padding: 4rem 2rem;
        transform: translateY(40px);
    }

    .presentation.right {
        flex-direction: column;
    }

    .presentation-content,
    .presentation-media {
        flex: 0 0 100%;
        width: 100%;
    }

	.presentation-media > img {
	    position: relative;
	    width: 100%;
	    left: 0;
	    right: 0;
	}
}

.feature {
    display: flex;
    padding-top: 63px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100%/3)
}

.feature:nth-child(-n+3) {
    padding-top: 0px
}

.feature:nth-child(3n) {
    padding-right: 0px
}

.feature:nth-child(3n+1) {
    padding-left: 0px
}

.screenshots {
    grid-area: s;
    display: flex;
    flex: 0 1 auto;
    align-content: flex-start;
    justify-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
    background-color: #54544c;
    padding: 0 10%;
    filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.1)) drop-shadow(0px 1px 1px rgba(0,0,0,0.2));
}

.screenshot {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
}

.iconBack {
    color: #e6e6e6
}

.iconTop {
    color: #32598c;
}

.socialIconBack {
    color: #e6e6e6
}

.socialIconTop {
    color: #666
}

.featureText {
    margin-left: 18px
}

.featureText>h3 {
    color: #000
}

.featureText>p {
    color: #0c0c0c;
    margin-top: 8px;
    line-height: 1.5
}

.screenshotText {
    margin-left: 18px
}

.screenshotText>h3 {
    color: #000
}

.screenshotText>p {
    color: #0c0c0c;
    margin-top: 8px;
    line-height: 1.5
}

@media only screen and (max-width: 1150px) {
    .features {
        flex-grow:1;
        flex-direction: row;
        flex-wrap: wrap;
        /* margin-top:11px; */
    }

    .feature {
        display: flex;
        padding-top: 41px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    .feature:nth-child(-n+3) {
        padding-top: 41px
    }

    .feature:nth-child(1) {
        padding-top: 0px
    }

    .feature:nth-child(3n) {
        padding-right: 15px
    }

    .feature:nth-child(3n+1) {
        padding-left: 15px
    }

	.screenshots {
        flex-grow:1;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top:11px;
    }

    .screenshot {
        display: flex;
        /* padding-top: 41px; */
        padding-left: 15px;
        padding-right: 15px;
        /* width: 100%; */
    }
}

@media only screen and (max-width: 375px) {
    .features {
        flex-grow:1;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 11px
    }

    .feature {
        display: flex;
        padding-top: 41px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%
    }

    .feature:nth-child(-n+3) {
        padding-top: 41px
    }

    .feature:nth-child(1) {
        padding-top: 0px
    }

    .feature:nth-child(3n) {
        padding-right: 0px
    }

    .feature:nth-child(3n+1) {
        padding-left: 0px
    }

	.screenshots {
        flex-grow:1;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 11px
    }

    .screenshot {
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
    }
}

footer {
    grid-area: f;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color:#5b6d7f;
}

.footerText {
    color: #0c0c0c;
    display: block;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px
}

.footerIcons {
    padding-bottom: 70px;
    display: flex;
    flex: 0 0 100%;
    justify-content: center
}

.footerLinks {
    display: flex;
    text-align: center;
    padding-bottom: 70px
}

.footerLinks a {
    margin-right: 30px;
}

.footerLinks a:last-child {
    margin-right: 0px
}

@media only screen and (max-width: 768px) {
    .footerLinks {
        flex-direction:column
    }

    .footerLinks a {
        justify-content: stretch;
        margin-right: 0px;
        margin-top: 20px
    }

    .footerLinks a:first-child {
        margin-top: 0px
    }
}

@media only screen and (max-width: 1150px) {
    .footerText {
        display: block;
        line-height: 1.5;
        width: 100%;
        text-align: center;
        padding-top: 54px;
        padding-bottom: 61px
    }

    .footerIcons {
        padding-bottom: 70px;
        display: flex
    }
}

.hidden {
    display: none
}

@font-face {
    font-family: octicons-link;
    src: url(data:font/woff;charset=utf-8;base64,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) format("woff")
}

.markdown-body .octicon {
    display: inline-block;
    fill: currentColor;
    vertical-align: text-bottom
}

.markdown-body .anchor {
    float: left;
    line-height: 1;
    margin-left: -20px;
    padding-right: 4px
}

.markdown-body .anchor:focus {
    outline: none
}

.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link {
    color: #000;
    vertical-align: middle;
    visibility: hidden
}

.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 {
    color: #000
}

.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor {
    text-decoration: none
}

.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link {
    visibility: visible
}

.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: rgba(0,0,0,0.8);
    line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word
}

.markdown-body p code {
	font-size: 85%;
	font-weight: normal;
	padding: 0 0.5em 0.1em;
	margin: 2px 1px 2px 0;
	background: #d9dcdf;
	color: #364857;
	text-shadow: none;
	white-space: nowrap;
	
	min-width: 1em;
	text-align: center;
	border-top: 1px solid #e9ecef;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.markdown-body .pl-c {
    color: #6a737d
}

.markdown-body .pl-c1,.markdown-body .pl-s .pl-v {
    color: #005cc5
}

.markdown-body .pl-e,.markdown-body .pl-en {
    color: #6f42c1
}

.markdown-body .pl-s .pl-s1,.markdown-body .pl-smi {
    color: #24292e
}

.markdown-body .pl-ent {
    color: #22863a
}

.markdown-body .pl-k {
    color: #d73a49
}

.markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre {
    color: #032f62
}

.markdown-body .pl-smw,.markdown-body .pl-v {
    color: #e36209
}

.markdown-body .pl-bu {
    color: #b31d28
}

.markdown-body .pl-ii {
    background-color: #b31d28;
    color: #fafbfc
}

.markdown-body .pl-c2 {
    background-color: #d73a49;
    color: #fafbfc
}

.markdown-body .pl-c2:before {
    content: "^M"
}

.markdown-body .pl-sr .pl-cce {
    color: #22863a;
    font-weight: 700
}

.markdown-body .pl-ml {
    color: #735c0f
}

.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms {
    color: #005cc5;
    font-weight: 700
}

.markdown-body .pl-mi {
    color: #24292e;
    font-style: italic
}

.markdown-body .pl-mb {
    color: #24292e;
    font-weight: 700
}

.markdown-body .pl-md {
    background-color: #ffeef0;
    color: #b31d28
}

.markdown-body .pl-mi1 {
    background-color: #f0fff4;
    color: #22863a
}

.markdown-body .pl-mc {
    background-color: #ffebda;
    color: #e36209
}

.markdown-body .pl-mi2 {
    background-color: #005cc5;
    color: #f6f8fa
}

.markdown-body .pl-mdr {
    color: #6f42c1;
    font-weight: 700
}

.markdown-body .pl-ba {
    color: #586069
}

.markdown-body .pl-sg {
    color: #959da5
}

.markdown-body .pl-corl {
    color: #032f62;
    text-decoration: underline
}

.markdown-body details {
    display: block
}

.markdown-body summary {
    display: list-item
}

.markdown-body a {
    background-color: transparent;
}

.markdown-body a:active,.markdown-body a:hover {
    outline-width: 0
}

.markdown-body strong {
    font-weight: inherit;
    font-weight: bolder
}

.markdown-body h1 {
    font-size: 2em;
    margin: .67em 0
}

.markdown-body img {
    border-style: none
}

.markdown-body code,.markdown-body kbd,.markdown-body pre {
    font-family: monospace,monospace;
    font-size: 1em
}

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

.markdown-body input {
    font: inherit;
    margin: 0
}

.markdown-body input {
    overflow: visible
}

.markdown-body [type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

.markdown-body * {
    box-sizing: border-box
}

.markdown-body input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}


.markdown-body a			{color: #364857;font-weight: bold;}
.markdown-body a:hover,
.markdown-body a:focus		{ color: #fcdc30; text-shadow: rgba(0, 0, 0, 0.33) 0 1px 0; }
.markdown-body a:active	{ color: #005cc5; }

.markdown-body strong {
    font-weight: 600
}

.markdown-body hr {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfe2e5;
    height: 0;
    margin: 15px 0;
    overflow: hidden
}

.markdown-body hr:before {
    content: "";
    display: table
}

.markdown-body hr:after {
    clear: both;
    content: "";
    display: table
}

.markdown-body table {
    border-collapse: collapse;
    border-spacing: 0
}

.markdown-body td,.markdown-body th {
    padding: 0
}

.markdown-body details summary {
    cursor: pointer
}

.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 {
    margin-bottom: 0;
    margin-top: 0
}

.markdown-body h1 {
    font-size: 32px
}

.markdown-body h1,.markdown-body h2 {
    font-weight: 600
}

.markdown-body h2 {
    font-size: 24px
}

.markdown-body h3 {
    font-size: 20px
}

.markdown-body h3,.markdown-body h4 {
    font-weight: 600
}

.markdown-body h4 {
    font-size: 16px
}

.markdown-body h5 {
    font-size: 14px
}

.markdown-body h5,.markdown-body h6 {
    font-weight: 600
}

.markdown-body h6 {
    font-size: 12px
}

.markdown-body p {
    margin-bottom: 10px;
    margin-top: 0
}

.markdown-body blockquote {
    margin: 0
}

.markdown-body ol,.markdown-body ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

.markdown-body ol ol,.markdown-body ul ol {
    list-style-type: lower-roman
}

.markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol {
    list-style-type: lower-alpha
}

.markdown-body dd {
    margin-left: 0
}

.markdown-body code,.markdown-body pre {
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 12px;
}

code.highlighter-rouge {
	font-size: 85%;
	font-weight: normal;
	padding: 0 0.5em 0.1em;
	margin: 2px 1px 2px 0;
	background: #d9dcdf;
	color: #364857;
	text-shadow: none;
	white-space: nowrap;
	
	min-width: 1em;
	text-align: center;
	border-top: 1px solid #e9ecef;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.markdown-body pre {
    margin-bottom: 0;
    margin-top: 0
}

.markdown-body input::-webkit-inner-spin-button,.markdown-body input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.markdown-body .border {
    border: 1px solid #e1e4e8 !important
}

.markdown-body .border-0 {
    border: 0 !important
}

.markdown-body .border-bottom {
    border-bottom: 1px solid #e1e4e8 !important
}

.markdown-body .rounded-1 {
    border-radius: 3px !important
}

.markdown-body .bg-white {
    background-color: #fff !important
}

.markdown-body .bg-gray-light {
    background-color: #fafbfc !important
}

.markdown-body .text-gray-light {
    color: #6a737d !important
}

.markdown-body .mb-0 {
    margin-bottom: 0 !important
}

.markdown-body .my-2 {
    margin-bottom: 8px !important;
    margin-top: 8px !important
}

.markdown-body .pl-0 {
    padding-left: 0 !important
}

.markdown-body .py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.markdown-body .pl-1 {
    padding-left: 4px !important
}

.markdown-body .pl-2 {
    padding-left: 8px !important
}

.markdown-body .py-2 {
    padding-bottom: 8px !important;
    padding-top: 8px !important
}

.markdown-body .pl-3,.markdown-body .px-3 {
    padding-left: 16px !important
}

.markdown-body .px-3 {
    padding-right: 16px !important
}

.markdown-body .pl-4 {
    padding-left: 24px !important
}

.markdown-body .pl-5 {
    padding-left: 32px !important
}

.markdown-body .pl-6 {
    padding-left: 40px !important
}

.markdown-body .f6 {
    font-size: 12px !important
}

.markdown-body .lh-condensed {
    line-height: 1.25 !important
}

.markdown-body .text-bold {
    font-weight: 600 !important
}

.markdown-body:before {
    content: "";
    display: table
}

.markdown-body:after {
    clear: both;
    content: "";
    display: table
}

.markdown-body>:first-child {
    margin-top: 0 !important
}

.markdown-body>:last-child {
    margin-bottom: 0 !important
}

.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none
}

.markdown-body blockquote,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul {
    margin-bottom: 16px;
    margin-top: 0
}

.markdown-body hr {
    background-color: #5b6d7f;
    border: 0;
    height: .25em;
    margin: 24px 0;
    padding: 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0.5px 0;
}

.markdown-body blockquote {
	margin: 0 0 2em;
	padding: 1em;
	list-style: none !important;
	background: #5b6d7f url(/fallout-fission/assets/gradient_20.png) repeat-x;
	/* background: url("../images/gradient_20.png") repeat-x,
				url("../images/glow_oval_256_reversed.png") 50% 100% no-repeat;
	-webkit-background-size: auto auto, 100% auto; */
	min-height: 2em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0.5px 0;
}

.markdown-body blockquote>:first-child {
    margin-top: 0
}

.markdown-body blockquote>:last-child {
    margin-bottom: 0
}

.markdown-body kbd {
    background-color: #fafbfc;
    border: 1px solid #c6cbd1;
    border-bottom-color: #959da5;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #959da5;
    color: #444d56;
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle
}

.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 24px
}

.markdown-body h1 {
    font-size: 2em
}

.markdown-body h1,.markdown-body h2 {
    border-bottom: 1px solid #5b6d7f;
    padding-bottom: .3em;
    /*-webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0.5px 0;*/
}

.markdown-body h2 {
    font-size: 1.5em;
	text-transform: uppercase;
}

.markdown-body h3 {
    font-size: 1.25em;
	text-transform: uppercase;
}

.markdown-body h4 {
    font-size: 1em
}

.markdown-body h5 {
    font-size: .875em
}

.markdown-body h6 {
    color: #6a737d;
    font-size: .85em
}

.markdown-body ol,.markdown-body ul {
    padding-left: 2em
}

.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul {
    margin-bottom: 0;
    margin-top: 0
}

.markdown-body li {
    word-wrap: break-all
}

.markdown-body li>p {
    margin-top: 16px
}

.markdown-body li+li {
    margin-top: .25em
}

.markdown-body dl {
    padding: 0
}

.markdown-body dl dt {
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    margin-top: 16px;
    padding: 0
}

.markdown-body dl dd {
    margin-bottom: 16px;
    padding: 0 16px
}

.markdown-body table {
    display:block;
    overflow: auto;
	width:fit-content;
	
	margin: 2px 1px 2px 0;
	background: #d9dcdf;
	color: #364857;
	text-shadow: none;
	white-space: nowrap;
	
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.markdown-body table th {
	background-color: #dadcdf;
    font-weight: 600
}

.markdown-body table td,.markdown-body table th {
    border: 1px solid #dadcdf;
    padding: 6px 13px;
}

.markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1
}

.markdown-body table tr:nth-child(2n) {
    background-color: #dadcdf
}

.markdown-body img {
    background-color: #fff;
    box-sizing: content-box;
    max-width: 100%;
}

.markdown-body img[align=right] {
    padding-left: 20px
}

.markdown-body img[align=left] {
    padding-right: 20px
}

.markdown-body .highlight pre {
	font-size: 85%;
	font-weight: normal;
	padding: 0 0.5em 0.1em;
	margin: 2px 1px 2px 0;
	color: #364857;
	text-shadow: none;
	white-space: nowrap;
	min-width: 1em;
	border-top: 1px solid #e9ecef;
	/* -webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px; */
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.markdown-body pre {
    word-wrap: normal
}

.markdown-body pre>code {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    white-space: pre;
    word-break: normal
}

.markdown-body .highlight {
    margin-bottom: 16px
}

.markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal
}

.markdown-body .highlight pre,.markdown-body pre {
    background-color: #dadcdf;
    border-radius: 3px;
    font-size: 85%;
    line-height: 1.25;
    overflow: auto;
    padding: 16px;

	border-top: 1px solid #e9ecef;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.markdown-body pre code {
    background-color: transparent;
    border: 0;
    display: inline;
    line-height: inherit;
    margin: 0;
    max-width: auto;
    overflow: visible;
    padding: 0;
    word-wrap: normal
}

.markdown-body .commit-tease-sha {
    color: #444d56;
    display: inline-block;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 90%
}

.markdown-body .blob-wrapper {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow-x: auto;
    overflow-y: hidden
}

.markdown-body .blob-wrapper-embedded {
    max-height: 240px;
    overflow-y: auto
}

.markdown-body .blob-num {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: rgba(27,31,35,0.3);
    cursor: pointer;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 12px;
    line-height: 20px;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 1%
}

.markdown-body .blob-num:hover {
    color: rgba(27,31,35,0.6)
}

.markdown-body .blob-num:before {
    content: attr(data-line-number)
}

.markdown-body .blob-code {
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    vertical-align: top
}

.markdown-body .blob-code-inner {
    color: #24292e;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 12px;
    overflow: visible;
    white-space: pre;
    word-wrap: normal
}

.markdown-body .pl-token.active,.markdown-body .pl-token:hover {
    background: #ffea7f;
    cursor: pointer
}

.markdown-body kbd {
    background-color: #fafbfc;
    border: 1px solid #d1d5da;
    border-bottom-color: #c6cbd1;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #c6cbd1;
    color: #444d56;
    display: inline-block;
    font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle
}

.markdown-body :checked+.radio-label {
    border-color: #0366d6;
    position: relative;
    z-index: 1
}

.markdown-body .tab-size[data-tab-size="1"] {
    -moz-tab-size: 1;
    tab-size: 1
}

.markdown-body .tab-size[data-tab-size="2"] {
    -moz-tab-size: 2;
    tab-size: 2
}

.markdown-body .tab-size[data-tab-size="3"] {
    -moz-tab-size: 3;
    tab-size: 3
}

.markdown-body .tab-size[data-tab-size="4"] {
    -moz-tab-size: 4;
    tab-size: 4
}

.markdown-body .tab-size[data-tab-size="5"] {
    -moz-tab-size: 5;
    tab-size: 5
}

.markdown-body .tab-size[data-tab-size="6"] {
    -moz-tab-size: 6;
    tab-size: 6
}

.markdown-body .tab-size[data-tab-size="7"] {
    -moz-tab-size: 7;
    tab-size: 7
}

.markdown-body .tab-size[data-tab-size="8"] {
    -moz-tab-size: 8;
    tab-size: 8
}

.markdown-body .tab-size[data-tab-size="9"] {
    -moz-tab-size: 9;
    tab-size: 9
}

.markdown-body .tab-size[data-tab-size="10"] {
    -moz-tab-size: 10;
    tab-size: 10
}

.markdown-body .tab-size[data-tab-size="11"] {
    -moz-tab-size: 11;
    tab-size: 11
}

.markdown-body .tab-size[data-tab-size="12"] {
    -moz-tab-size: 12;
    tab-size: 12
}

.markdown-body .task-list-item {
    list-style-type: none
}

.markdown-body .task-list-item+.task-list-item {
    margin-top: 3px
}

.markdown-body .task-list-item input {
    margin: 0 .2em .25em -1.6em;
    vertical-align: middle
}

.markdown-body hr {
    border-bottom-color: #eee
}

.markdown-body .pl-0 {
    padding-left: 0 !important
}

.markdown-body .pl-1 {
    padding-left: 4px !important
}

.markdown-body .pl-2 {
    padding-left: 8px !important
}

.markdown-body .pl-3 {
    padding-left: 16px !important
}

.markdown-body .pl-4 {
    padding-left: 24px !important
}

.markdown-body .pl-5 {
    padding-left: 32px !important
}

.markdown-body .pl-6 {
    padding-left: 40px !important
}

.markdown-body .pl-7 {
    padding-left: 48px !important
}

.markdown-body .pl-8 {
    padding-left: 64px !important
}

.markdown-body .pl-9 {
    padding-left: 80px !important
}

.markdown-body .pl-10 {
    padding-left: 96px !important
}

.markdown-body .pl-11 {
    padding-left: 112px !important
}

.markdown-body .pl-12 {
    padding-left: 128px !important
}

/* fancy zoom-image appearance */

#zoom-pane,
#zoom-spinner,
#zoom-caption
{
	background: #132528;
	background: rgba(0, 0, 0, 0.66);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	z-index: 999;
}
#zoom-image	{ width: 100%; height: 100%; margin: 0 0 1em; }
#zoom-pane	{ cursor: pointer; text-align: center; }
#zoom-spinner
{
	width: 64px;
	height: 64px;
	background-image: url("/fallout-fission/assets/spinner.png");
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 8px;
}
#zoom-close
{
	background: url("/fallout-fission/assets/closebox.png");
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	left: -15px;
}
#zoom-caption
{
	display: inline;
	display: inline-block;
	white-space: nowrap;
	color: white;
	font-weight: bold;
	padding: 0.5em 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	text-shadow: black 0 1px 2px;
}

/* Thumbnails */
.thumbnails		{margin-bottom: 0;padding-bottom: 30px;list-style: none;}
.thumbnails li	{ display: inline; }
.thumbnails img	{vertical-align: middle;}

.linked			{padding-bottom: 2em;position: relative;}
.linked a
{
	text-decoration: none;
	outline: none;
	padding: 2px;
	margin: 0 -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: opacity 0.25s ease-out;
	display: inline-block;
	text-align: center;
}

.linked:hover a		{ opacity: 0.5; }
.linked a:hover,
.linked a:focus		{ opacity: 1; background-color: white; background-color: rgba(255, 255, 255, 0.25);  }
.linked a:focus,
.linked a:active	{ background-color: white; background-color: rgba(255, 255, 255, 0.25); }


/* Captioning for linked thumbnails */
.linked small
{
	line-height: 1.5em;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	padding-top:7px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
	font-weight: bold;
}

.linked.caption-on-top
{
	padding-top: 2em;
}

.linked.caption-on-top small
{
	bottom: auto;
	top: 0;
}

.linked a:hover small,
.linked a:focus small	{ visibility: visible; }

/* Indented pill links/buttons */

a.pill
{
	-webkit-transition: background-color 0.2s;
	display: inline-block;
	/* Overrides for button style */
	border: 0;
	cursor: pointer;
	color: white !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px !important;
	line-height: 1.5em;
	min-height: 20px;
	padding: 0 20px 0 0.75em;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	background: url("/fallout-fission/assets/arrow_right.png") 100% 50% no-repeat,
				#253645 url("/fallout-fission/assets/gradient_20.png") repeat-x;
	-webkit-box-shadow: rgba(255, 255, 255, 0.33) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.25) 0 0.5px 0;
}

.previous.pill
{
	background-position: 0 50%;
	background-position: 0 50%, 0 0;
	background-image: url("/fallout-fission/assets/arrow_left.png"); /* For older browsers */
	background-image: url("/fallout-fission/assets/arrow_left.png"), url("../images/gradient_20.png");
	padding: 0 0.75em 0 20px;
}

.pill:hover,
.pill:focus		{ background-color: #fcdc30; }
.pill:active	{ background-color: #fcdc30; }

ul+.pill,
ol+.pill		{ margin-left: 2em; }

