            
            /* change the brand and text color */
            .navbar-custom .navbar-brand,
            .navbar-custom .navbar-text {
                color: rgba(255,255,255,.8);
            }
            /* change the link color */
            .navbar-custom .navbar-nav .nav-link {
                color: rgba(255,255,255,.5);
            }
            /* change the color of active or hovered links */
            .navbar-custom .nav-item.active .nav-link,
            .navbar-custom .nav-item:hover .nav-link {
                color: #ffffff;
            }
            .navbar-custom {
                background-color: #043845;//#ff5500;
                font-size: 15px;
    font-weight: bold;
                text-align:center;       
                
            }

 .btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #2a5c74;
    border-color: #2a5c74;
}
            
#section-head {
    background: #fff;
    padding: 50px 0 0;
    margin: 0 0 5px;
    position: relative;
}


#section-head .encapsulate {
    width: 977px;
    margin: 0 auto;
    display: inline;
}

#section-head .branding {
    
    width: 20%;
    height: 10%;
    position: relative;
    left: 5px;
    top: -30px;
    display: inline-block;
    margin-left: 100px;
    
}

#section-head .branding img {
   height: 100%;
   width: 100%;
}
#section-head .powered {
    float: right;
    width: 190px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: #2a5c74;
}
#rowTop {
   vertical-align: top;
}
.table > tr > td {
     vertical-align: top;
}


