/*GENTIUM*/
    @font-face {
      font-family: Gentium;
      font-style: normal;
      font-weight: normal;
      src: url(https://cawlo.conlang.org/fonts/Gentium/Gentium-Regular.woff);
    }

     @font-face {
       font-family: Gentium;
       font-style: normal;
       font-weight: bold;
       src: url(https://cawlo.conlang.org/fonts/Gentium/Gentium-Bold.woff);
    }

     @font-face {
       font-family: Gentium;
       font-style: italic;
       font-weight: normal;
       src: url(https://cawlo.conlang.org/fonts/Gentium/Gentium-Italic.woff);
    }

     @font-face {
       font-family: Gentium;
       font-style: italic;
       font-weight: bold;
       src: url(https://cawlo.conlang.org/fonts/Gentium/Gentium-BoldItalic.woff);
    }
/*GENTIUM*/

/*LINUX BIOLINUM*/
    @font-face {
      font-family: LinuxBiolinum;
      font-style: normal;
      font-weight: normal;
      src: url(https://cawlo.conlang.org/fonts/LinuxBiolinum/LinuxBiolinum-Regular.otf);
    }

     @font-face {
       font-family: LinuxBiolinum;
       font-style: normal;
       font-weight: bold;
       src: url(https://cawlo.conlang.org/fonts/LinuxBiolinum/LinuxBiolinum-Bold.otf);
    }

     @font-face {
       font-family: LinuxBiolinum;
       font-style: italic;
       font-weight: normal;
       src: url(https://cawlo.conlang.org/fonts/LinuxBiolinum/LinuxBiolinum-Italic.otf);
    }

     @font-face {
       font-family: LinuxBiolinum;
       font-style: italic;
       font-weight: bold;
       src: url(https://cawlo.conlang.org/fonts/LinuxBiolinum/LinuxBiolinum-BoldItalic.otf);
    }
/*LINUXBIOLINUM*/

/*SMALL CAPS*/
    .smcp {
      font-feature-settings: "smcp" 1;
    }
/*SMALL CAPS*/


/*TEXT STYLES*/
  hr {
    border: 1px solid darkslategray;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  a {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
  }

  a:hover {
    color: #c8e1cc;
  }

    span.mat {
      font-family: "LinuxBiolinum";
      font-style: italic;
    }

  h1 {
    color: darkslategray;
    font-family: LinuxBiolinum, Optima;
    border-bottom: solid 4px;
    padding-left: 40px;
    font-size: 40px;
    
  }

  p {
    color: DarkSlateGray;
    font-family: Gentium, Georgia;
    font-size: 20px;
    margin-top: 10px;
  }
    
  h2 {
    color: DarkSlateGray;
    font-family: LinuxBiolinum, Optima;
    font-weight: bold;
    font-size: 30px;
    margin-block-end: 10px;
    padding-left: 20px;
  }

  h3 {
    color: DarkSlateGray;
    font-family: LinuxBiolinum, Optima;
    font-weight: bold;
    font-size: 24px;
    margin-block-end: 10px;
    padding-left: 20px;
  }

/*DIV RULES*/
  .main {
    top: 0;
    margin-left: 220px;
    height: 100%;
    max-width: 700px;
    left: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 90px;
  }
/*DIV RULES*/

/*IFRAME RULES*/
  .sidebar {
    left: 0;
    bottom: 0;
    height: 100%;
    border: none;
    border-right: solid darkslategray 4px;
    position: fixed;
    background-color: #c8e1cc;
    width: 220px;
    z-index: 1;
    overflow: hidden;
  }

  .contact {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    position: fixed;
    border: none;
    background-color: darkslategray;
    overflow-y: hidden;
  }

/*PARENT BODY*/
  .mainbody {
    background-color: #e8f4ea;
  }
/*PARENT BODY*/

/*FIGURER*/
    figure {
      padding: 10px;
      border-top: 2px solid #2f4f4f;
      border-bottom: 2px solid #2f4f4f;
      width: min-content;
    }
    figcaption {
      padding-top: 10px;
      text-align: center;
      font-family: "Gentium";
      color: #2f4f4f;
      font-size: 12px;
    }
/*FIGURER*/


/*TABELLER*/
    table {
      border: none;

      font-family: "Gentium";
      color: #2f4f4f;
      text-align: center;

      border-collapse: collapse;
    }

    tr {
      border-top: 1.5px solid #c8e1cc;
    }
    tr:first-child {
      border-top: none;
    }
    tbody tr:first-child {
      border-top: none;
    }

    td:last-child, th:last-child {
      border-right: none;
    }
    tbody tr th:last-of-type {
      border-right: 2px solid #2f4f4f;
    }

    thead tr:last-child th {
      border-bottom: 2px solid #2f4f4f;
    }

    thead td:first-child {
      border: none;
      font-style: italic;
    }

    th, td {
      padding: 5px;
      border-right:  1.5px solid #c8e1cc;
      white-space: nowrap;
    }
/*TABELLER*/

/*EKSEMPLER*/
    table.ex {
      margin-left: 20px;
      margin-top: 20px;
    }
    table.ex tr td {
      padding: 0px;
      padding-right: 5px;
      padding-bottom: 5px;
      text-align: left;
      border: none;
    }
    table.ex tr {
      border: none;
    }
    table.ex tr:nth-child(1) {
      font-family: "LinuxBiolinum";
      font-style: italic;
      font-weight: bold;
    }
    table.ex tr:nth-child(2) {
      font-family: "LinuxBiolinum";
      font-style: italic;
    }
    table.ex tr:last-child {
      font-weight: bold;
    }
/*EKSEMPLER*/