﻿body {
  background-color: #eee; }

.body-content {
  padding: 2em; }
  @media (min-width: 768px) {
    .body-content {
      padding: 4em; } }

.languages-container h2 {
  font-size: 0.85em;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase; }

.languages-container .languages {
  display: inline-block; }
  .languages-container .languages .btn {
    border: none;
    border-bottom: solid 1px transparent;
    border-radius: 0;
    color: #333;
    transition: all 0.5s;
    font-weight: 600; }
    .languages-container .languages .btn:hover, .languages-container .languages .btn.active {
      border-bottom: solid 1px #333; }
    .languages-container .languages .btn:focus {
      box-shadow: none; }

.modal h1 {
  font-size: 1.5em;
  color: #333; }

.modal .modal-body h2 {
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase; }

.modal .modal-body .description {
  font-size: 0.85em;
  min-height: 180px;
  max-height: 380px;
  overflow-x: auto; }

.modal .modal-body .name a {
  color: #333;
  font-size: 1em;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .modal .modal-body .name a {
      font-size: 1.2em; } }

.documents {
  margin-top: 15px; }
  .documents .document .inner {
    transition: all 0.5s;
    display: flex;
    border: 1px solid #333;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 15px;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s; }
    .documents .document .inner:hover {
      background-color: #333;
      color: #fff;
      border-color: #333; }
    .documents .document .inner .title {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 1.20em;
      text-align: center;
      display: flex;
      height: 110px;
      align-items: center; }

.group-l1 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 3em 0 0;}

.group-l2 {
  font-size: .9em;
  color: #666;
  font-weight: 400;
  margin: 0 0 1em;
}
  
.hidden {
  visibility: hidden;
}