.breadcrumbs-active {
  font-weight: bold;
}

#main-page .title-main {
  font-size: 6rem;
}

.title-main  {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white !important;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.title-main:hover {
  text-decoration: none;
}



.header > .title {
  vertical-align:middle;
  display:inline-block;
}

.header {
  background-image:url(../img/header.png);
  background-position-x:center;
  background-position-y:100%;
  background-size:cover;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:fixed;
  background-origin:initial;
  background-clip:initial;
  height: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.logo {
  height: 7em;
}

.lecon-element {
  display: flex;
  justify-content: space-between;
  color: black;
}

.lecon-title {
  margin-bottom: 1.5em
}

.lecon-subtitle {
  margin: 1.2em 0 1.2em 0;
}

.lecon-description {
  font-size: 1.2em;
}

.module-lecon-element {
  color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.module-lecon-title {
  font-weight: bold;
  font-size: 1.2em;
}

.module-lecon-description {
  padding: 5px 0 5px 0;
}

.panel-heading a {
  color: black;
}

.module-title {
  margin-bottom: 1em;
}

.cta {
  background-color: #F05F40;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
}