.bg-danger, .bg-success {
	padding: 0 5px;
}

a {
	color: #337ab7;
	text-decoration: none;
}


.headnav {
    font-size: 14px;
    background-color: #1c2a33;
    border: none;
    z-index: 20;
    height: 53px;
    color: #5d8397;
        overflow: hidden;
      
}

.logo {
    width: 125px;
    height: auto;
    padding-top: 9px;
    margin-left: 45px;
}

.logodiv {

      float: left;
    height: 53px;
    margin-right: 30px;
    }

.menu { overflow: hidden;
    height: 53px;
    float: left;
        margin-top: 12px;
    }
    
    .menu2 { overflow: hidden;
    height: 53px;
    float: right;
        margin-top: 6px;
        margin-right: 5px;
    }

