body {
    margin: 0;
    background-color: #ffffff;
    background-image: url("../blue-2.png");
    color: #374b63
}
img {
    border-radius: 10px;
}
.glyphicon {
    top: 0px
}
.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nav li{
    font-size: 1.1em;
}
.nav-pills {
    background-color: #d3ecef;
    border-top: 3px solid #374b63;
    border-bottom: 3px solid #374b63;
}
.nav-pills > li.active > a:focus {
    color: #fff7ee;
    background-color: #374b63;
  }
.nav-pills > li > a:hover {
    background-color: #fff7ee;
    box-shadow: 0px 0px 0px 3px #374b63;}
.no_margin {
    margin: 0px
}
.pastor_pics {
    width: 40%;
    border: 1px solid;
}
.sermon_archive_floater {
            position:fixed;
            width:auto;
            height:auto;
            background:#D6ECEF;
            border: 3px dashed #3b4b62;
            border-right: none;
            padding: 5px;
            right:0px;
            top:250px;
}
.sermon_audio {
    width: 75%
}
.sermon_date {
    background:#D6ECEF;
    border: 3px solid #3b4b62;
    margin-top: 1%;
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 1em;
    width: 94%;

}
.sermon_title {
    margin: 0px;
}

#sermon_page_notification {
    display: inline-block;
    padding: 5px;
    outline-style: dashed;
}


/* to flush footer to bottom */

.wrapper {
    min-height: 94%;
    height: auto !important;
    max-resolution: 0 auto;
    padding: 0%;
    margin: 3%;
    border-radius: 1em;
    background-color: #fff7ee;
}

.footer, .push {
    height: auto;
    background-color: #fff7ee;
    padding: 1%;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 1em;
}

.footerText {
    font-size: 1.2em;
}