body {
    /*font-family: "Open Sans Light"*/
}

.navbar {
  /*font-family: "Open Sans Light"*/
}

.wm-toc-pane {
}

h1 {
    color: #263f8c;
    font-weight: 400;
    font-size: 42px;
    /*font-family: "Open Sans"*/
}

h2, h3, h4, h5, h6 {
    /*font-family: "Open Sans"*/
}


h2:after
{
    content:' ';
    display:block;
    border:0.5px solid black;
    border-color:  #8da9b4;
}

a {
  color: #263f8c;
  /*font-family: "Open Sans";*/
}

li a {
  color: #263f8c;
  /*font-family: "Open Sans";*/
}


.summary {
  background-color: #263f8c;
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 3px grey;
  color: #fcfcfc;
}

p.sh {
  color: #fcfcfc;
  /*font-family: "Open Sans";*/
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}


div.gallery {
  margin: 5px;
  border: 0px solid transparent;
  float: left;
  width: 22%;
  position: relative;
}


div.gallery img {
  width: 100%;
  height: auto;
  border:  1px solid transparent;
  margin: 0px;
  opacity: 0.75;
}

div.desc {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0px;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  background-color: rgba(38, 63, 140, 0.75);
  font-size: large;
  color: #fcfcfc;
}


div.gallery2 {
  margin: 5px;
  border: 0px solid transparent;
  float: left;
  width: 100%;
  position: relative;
}


div.gallery2 img {
  width: 100%;
  height: auto;
  border:  1px solid transparent;
  margin: 0px;
  opacity: 0.75;
}
