#pageTitle {
    font-family: 'Droid Sans', sans-serif;
}
.volunteerContent {
    padding: 20px;
    width: 80%;
    margin: 20px 100px;
}
.nav-pills {
    background-color: rgba(191, 76, 64, 1.0);
}
.nav-pills li a {
    padding: 15px 15px;
    font-size: 1.2em;
    color: #fff;
    border-radius: 0;
}
.nav-pills li:hover a {
    background-color: rgba(0, 0, 0, .5);
}
.nav-pills li a i {
    padding-right: 10px;
}
.volunteerContent p strong {
    font-size: 22px;
}
.img-sizing {
    display: absolute;
    background: center center;
    overflow: hidden;
    height: 180px;
    width: 180px;
}
.shadow {
    box-shadow: 0px 0px 15px #cccccc;
}
.frontColum {
    width: 250px;
    margin: 2% 1%;
    padding: 10px 20;
}
.frontColum p, .frontColum h2 {
    padding: 0 10px;
}
.frontColum img {
    margin-top: 20px;
}
.sponsorContainer {
    margin: 20px auto;
    width: 90%;
    border: solid 1px gray;
    background-color: #fff;
}
.flex-container {
    display: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.flex-item {
    position: relative;
    padding: 5px;
    height: 250px;
    width: 200px;
    margin-top: 10px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    opacity: 0;
}
.flex-item:nth-child(1) {
    width: 90%;
}
.flex-item:nth-child(2), .flex-item:nth-child(3) {
    width: 45%;
}
.flex-item:nth-child(4), .flex-item:nth-child(5), .flex-item:nth-child(6) {
    width: 30%;
}
.sliderContainer {} .sideArticle {
    height: 393px;
}
.sideArticle address, .sideArticle h3 {
    padding-top: 25px;
    margin: 5px 5px;
}
.sideArticle>address {
    margin: -15px 0 10px 15px;
}
.navShadow {
    box-shadow: 0 7px 25px #333333;
}
.frontColContainer {
    margin: 2% 2%;
    font-size: 16px;
}
.frontSlider {
    margin: 0 auto;
    height: 225px;
    width: 325px;
    overflow: hidden;
    box-shadow: 0 0 0;
}
#activeNav {
    padding: 10px;
    top: 5px;
    background-color: #f1f1f1;
    color: black;
}
.content {
    background-color: #ffffff;
    border-radius: 3px;
}
.xavierMap {
    width: 375px;
    height: 300px;
}
/* ========== Media Queries ========== */

@media(max-width: 770px) {
    .volunteerContent {
        width: 90%;
        margin: 0px 20px;
    }
    .frontColContainer .frontColum {
        padding: 10px 20px;
        width: 400px;
        margin: 20px auto;
        box-shadow: 0 0 15px #cccccc;
    }
    .sideArticle {
        margin: 15px;
        padding: 5px 10px;
        height: 450px;
        overflow: hidden;
    }
    .xavierMap {
        height: 200px;
        width: 200px;
    }
    .volunteerButton {
        float: none;
        margin: 20px;
    }
}
@media(max-width: 500px) {
    .frontColContainer .frontColum {
        width: 90%;
    }
}
