@import url("fonts.css");

.content {
  width: 1000px;
  min-height: calc(100vh - 46px);
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(241,233,243,0.93);
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 3px #680c84;
  border-radius: 10px;
  backdrop-filter: blur(4px);
}

.rule {
  border-bottom: solid 2px #8e10b4;
}

.main {
  padding: 20px;
  padding-bottom: 0px;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}

.menu a, a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

.menu li:hover {
  color: #680c84;
}

.menu .current {
  color: #680c84;
}

.footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.footer img {
  height: 1em;
  width: auto !important;
}

.footer .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  justify-content: 10em;
  text-align: right;
  width: 100%;
  font-size: 0.9em;
  color: grey;
}

.footer .nav li {
  display: inline;
  margin-left: 0.2em;
  padding-left: 0.2em;
}

.footer .nav a, a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

.logo {
  width: 100px;
  height: 100% !important;
}

.image-title {
  display: none !important;
}

.top td {
  width: 114px;
  text-align: center;
}
.lang img {
  width: 20px;
}
.top {
  margin-bottom: 10px;
}

.news {
  margin-left: 30px;
}
.entry {
  margin-bottom: 20px;
}
.header {
  border-bottom: solid 1px #1A0322;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header h2 {
  margin-bottom: 5px;
}

.page-header {
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.spacer {
  display: none !important;
}

.home-logo {
  text-align: center;
}

.home-logo img {
  width: 800px;
  height: auto !important;
}
