body{
    background-image: url("../media/background.jpg");
    background-size: cover;
    font-family: Arial, sans-serif;
}

footer{
    text-align: center;
    margin-top: 3rem;
    border-top: 1px solid black;
    padding: 1rem;
}

header a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

header a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: underline;
}

.print{
    display: none;
}

#styleswitch {
    text-align: right;
    margin    : 10px;
}

body.large {
  font-size: 2rem !important;
}

body.large .container-lg {
  max-width: 85% !important
}

body.large .col-lg-6,
body.large .col-md-6,
body.large .col-md-4,
body.large .col-md-8,
body.large .col-lg-4 {
  flex : 0 0 auto;
  width: 100%
}

#contentsjump *{
    color : black;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#contentsjump a:focus {
    position: static;
    width: auto;
    height: auto;
}