#footer {
  background-color: #105367;
  color: #FFF;
}
#site-title {
  color: #FFF;
  font-family: 'Playfair Display', serif;
  text-shadow: -1px 1px #105367,
               1px 1px #105367,
               1px -1px #105367,
               -1px -1px #105367;
}
.body-content-color1 {
  background-color: #FFF;
}
.body-content-color2 {
  background-color: #EFDBB1;
}
.dark-bg-a {
  color: #FDC8BE;
}
.infobox {
  padding: 2%;
  background-color: #FFF;
}
.info-block-color1 {
  background-color: #FFF;
}
.info-block-color2 {
  background-color: #EFDBB1;
}
.table-header {
  text-align: center;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding: 2%;
}

/*navbar*/
a.navbar {
  color: white;
}
a.navbar:hover {
  background-color: #FDC8BE;
  color: #105367;
}
ul.navbar {
  background-color: #105367;
}

a {
  color: #105367;
}
body {
  background-image: url("/img/4435.jpg");
  color: #050D20;
}
h1 {
  font-family: 'Playfair Display', serif;
}