body {
  padding-top: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  background-color: #e7615e;
  /* background-color: #f53f5b; */

}

a, a:hover, a:active, a:focus{
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

a:hover{
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;
}


.h1, h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #ffffff;
}

.lead {
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-weight: 600;
    color: #ffffff;
}

.text-legal {
    font-size: 16px;
    line-height: 18px;
}

.text-legal a {
    color: #000000;;
}

.logo-barts {
    max-width: 290px;
}

.eslogan-barts {
    max-width: 240px;
}

.logo-theproject {
    max-width: 250px;
}


/* num.html */

.card {
    background-color: transparent;
}

.btn-link {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;
}

.card-body {
    padding: 2rem;
}

.card-header {
    background-color: rgba(0,0,0,.01);
}

/* original */

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .h1, h1 {
      font-size: 5.5rem;
      line-height: 5.5rem;
  }

  .lead {
      font-size: 2.5rem;
      line-height: 2.5rem;
  }

  .logo-barts {
      max-width: 300px;
  }

  .eslogan-barts {
      max-width: 280px;
  }

  .logo-theproject {
      max-width: 300px;
  }





  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
