:root{
	--cassiopeia-color-primary:#1D1E69;
}

h1 {
  color: #20A0D8;
}

h2 {
  color: #20A0D8;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 20px;
  clear: both; 
}

h3 {
  color: #20A0D8;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 20px;
  clear: both; 
}

/* Header in the menu box */
h3.card-header {
  color: #1D1E69;
}

table {
  width: 700px;
  align: left;
  margin-bottom: 10px;
}

table, th, td {
  border: 2px solid #20A0D8;
  border-collapse: collapse;
  padding-left: 5px;
  padding-right: 5px;
}

/* Style of the header colunms in a table */
.sectiontableheader {
  font-weight: bold;
  color: #20A0D8;
}

/* First column in the tables */
.legend-cell {
  width: 25%;
}

/* For multiple images next to each other */
.img-container {
  width: 45%; 
  float: left; 
  text-align: center; 
  margin: 15px;
}

/* For the link-to-tops on the various pages */
.top-link {
  float: right; 
  margin-top: 10px; 
  margin-right: 16px;
  clear: both;
}

/* For images with text around it */
.img-holder-r {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 16px; 
  text-align: center;
}

.img-holder-l {
  float: left;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 20px; 
  text-align: center;
}

/* Nog niet geklikt, Al een keer aangeklikt en Muisknop ingedrukt */
a:link, a:visited, a:active {
  color: #20A0D8;
  text-decoration: none;
}

/* Muispointer erop */
a:hover {
  color: #20A0D8;
  text-decoration: underline;
}

/* Chosen page in menu remains bold */
.mod-list li.active>a {
  font-weight: bold;
  text-decoration: none;
}

/* Confirmation for contact form */
.cf-response {
  background-color: #20A0D8;
}
