
@font-face {
  font-family: LithosPro;
  src: url("../fonts/LithosProRegular.d46daa497596.ttf");
}

.navbar-brand {
  font-family: 'LithosPro';
  font-size: 1.6rem !important;
  letter-spacing: -1px !important;
}

body {
  min-height: 100vh;
}

#main-menu {
  min-height: 60px;
  /*background-color:#04387c;*/
  background-image: linear-gradient(40deg, rgba(4, 56, 124, .8), rgba(4, 56, 124, .6)), url("../images/bg-menu.f5bad8f3e114.jpg");
  background-size: cover;
}

.markdown-body {
  min-height: 60vh;
  margin: 8px 0 8px 0;
  padding: 10px;
}

.sidebar {
  position: fixed;
  top:0;
  right:0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(4, 56, 124, .8);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li {
  width: 100%;
  list-style-type: none;
  line-height: 3rem;
}

.sidebar a {
  width: 100%;
}


@media(max-width: 800px) {
  #main-menu {
      min-height: auto;
  }
}

@media(max-width: 600px) {
  .sidebar {
      width: 100%;
  }
}

.footer-bg {
  background-color: #04387C;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
