/* Section Text */
/* ----------------------------------------------------------------- */
.txt-black {
  color: var(--black) !important;
}

.txt-white {
  color: var(--white) !important;
}

a.txt-white:hover {
  color: var(--secondary-color) !important;
}

.txt-yellow {
  color: #ffc82c !important;
}

.txt-red {
  color: red !important;
}

.txt-primary {
  color: var(--primary-color) !important;
}

.txt-p-dark {
  color: var(--primary700) !important;
}

a.txt-p-dark:hover {
  color: var(--secondary-color) !important;
}

.txt-grey {
  color: #808080 !important;
}

.txt-blue {
  color: #095d79 !important;
}

.txt-tosca {
  color: var(--primary-dark) !important;
}

.txt-lt-blue {
  color: #2e92b5 !important;
}

.txt-ideabox-grey {
  color: #626262 !important;
}

.txt-hackidea-red {
  color: #ea3139 !important;
}

.txt-hackidea-mint {
  color: var(--primary-dark);
}

.txt-hackidea-mint:hover {
  color: var(--primary-dark);
}

.txt-16 {
  font-size: 16px !important;
}

.txt-11 {
  font-size: 11px !important;
}


.txt-bold {
  font-weight: 700 !important;
}

.txt-semi-bold {
  font-weight: 600 !important;
}

p.desc-learning {
  color: var(--black);
  font-size: 16px;
}

.title-homepage {
  font-size: 36px;
  /* font-weight: bold; */
}

.subtitle-homepage {
  font-weight: bold;
  display: inline-block;
}

.text-homepage {
  display: inline;
  line-height: 2.5rem;
  font-size: 16px;
}



/* ----------------------------------------------------------------- */
/* End Section Text */