@import 'common.css';

/*
 * Color / Background Overrides
 *
 * primary color #00004a
 * secondary color #fff
 */
body {
    background-color: #000048;
}

.navbar {
    background-color: #00004a;
}

.navbar-toggle {
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#site-branding {
    margin-top: 27px;
    margin-left: 50px;
    background-color: transparent;
    font-weight: 300;
}

#page-wrapper {
    background: #efefef url(../images/abstract_overlay.png) no-repeat center -140px; 
}

table.table thead tr {
    background: #14146c;
    border: 1px solid #00004a;
    color: #fff;
}

table.table tbody {
    border: 1px solid #ccc;  
}

@media (min-width: 768px) {
    body {
        background: url(../images/header.png) no-repeat center top #00003C;
    }

    header {
        height: 140px;
    }

    .navbar {
        margin-top: 15px;
    }
}


/*
 * Top Nav styling
 */

#top-nav {
    background-color: #eee;
}

#top-nav ul {
    padding-left: 0px;
    border-bottom: 1px solid #e1e1e1;
}

#top-nav ul li {
    border-left: 1px solid #e1e1e1;
}

#top-nav ul li a {
    color: #00002d;
}

/*
 * Footer styling
 */

#footer_inner a {
    color: #eee; 
}

#footer_inner {
    height: 150px;
    background: rgba(102, 102, 204, 0.2);
    font-size: .7em;
    line-height: 1.5em;
    text-align: center;
}

#reserved_line {
    color: #fff;
    display: block; 
}

#logos {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px 0px 0px 0px;
}

#logos a {
    text-decoration: none; 
}

#logo_list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

#logo_list li {
	max-width: 100px;
}

#logo_list img {
    width: 100%;
	max-height: 85px;
}

@media (min-width: 480px) {
    #footer_inner {
        position: relative; 
    }

    #address_line {
        position: absolute;
        bottom: 0px; 
    } 
}
