/* Color Theme Swatches in Hex */
.Abstract-planets-and-space-background-1-hex { color: #020659; }
.Abstract-planets-and-space-background-2-hex { color: #5A86BF; }
.Abstract-planets-and-space-background-3-hex { color: #0E3659; }
.Abstract-planets-and-space-background-4-hex { color: #D9753B; }
.Abstract-planets-and-space-background-5-hex { color: #0D0D0D; }

/* Color Theme Swatches in RGBA */
.Abstract-planets-and-space-background-1-rgba { color: rgba(1, 6, 89, 1); }
.Abstract-planets-and-space-background-2-rgba { color: rgba(89, 133, 191, 1); }
.Abstract-planets-and-space-background-3-rgba { color: rgba(14, 54, 89, 1); }
.Abstract-planets-and-space-background-4-rgba { color: rgba(216, 116, 58, 1); }
.Abstract-planets-and-space-background-5-rgba { color: rgba(12, 12, 12, 1); }

/* Color Theme Swatches in HSLA */
.Abstract-planets-and-space-background-1-hsla { color: hsla(236, 96, 17, 1); }
.Abstract-planets-and-space-background-2-hsla { color: hsla(213, 44, 55, 1); }
.Abstract-planets-and-space-background-3-hsla { color: hsla(208, 72, 20, 1); }
.Abstract-planets-and-space-background-4-hsla { color: hsla(22, 67, 53, 1); }
.Abstract-planets-and-space-background-5-hsla { color: hsla(0, 0, 5, 1); }

body
{
    padding-top: 55px;
    background-color: #0D0D0D;
    color: white;
}

table
{
    width: 100%;
    border: 0.2em solid #5A86BF;
}

td,th
{
    border: 0.1em solid #FFFFFF;
    text-align: center;
}

#copyBox
{
    height: 0em;
}
.row.title
{
    background-color: #0D0D0D;
    background-image: url('./images/Sky_Background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.title
{
    color: white;
    text-align: center;
    padding-top: 2em;
    padding-left: 0px;
    padding-right: 0px;

}

.title h1
{
    font-size: 3em;
    color: white;
}

.title h2
{
    font-size: 2em;
    color: #5A86BF;
}

.titleLogo img
{
    width: 75%;
}

.gradient
{
    width: 100%;
    height: 64px;
}

.textArea
{
    color: white;
    font-size: 1.3em;
}

.textArea h1
{
    color: #D9753B;
    font-size: 1.5em;
    border-bottom: 0.01em solid #D9753B;
    margin-top: 1.3em;
}

.textArea h2
{
    color: #5A86BF;
    font-size: 1.3em;
    border: 0.01em solid #0E3659;
    padding: 0.3em;
}