a {color: rgb(0,0,0);}
.bg-static {
    background: url(http://www.passgrip.com/img/static/passgrip_bg.png) no-repeat center center fixed;
    background-color: rgb(255, 248, 231);
    background-position-x: center; 
    background-position-y: 2em;
}
.vertical-center {
    min-height:80%; 
    min-height:80vh; 
    display:flex; 
    align-items:center;
}
.navbar {
    color: rgb(0,0,0);
    background-color: rgb(255, 248, 231);
    padding-bottom: 5px; 
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.nav li a:focus,.nav li a:hover {
    background-color: rgb(255, 248, 231) !important;
    font-weight: bold;
}
.highlighted {
    background-color: rgb(255, 248, 231) !important;
    background-image: none !important;
    font-weight: bold;
}
.dropdown-menu {
     border-radius: 4px !important;
     background-color: rgb(255, 248, 231) !important;
}
.dropdown-menu i {
    padding-right: 10px;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover {
    background-image: none !important;
}
.panel {
    border-color: black; 
    background-color: transparent;
}
.icon-bar {background-color: rgb(0,0,0);}
#calContainer {
    padding: 5em 1em 2em;
}
#logo {
    height: 36px;
    width: 160px;
}
#profileContainer {
    margin-top: 2em;
}
#profileContainer li span {
    cursor: pointer;
}
.lock {
    float:right;
    text-align: right;
    color: #888;
    margin-right: 1em;
}