﻿.SitePanelBG { background-image: url('../Images/contentPanelBG.jpg'); height:400px; margin-bottom:60px; }
.SitePanelBG #siteMapUL { margin-left:150px; padding-top:50px; list-style-type:none; }
    .SitePanelBG #siteMapUL li { line-height:50px; }
        .SitePanelBG #siteMapUL li a { color:#fff; font-family:Orbitron; text-decoration:none; padding:16px;  }
        .SitePanelBG #siteMapUL li a:hover { color:#f7941e; }


@media screen and (max-width:991px) {
    .SitePanelBG #siteMapUL { width:100%; margin:0 auto; }
}
        
@font-face { font-family: 'Orbitron'; src: url('../fonts/Orbitron-Black.ttf') format('truetype'); }