.text-brand-red {
    color: #eb1c22 !important
}

.margin-bottom-8-px {
    margin-bottom: 8px;
}

.margin-bottom-32-px {
    margin-bottom: 32px;
}

.margin-bottom-48-px {
    margin-bottom: 48px;
}

/*._usr_prty_col1 {width:40%;float:left}*/

/*did not work on mteja landing page*/
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("mtejawetu.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

div.hero-mteja-wetu {
    background-image: url('mtejawetu.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /*contain offsets the image at the top*/
    width: 100%;
    height: 100vh;
    }

.responsive {
    max-width:100%;
    height:auto;
}

.text-size-18-px {
    font-size: 18px;
}

 