@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}

.header-info {
  text-align: center;
}

.section_content {
  font-family: Calibri;
  font-size: 15px;
  color: #50565a;
}

.summary {
  margin-top: 20px;
  font-family: Calibri;
  font-size: 15px;
  color: #50565a;
  text-align: justify;
}

.info_tooltip {
  color: #77a6bb;
}

.info_tooltip.glyphicon-circle-arrow-down {
  font-size: 17px;
  margin-left: 5px;
}

.info_tooltip:hover {
  color: #447288;
}

.skill-label-container {
  margin-bottom: 20px;
}

.skill-label {
  font-family: monospace;
}

.file_download {
  color: #28a745;
  font-size: 20px;
}

.name {
  font-family: "Josefin Slab", serif;
  font-size: 32px;
  color: #859096;
  margin-bottom: 0px;
}

.dark_name {
  font-family: "Josefin Slab", serif;
  font-size: 32px;
  color: #1c6a8d;
  margin-bottom: 0px;
}

.section_header {
  margin-top: 20px;
  font-family: Segoe;
  color: #a28c4a;
}

.subsection_header {
  font-family: Calibri;
  font-weight: bold;
}

.headertext_big {
  font-family: "Josefin Slab", serif;
  font-size: 32px;
  color: #1c6a8d;
  margin-bottom: 0px;
}

.headertext_mid {
  margin-bottom: 2px;
  font-size: 13px;
}

.headertext_small {
  color: #859096;
  font-size: 14px;
  font-family: Calibri;
}
