body {
  font-family: "Dosis", "Times New Roman", Times, serif;
  font-size: 2em; }

header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
  margin-bottom: 1em; }
  header .navigation {
    background-color: #cf99cf;
    margin-bottom: 2em; }
    header .navigation .brand {
      font-weight: bold;
      color: white !important;
      font-size: 2.5em; }
    header .navigation .tabs {
      float: right; }

.presentation {
  margin-top: 1em;
  width: 100%;
  height: 50%;
  background-color: lightsteelblue;
  padding: 4em; }
  .presentation #name {
    font-family: "Great Vibes", "Dosis", "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 2.8em; }
  .presentation .manualItalic {
    font-style: italic; }
  .presentation .tec {
    padding: 0.5em; }
    .presentation .tec #tec-list {
      margin-top: 0.8em; }
    .presentation .tec #tec-list-back {
      margin-top: 0.8em; }
  .presentation img {
    border-radius: 15px;
    width: 50%; }

.container {
  width: 100%;
  margin-top: 1.2em; }
  .container .row .row img {
    width: 90% !important;
    height: 100% !important;
    margin: 0.5em; }

footer .container {
  padding: 2em;
  color: white; }

/*# sourceMappingURL=main.css.map */
