
#topNav {
    width: 100%;
    min-height: 80px;
    
    border-bottom: 3px solid;
    border-color: #f7931d;
    
    margin-bottom: 20px;
    padding:20px;
    /*
     *background-color: #002d43;
     * background-image: _content/images/bg_pattern.png;
    */
}
.btn-primary {
    background-color: #f7931d;
}

.btn-primary:hover {
  background-color: rgb(246,172,92);
  color: white;

}