
html{
  font-family: 'Verdana','Arial',sans-serif;
  font-size:115%;
  padding-bottom: 5em;
  color: rgb(40,40,40);
}

body {
  width: 95vw;
  margin: auto;
  max-width: 950px;
}

a:hover {
  color: rgb(250,40,40);
}


h1 {
  font-size: 160%;
  color: black;

  margin-top: 1em;
  background-color: rgb(210,210,210);
  text-align: center;
  padding: 10px;
}

h2 {
  margin-top: 2em;
  color: black;

  font-size: 120%;
  background-color: rgb(220,220,255);
  padding: 5px;

  clear: both;
}

h3 {
  margin-top: 2em;
}

h4 {
  color: rgb(90,90,90);
}


p{
  text-align: justify;
}



.foot_menu {
  margin-top: 4em;
  font-size: 80%;
  text-align: center;
}

.separator {
  width: 100%;
  max-width: 700px;
  border-top: 3px solid rgb(200,200,200); 
  margin: auto;
  margin-bottom: 1em;
}





a {
  text-decoration: none;
  color: blue;
}

nav {
  margin-right: 10%;
  text-align: right;
  font-size: 1.5em;
}

nav a:before{
  content: "[";
}
nav a:after{
  content: "]";
}










ul.navigation ul li{
  color: rgb(60,60,60);
  font-size: 90%;
  list-style: none;
}

ul.navigation ul li a {
  color: rgb(60,60,60);
}

ul.navigation ul li a:hover{
  color: rgb(100,100,200);
}
ul.navigation ul li a:before{
  content: "[ ";
}
ul.navigation ul li a:after{
  content: " ]";
}



@media (max-width: 600px) {
  .illustration {
    display: none;
  }
}

.illustration {
  float: right;
  width: 100%;
  max-width: 300px;
}

.shadow_highlight {
  padding: 8px;
  margin: 5px;
}
.shadow_highlight:hover {
  box-shadow: 5px 3px 8px rgb(200,200,200);
}