:root {
  --color-bg: #B0BEC0;
  --color-text: #B0BEC0;
  --color-bg-content-light: #10564F;
  --color-bg-content: #246369;
}

@font-face {
  font-family: letter-for-learners;
  src: url('Philosopher-Regular.ttf');
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: letter-for-learners;
}

h1 {
  padding: 28px;
  font-size: 36pt;
}

h2 {
  padding: 28px;
  font-size: 32pt;
  text-align: center;
}

h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28pt;
  padding: 30px;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: inherit;
}

p {
  padding: 10px;
  text-align: justify;
}

iframe {
  width: 100%;
  height: 400px;
}

.page {
  width: 80%;
  margin: auto;
}

.french,
.dutch {
  display: none;
}

.menu-tab ul {
  text-align: right;
  padding: 10px 10px 10px 10px;
}

.menu-tab li {
  display: inline; 
}

.menu-tab .active,
.menu-tab a:hover {
  background-color: var(--color-bg-content);
  cursor: grabbing;
}

.menu-tab a {
  font-size: 14pt;
  background-color: var(--color-bg-content-light);
  font-weight: bold;
  padding: 10px;
}

div.content {
  background-color: var(--color-bg-content);
  padding: 30px;
  margin: auto;
  font-size: 20pt;
}

.content ul {
  list-style-type: square;
  margin-left: 30px;
  margin-bottom: 20px;
}

.content li {
  padding: 2px;
}

.address,
.notice {
  text-align: center;
  font-style: italic;
}

.small {
  font-size: 16pt;
}

.content a:hover  {
  text-decoration: underline;
  cursor: grabbing;
}

.footer {
  background-color: var(--color-bg-content-light);
  text-align: center;
}

div.footer {
  padding: 10px;
}
