/************ header bar **********************/ h2 { color: #00446b; } /*** Nav Style Start *****************************************************/ .navbar-inverse { background-color: #00446b; border-color: #00446b; } /*** Button Style Start *****************************************************/ .btn-primary { border-color: #003554; background: #00446b; background: -moz-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0d4e73), color-stop(49%, #0d4e73), color-stop(51%, #00446b), color-stop(100%, #00446b)); background: -webkit-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%); background: -o-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%); background: -ms-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%); background: linear-gradient(to bottom, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d4e73', endColorstr='#00446b', GradientType=0); } .btn-primary:hover, .btn-primary:active, .btn-primary:focus { background: #003554 !important; } /*** Common Style Start *****************************************************/ .footer, .box-header { background-color: #00446b; } .contact-info li, .contact-info li i, .contact-info li a{ color: #00446b; } .company-logo { background-image: url(img/HCIlogo.jpg); }