h1 {
    Text-Align: center;
    
}

.page-copy {
    text-align: center;
}

.submit-btn {
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
display: none;
}
.navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
        display: none;
}

.navbar-inverse .navbar-nav > .open > a:hover {
    color: #EC2B20 !important;
    }

     .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #ffffff !important;
    color: #EC2B20 !important; }
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #ffffff !important;
    color: #EC2B20 !important; }
 
 button {
   
    background-color: -internal-light-dark(rgb(239, 239, 239), #EC2B20) !important;

}

footer .footer-bottom {
    position: relative;
    color: #22221E !important;
    width: 100%;
    min-height: 36px;
    background-color: #DED9D5;
    display: flex;
    align-items: center;
    padding: 12px 0px 12px 0px !important;
    font-family: sans-serif;
    font-weight: 700;
    font-style: normal
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.8em;
    text-transform: uppercase;
}

a {
  color: #22221E !important; }
  a:hover {
    color: #969492 !important;
    text-decoration: none !important; }
  a:focus {
    color: #969492 !important;
    text-decoration: none !important; }
