:root {
  --school-color: rgb(18,135,80);
}

@font-face {
  font-family: "Anivers";
  src: url("fonts/Anivers_31.otf");
  font-weight: normal;
}

@font-face {
  font-family: "Anivers";
  src: url("fonts/Anivers_Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Anivers";
  src: url("fonts/Anivers_Italic.otf");
  font-style: italic;
}

@font-face {
  font-family: "Calluna";
  src: url("fonts/Calluna-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: "Calluna";
  src: url("fonts/Calluna-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Calluna";
  src: url("fonts/Calluna-It.otf");
  font-style: italic;
}

body {
  font-family: Calluna;
  font-size: 12pt;
  color: #666;
}

div {
  box-sizing: border-box;
}

.logo {
  width: 50%;
  max-width: 5cm;
  margin: auto;
  margin-top: 100pt;
}

.pic {
  max-width: 90%;
  margin: auto;
  margin-top: 20pt;
  margin-bottom: 20pt;
}

img {
  width: 100%;
}

.intro {
  text-align: center;
}

#links {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 75%;
  overflow: auto;
  border-right: 1pt solid var(--school-color);;
  padding: 10pt;
  padding-top: 20pt;
  padding-bottom: 100pt;
}

#content {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 25%;
  width: 75%;
  max-width: 15cm;*/
  float: right;
  width:75%;
  overflow: auto;
  padding: 10pt;
  text-align: justify;
}

.main-heading {
  margin-top: 50px;
  font-family: Anivers;
  font-size: 24pt;
  color: var(--school-color);;
  text-align: center;
}

h1, h2, h3, h4 {
  font-family: Anivers;
  color: var(--school-color);;
}

h1 {
  font-size: 18pt;
  page-break-before: always;
  margin-top: 40pt;
  background: var(--school-color);;
  color: white;
  text-shadow: 2pt 2pt 3pt rgba(0,0,0,0.3);
  padding: 4pt;
}

h2 {
  font-size: 16pt;
  margin-top: 20pt;
  border-bottom: 1pt solid var(--school-color);;
}

h3 {font-size: 14pt;}

h4 {font-size: 12pt;}

h5 {
  font-size: 12pt;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:link {
  color: var(--school-color);;
}

a:visited {
  color: var(--school-color);;
}

a:hover {
  color: var(--school-color);;
}

a:active {
  color: var(--school-color);;
}

.h1-link {
  cursor: pointer;
  font-family: Anivers;
  font-size: 12pt;
  margin-bottom: 5pt;
  color: var(--school-color);;
  border-bottom: 1pt solid var(--school-color);;
}

.h2-link {
  cursor: pointer;
  font-family: Anivers;
  font-size: 10pt;
  padding-left: 10pt;
  margin-bottom: 5pt;
  color: var(--school-color);;
}

.letter {
  font-size: 16pt;
  margin-top: 5pt;
  background: var(--school-color);;
  color: white;
  text-shadow: 2pt 2pt 3pt rgba(0,0,0,0.3);
  padding: 3pt;
  margin-bottom: 5pt;
}

li {
  padding-right: 20pt;
}

dt {
  color: var(--school-color);;
  margin-top: 5pt;
  font-family: Anivers;
  font-size: 14pt;
}

dd {
  padding: 0;
  margin: 0;
}

.date {
  font-family: Calluna;
  font-size: 14pt;
  color: gray;
  text-align: center;
}


.break {
  page-break-after: always;
}

table {
  margin: auto;
  border-collapse: collapse;
  margin-bottom: 20pt;
}

th, td {
  border: 1pt solid gray;
  padding: 3pt;
  vertical-align: top;
  text-align: left;
}