﻿body {
    font-family: Calibri;
    background-color: black;
    color: #fefefe;
    font-size:1.1rem
}

hr {
    max-width:none;
    margin: .2rem auto 0 auto;
}

a {
    color: white;
}

    a:hover, a:focus {
        color: grey
    }

.menu {
    background: black !important;
    color:white;
}


    .menu li {
        background: black !important;
    }

    .menu a{
        color:white;
        font-size:1.2rem;
    }

.orbit-image {
    max-height: 500px;
    width: auto;
}

.title {
    font-family:'Footlight MT';
    font-size:2rem !important;
}

.orbit-caption {
    background-color:transparent;
    padding:0 0 1rem 0;
}