.help-musicians-together {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/pages/g4h.jpeg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -2rem;
}

.bg-primary{
	background-color: #397bd3 !important;
}
.text-primary{
	color: #397bd3 !important;
}
.btn-blue {
    background: #397bd3;
    border-color: #397bd3;
}
.btn-blue:hover, .btn-blue:focus {
    background: #006ec3;
    border-color: #006ec3;
}
.display-1 {
    font-size: calc(1rem + 4.5vw) !important;
    font-weight: 300;
    line-height: 1.2;
}
@media (max-width: 998px) {
.d-flex {
    display: block !important;
}
}
@media (max-width: 998px) {
.centerfootericons {
    display: flex !important;
    flex-direction: row;
    justify-content: left;
}
@media (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 998px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}