
body {
  padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding-top: 56px;
    }
}

header.masthead {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: url('../img/bg.jpg') no-repeat center center scroll transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.masthead>.overlay {
    padding: 5rem 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  header.masthead>.overlay {
    padding: 10rem 0;
  }
    .text-love {
        font-family: 'Brush Script MT';
    }
}

header.mastheadAbout {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: url('../img/about.jpg') no-repeat center center scroll transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
    header.mastheadAbout > .overlay {
        padding: 5rem 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
    }

@media (min-width: 992px) {
    header.mastheadAbout > .overlay {
        padding: 10rem 0;
    }
}

header.mastheadContact {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: url('../img/contact.jpg') no-repeat center center scroll transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header.mastheadContact > .overlay {
        padding: 5rem 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
    }

@media (min-width: 992px) {
    header.mastheadContact > .overlay {
        padding: 10rem 0;
    }
}
header.mastheadDonate {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: url('../img/donate.jpg') no-repeat center center scroll transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header.mastheadDonate > .overlay {
        padding: 5rem 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
    }

@media (min-width: 992px) {
   header.mastheadDonate > .overlay {
        padding: 10rem 0;
    }
}
.text-love {
    font-family: 'Brush Script MT';
    color: #FFF !important;
}
