.bg-primary {
  background-color: #8a3d8a!important;
}

.text-primary {
  color: #a046ae!important;
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #623f7d;
}

.btn-primary {
  color: #fff;
  background-color: rgb(126,40,125);
  border-color: #7e287d;
}

.btn-primary:hover {
  color: #7e287d;
  background-color: #ffffff;
  border-color: #7e287d;
}

@media (min-width:768px) {
  .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btnIntroBas {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin-bottom: 35PX;
}

.IntroPubTextBML {
  height: 250px;
  padding-top: 5px;
}

.MinH375 {
  min-height: 375px;
}

.site-heading .site-heading-lower {
  font-size: 3rem;
  font-weight: 100;
  line-height: 4rem;
  font-weight: 300;
}

.btn-xlBML {
  /*font-weight: 700;*/
  /*font-size: .8rem;*/
  padding: 1.1rem 2rem;
}

a {
  color: #2245fe;
  text-decoration: none;
  background-color: transparent;
}

#mainNav {
  background-color: rgba(0,0,0,0.9);
  font-family: Raleway;
}

#fw_al_007 {
}

.bmlcard {
  background-color: #e8cefc;
  border-radius: 35px;
  margin: 10px;
  padding: 10px;
}

.imglogicieltop {
  position: relative;
  top: 90px;
  z-index: 5;
}

body {
  font-family: Lora;
  background: 000;
  /*background-attachment: fixed;*/
  /*background-position: 50%;*/
  /*background-size: cover;*/
}

