/*  original EFES css

 ul.index-instances { }

.index-instance-file {
    font-weight: bolder;
}

.index-instance-text-parts { }

.index-instance-line { }

footer {
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid #eeeeee;
    color: #777777;
    font-size: 80%;
    padding: 1em;
}
*/

/*Keyboard*/

#keyboard_box {
  display: none;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 4em;
  float: none;
  width: 300px;
  height: 300px;
}
#keyboard li {
  font-size: 18px;
  list-style: none;
  float: left;
  margin: 0 5px 5px 0;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 5px;
}

/* for AR keyboard, see also search.xml */

@font-face {
  font-family: athenaruby;
  src: url("../fonts/AthenaRuby_b021.ttf") format("truetype");
} /* for Athena Ruby in keyboard! */

#keyboard_box-ar {
  display: none;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 4em;
  float: none;
  width: 300px;
  height: 300px;
}
#keyboard-ar li {
  font-family: athenaruby;
  font-size: 18px;
  list-style: none;
  float: left;
  margin: 0 5px 5px 0;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 5px;
}

#keyboard-ar li:hover {
  border: none;
  background-color: #e5e5e5;
  cursor: pointer;
}

#keyboard li:hover {
  border: none;
  background-color: #e5e5e5;
  cursor: pointer;
}

ul.index-instances {
  font-weight: normal;
}

.index-instance-file {
  font-weight: normal;
}

.index-instance-text-parts {
  font-weight: normal;
}

.index-instance-line {
  font-weight: normal;
}

#site-title {
  display: none;
}

#header-logos {
  overflow: hidden;
  background-color: rgb(210, 94, 55);
  position: relative;
  width: 100%;
}

/* Responsive behavior for smaller screens */
@media screen and (max-width: 768px) {
  #header-logos {
    flex-direction: column !important;
    padding: 1rem !important;
    min-height: auto !important;
  }
  
  #header-logos > div {
    flex: none !important;
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 1rem;
  }
  
  #header-logos img {
    max-height: 4em !important;
  }
}

nav.top-bar,
nav.top-bar ul.right li,
nav.top-bar ul.left * {
  background-color: #2c3b56;
  font-size: 18px;
  font-weight: normal;
}

nav.top-bar {
  margin: 0 0px 40px 0px;
}

.top-bar-section {
  letter-spacing: 1px;
}

p {
  text-align: justify;
}

li {
  text-align: left;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  font-family: "calibri";
}

h1 {
  font-size: 45px;
  color: #2c3b56;
  padding-bottom: 10px;
  margin-top: auto;
}

a:link,
a:visited,
a:active {
  color: #637893;
}
a:hover {
  color: #45658b;
}

body {
  background: -7px top repeat-y;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: white;
  display: block;
  border: 1px solid #efefef;
  padding: 3px 1px 3px 3px;
}
