@font-face { font-family: Titillium; src: url('TitilliumWeb-Regular.ttf'); }
@font-face { font-family: Titillium; font-weight: bold; src: url('TitilliumWeb-Bold.ttf');}
a
{
    margin-right: 10px;
    color: #ffffff;
    font-weight: bold;
}

a:link, a:visited
{
    color: #ffffff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active
{
    background-color: #adfffd;
    color: #000000;
}

.a-logo
{
    height: 75%;
    width: auto;
}

.a-logo:hover, .a-logo:active 
{
    background-color: rgba(0, 0, 0, 0);
}

article
{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    padding: 25px;
}

.banner
{
    text-align: center;
    margin: auto;
}

body
{
    background-image: url("../img/nasa-earth-002.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    color: #ffffff;
    font-family: Titillium;
}

.flavor-image
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

footer
{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    margin: auto;
    margin-top: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    text-align: center;
    width: 80%;
}

header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #1b2631;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
    text-align: left;
}

hr
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.menu-item
{
    float: right;
}

#notice-banner-image
{
    text-align: left;
}

#notice-banner-text
{
    text-align: left;
    color: #76d7c4;
    font-weight: bold;
}

#sc23-logo
{
    width: 25%;
}

.sub-text
{
    padding-left: 25px;
}

nav
{
    text-align: right;
}