﻿    .subnavbar {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 10px;
        width: 100%;
        background-color: #FFF;
        z-index: 8000;
        text-align:center;
    }
    .subnavbar.navbar-stuck {
        position: fixed;
        box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);
        z-index: 9010;
    }
    .subnavbar.navbar-stuck #sublogo{
        height:40px;
        width:auto;
    }
    .subnavbar ul{
        display:table;
        margin-top:10px;
        margin-bottom:0px;
        margin-left:auto;
        margin-right:auto;
        list-style:none;
        text-align:center;
    }
    .subnavbar > ul > li {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .subnavbar > ul > li a{
        padding: 0 15px;
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }
    .subnavbar > ul > li:hover, .subnavbar > ul > li:hover a {
        color:#FFF;
        background-color:#A41826;            
    }

    .containerFooter{
        margin-top:0px;
    }
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-fluid  h2{
        color: #4b4b4b;
    }
    #section1, #section2, #section3, #section4, #section5 {
        color: #4b4b4b;
    }