/* GENERAL */
body {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  color: #3D3D43;
  line-height: 1.5;
}

header, nav, section, footer {
  width: min(75%, calc(50% + 300px));
  margin: auto;
}

a {
  text-decoration: none;
  color: #006AB3;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 2rem;
}

h2 {
  font-weight: normal;
  font-size: 1.5rem;
}

#news dt {
  width: 5.5em;
  font-weight: bold;
}

#news dd {
  width: calc(100% - 5.7em - 24px);
  margin: 0px;
}

dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
}

dt {
  clear: left;
  float: left;
  width: 8em;
  margin-right: 12px;
}

dd {
  float: left;
  width: calc(100% - 8em - 24px);
  margin-left: 12px;
}

dl.wide dt {
  width: 10em;
}

dl.wide dd {
  width: calc(100% - 10em - 24px);
}

dd:not(:last-child) {
  margin-bottom: 24px;
}

dl.flat dd:not(:last-child) {
  margin-bottom: 5px;
}


/* HEADER */
header a{
  color: #3D3D43;
}

.lang {
  font-weight: bold;
  color: #003863;
}

.chevron {
  font-size: 36px;
  line-height: 1.0;
  vertical-align: -3px;
}

.navbar {
  height: auto;
  margin: 12px auto 12px auto;
  font-size: 14px;
  text-align: right;
}

.logobar {
  height: auto;
  margin: 12px auto 12px auto;
}

.titlebar {
  height: auto;
  margin: 24px auto auto auto;
  font-size: 24px;
  padding-bottom: 6px;
}


/* NAVIGATION */
nav {
  height: auto;
  margin: 12px auto;
  font-size: 20px;
}

nav div {
  display: flex;
  flex-wrap: wrap;
}

nav a {
  height: auto;
  margin: 6px;
  text-align: center;
  padding: 20px;
  flex-grow: 1;
  color: #FFFFFF;

  background-color: #003863;
}

nav a:nth-child(odd) {
  background-color: #006AB3;
}


/* EXERCISE LIST */
.exercisebar {
  height: auto;
  margin: 12px auto;
}

.exercisebar div {
  display: flex;
  flex-wrap: wrap;
}

.exercisebar div div {
  height: auto;
  margin: 6px;
  padding: 20px;
  flex-grow: 1;
  background-color: #B5CBD8;
}


/* FOOTER */
footer {
  text-align: center;
  background-color: #003863;
  color: #FFFFFF;
  font-size: 1.125rem;
  padding: 24px 0px;
  margin-top: 36px;
}

footer a {
  color: #FFFFFF;
}
