.theme-normal {
    --family: "Quicksand";
    --color: #b3b5bc;
    --backgroundcolor: #161319;
    --linkcolor: #6D717E;
    --hline: #767A86;
}

.theme-sepia {
    --family: "Quicksand";
    --color: #704214;/*sepia*/
    --backgroundcolor: #F5DEB3;/*wheat*/
    --linkcolor: #930000;/*some red color*/
    --hline: #704214;
}

.theme-whiteblack {
    --family: "Quicksand";
    --color: #FFFFFF;
    --backgroundcolor: #000000;
    --linkcolor: #6D717E;
    --hline: #FFFFFF;
}

.theme-blackwhite {
    --family: "Quicksand";
    --color: #000000;
    --backgroundcolor: #FFFFFF;
    --linkcolor: #161319;
    --hline: #000000;
}

@media only screen and (min-width: 1020px) {
    body {
        background: url("../images/hubblebackground.png");
        background-repeat: repeat;
        background-color: black;
        color: var(--color);
        font-family: var(--family);
        font-size: 16pt;
        margin-top: 0px;
        margin-bottom: 0px;
    
    }

    .headerFont {
        font-family: 'bioliquid';
        font-weight: normal;
        font-style: normal;
        font-size: 56pt;
    }

    .headerDiv {
        width: 960px;
    }

    header {
        width: 960px;
        margin-left:auto;
        margin-right: auto;
    }

    nav {
        border-bottom: 1px solid var(--hline);
        border-top: 1px solid var(--hline);
        width: 960px;
        margin-left:auto;
        margin-right: auto;
        font-size: var(--sectionfont, 16pt);
    }
    footer {
        border-top: 1px solid var(--hline);
        width: 960px;
        margin-left:auto;
        margin-right: auto;
        font-size: var(--sectionfont, 16pt);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    section {
        width: 960px;
        margin-left:auto;
        margin-right: auto;
        font-size: var(--sectionfont, 16pt);
    }


    .crumbs ol {
        text-align: center;
        list-style-type: none;
        padding-left: 0;
        display: block;
    }

    .items {
        display: block !important;
    }
    
    .crumb {
        display: inline-block;
    }

    .crumb::after {
        content: " | ";
    }    

    .lastcrumb {
        display: inline-block;
    } 
    
    .hamburger {
        display: none;
    }

    .blackholespinner {
        width: 500px;
        height: 250px;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
    body {
        background: url("../images/hubblebackground.png");
        background-repeat: repeat;
        background-color: black;
        color: var(--color);
        font-family: var(--family);
        font-size: 14pt;
        margin-top: 0px;
        margin-bottom: 0px;
    
    }

    .headerFont {
        font-family: 'bioliquid';
        font-weight: normal;
        font-style: normal;
        font-size: 48pt;
    }

    .headerDiv {
        width: 725px;
    }
    
    header {
        width: 725px;
        margin-left:auto;
        margin-right: auto;
    }

    nav {
        border-bottom: 1px solid var(--hline);
        border-top: 1px solid var(--hline);
        width: 725px;
        margin-left:auto;
        margin-right: auto;
        font-size: calc(var(--sectionfont, 16pt) - 4pt);
    }
    footer {
        border-top: 1px solid var(--hline);
        width: 725px;
        margin-left:auto;
        margin-right: auto;
        font-size: calc(var(--sectionfont, 16pt) - 4pt);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    section {
        width: 725px;
        margin-left:auto;
        margin-right: auto;
        font-size: calc(var(--sectionfont, 16pt) - 4pt);
    }   
    

    .crumbs ol {
        text-align: center;
        list-style-type: none;
        padding-left: 0;
        display: block;
    }
    
    .items {
        display: block !important;
    }

    .crumb {
        display: inline-block;
    }

    .crumb::after {
        content: " | ";
    }

    .lastcrumb {
        display: inline-block;
    }   
    
    .hamburger {
        display: none;
    }
    
    .blackholespinner {
        width: 250px;
        height: 125px;
    }    
}

@media only screen and (max-width: 768px){
    body {
        background: url("../images/hubblebackground.png");
        background-repeat: repeat;
        background-color: black;
        color: var(--color);
        font-family: var(--family);
        font-size: 12pt;
        margin-top: 0px;
        margin-bottom: 0px;
    
    }

    .headerFont {
        font-family: 'bioliquid';
        font-weight: normal;
        font-style: normal;
        font-size: 40pt;
    }

    .headerDiv {
        width: 550px;
    }
    
    header {
        width: 550px;
        margin-left:auto;
        margin-right: auto;
    }

    nav {
        border-bottom: 1px solid var(--hline);
        border-top: 1px solid var(--hline);
        width: 550px;
        margin-left:auto;
        margin-right: auto;
        font-size: calc(var(--sectionfont, 16pt) - 4pt);
    }
    footer {
        border-top: 1px solid var(--hline);
        width: 550px;
        margin-left:auto;
        margin-right: auto;
        font-size: calc(var(--sectionfont, 16pt) - 4pt);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    section {
        width: 550px;
        margin-left:auto;
        margin-right: auto;
        font-size: calc(var(--sectionfont, 16pt) - 4pt);
    }


    .crumbs ol {
        text-align: center;
        list-style-type: none;
        padding-left: 0;
        display: none;
    }
    
    .items {
        display: none;
    }

    .crumb {
        text-align: center;
        padding-bottom: 20px;
    } 
   
    .lastcrumb {
        text-align: center;
    }   

    .hamburger {
        display: block;
        margin-left: auto;
        margin-right: 10px;
        width: 32px;
        height: 32px;
    }

    .blackholespinner {
        width: 125px;
        height: 62.5px;
    }    
  
}

hr {
    border-top: 1px solid var(--hline);
}

.background {
    background-color: var(--backgroundcolor);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
}

@font-face {
    font-family: 'bioliquid';
    src: url('../fonts/bioliquid-Regular.woff2') format('woff2'),
        url('../fonts/bioliquid-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'atkinson';
    src: url('../fonts/Atkinson-Hyperlegible-Regular-101.woff2') format('woff2'),
        url('../fonts/Atkinson-Hyperlegible-Regular-101.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Sheets Braille';
    src: url('../fonts/SheetsBrailleLight.woff2') format('woff2'),
        url('../fonts/SheetsBrailleLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sheets Braille';
    src: url('../fonts/SheetsBraille.woff2') format('woff2'),
        url('../fonts/SheetsBraille.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.stellarAnimate {

    color: #F38235;
    -webkit-animation: color-change 10s infinite;
    -moz-animation: color-change 10s infinite;
    -o-animation: color-change 10s infinite;
    -ms-animation: color-change 10s infinite;
    animation: color-change 10s infinite;  
}

@-moz-keyframes color-change /* Firefox */ {
    0% {color:#F38235;}
    50% {color:#FDB813;}
    100% {color:#F38235;}
}

@-webkit-keyframes color-change /* Safari and Chrome */ {
    0% {color:#F38235;}
    50% {color:#FDB813;}
    100% {color:#F38235;}
}

@keyframes color-change {
    0% {color:#F38235;}
    50% {color:#FDB813;}
    100% {color:#F38235;}
}

a:link {
    color: var(--linkcolor);
}

a:visited {
    color: var(--linkcolor);
}

a:hover {
    color: var(--linkcolor);
}

a:active {
    color: var(--linkcolor);
}

/*section .terminal, */
section .wrapper {
    /*border: 1px solid var(--hline);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    background-color: black;
}