body {
    position: relative;
    font-family: 'SFUIText', sans-serif;
    color: #EEEEEE;
    background-color: #D41;
    font-size: 150%;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    cursor: none;
    overflow: overlay;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#main-heading,
#main-heading a,
#main-heading a:visited,
nav a,
nav a:visited,
h1 a,
h1 a:visited,
h2 a,
h2 a:visited
{
    color: inherit;
    text-decoration-line: none;
}

h1, h2, h3
{
    margin-top: 0;
    margin-bottom: 0;
}

#main-heading a:hover,
nav a:hover {
    color: #FFF;
}

#main-heading {
    font-family: 'SFUIDisplay', sans-serif;
    padding: 12px 5px;
}

#main-heading a {
    padding: 0 0.125em;
}

a.nav-action {
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 2px;
}

a.nav-action.selected {
    color: #D41 !important;
    background-color: #FFF;
}

a.media-nav-action {
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 2px;
}

a.media-nav-action.selected {
    color: #D41 !important;
    background-color: #FFF;
}

a {
    color: inherit;
    cursor: none;
    font-weight: bold;
}

a:hover {
    color: #FFF;
}

a:visited{
}

section {
    padding-top: 2em;
    margin: auto;
    width: 390px;
}

section :first-child {
    margin-top: 0;
}

/*
@media only screen and (min-width: 600px) {
    section#media-section {
        min-width: 600px;
    }
}
*/

@media only screen and (max-width: 390px) {
    section#media-section {
        min-width: 100%;
    }
}


#top {
    margin: auto;
}

#cursor-space {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 390px;
    overflow: hidden;
    pointer-events: none;
}

.cursor-img {
    position: absolute;
    background-image: url('../img/he jettison cursor.png');
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
}

/* Default */
section:not([id='home']){
    display: none;
}

.center-contents>*{
    margin: auto;
    width: 390px;
}

.center-text {
    text-align: center;
}

.flashy {
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #000, #FFF, #000, #FFF, #000);
  background-size: 282.84271247461900976033774484194%;
  animation: cool 0.2s linear infinite;
  animation-play-state: running;
}

.centered{
    display: inline;
    text-align: center;
}

.lorg {
    font-size: 400%;
}

a.external-link:after {
    content: ' ';
    display: inline-block;
    vertical-align: text-bottom;
    width: 1.3em;
    height: 1.3em;
    background-image: url('../img/external-link-EEE.svg');
    background-size: contain;
}

a.external-link:hover:after {
    background-image: url('../img/external-link-FFF.svg');
}

.stripes {
    position: absolute;
    background-image: url('../img/stripes-EEE.svg');
    background-repeat: repeat-y;
    background-size: auto;
    height: 100%;
    width: 24px;
}

@media only screen and (max-width: 540px) {
    .stripes {
        width: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .stripes {
        display: none;
    }
}

.left-stripes {
    left: 0;
}

.right-stripes {
    right: 0;
}