.masthead.segment.bg12{
  background-image: url("../img/b-connect_contact.jpg")!important;
}
#successed{
  padding: 15em 0;
  border: none!important;
  box-shadow: 0!important;
}
.introduction h1.ui.inverted.header {
  font-size: 6.2em;
}
.stripe {
    padding: 4em 0!important;
    margin: 0;
}
div#hero:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.20);
}
@media screen and (max-width: 768px) {
  .introduction h1.ui.inverted.header {
    font-size: 4em;
  }
}
