/* Custom CSS OGSI */

.tagline {
    background: #ef5350 !important;
}
.btn-primary {
    background: #ef5350 !important; 
    border: 1px solid #ef5350 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background: #d32f2f !important; 
    border: 1px solid #d32f2f0 !important;
}
footer a {
    color: #d32f2f !important;
    text-decoration: none;
}
.bg-dark {
    background: #212121;
}
.bg-img-3 {
  background: url("../images/salvation_724_496_80.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}