/* Add here all your CSS customizations */


.backs{
background-image: url("../img/bg.png");
background-repeat: repeat;}

.church-link a {color: #fff;}
.church-link a:hover {color: #000;}

.about-box {padding-left: 10%; padding-right: 10%;}



.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}