
p{color: #000 !important;}
span{color: #bd1169 !important; font-weight: bold;}
h1 span{color: #bd1169 !important; font-weight: bold;}
h2 span{color: #000 !important; font-weight: bold; font-size: 70px;}
.bg{background-color: #eae7dc;}
.button_{background-color: #bd1169 !important;
    border-color: #bd1169 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #232323; font-weight: 700; font-size: 18px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
    color: #232323; font-weight: 700; font-size: 18px; padding: 0px 25px !important;
}

.banner{background-color: #eae7dc;}
.banner h1 span{color: #bd1169 !important; font-weight: bold; font-size: 70px;}
.paddingTop{padding-top: 90px !important;}

.circle{background: #bd1169;
    width: 60px; color: #fff;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}

.list-group-item {
        position: relative;
        display: block;
        padding: 0.5rem 1rem;
        color: #212529;
        text-decoration: none;
        background-color:transparent !important;
        border: 1px solid rgba(0, 0, 0, .125);
    }

.gallery_bg{background-image: url('../images/background3.jpg');
        background-repeat: no-repeat;
        background-position: top center; width: 100%; height: 100%;}

.footer {background-color: #232323 !important;}



@media screen and (max-width: 480px) {
    h2 span{color: #000 !important; font-weight: bold; font-size: 35px;}
    .banner h1 span{font-size: 37px !important;}

}

.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #ff0000;
}
.rcol {
  background-color: #018f99;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}
