body {
  background-image: url(img24.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 50%;
  color: black;
  font-family: Frutiger;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  display: flex;
}

@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: normal;
    src: url(mainHTML/font/FrutigerLTStd-Roman.otf);
}

@font-face {
    font-family: 'Frutiger Bold';
    font-style: normal;
    font-weight: normal;
    src: url(mainHTML/font/FrutigerLTStd-Bold.otf);
}

.left-sidebar{
  width: 20%;
  min-width: 300px;
  height: auto;
}
.main-column{
  width: 60%;
  height: auto;
}
.right-sidebar{
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.widgets{
  margin: 10px 10px 10px auto;
}

.sidebar-outer{
  border: solid 1px black;
  border-radius: 7px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 1px white inset, 0 0 1px white inset;
  margin: 20px;
}
.sidebar-inner{
  border: solid 1px black;
  background: linear-gradient(to top, hsla(0, 0%, 0%,0.625) 25%, hsla(0, 0%, 50%,0.5) 100%);
  border-radius: 5px;
  margin: 5px;
  box-shadow: 0 0 1px white, 0 0 1px white;
  overflow: auto;
}
.sidebar-inner img{
  height: 30px;
  padding: 25px;
}
.sidebar-inner ul{
  list-style-type: none;
  margin: 10px;
  padding: 0;
  overflow: auto;
}
.sidebar-inner li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  background: none;
  font-size: 1.25em;
  color: white;
}
.sidebar-inner li a.active{
  background: linear-gradient(0deg, hsla(0, 0%, 50%, 0.5) 0%, hsla(0, 0%, 25%, 0.5) 49%, hsla(0, 0%, 50%, 0.5) 50%, hsla(0, 0%, 100%, 0.5) 100%);
  text-shadow: 0 0 7px white, 0 0 7px white;
  border: 1px solid black;
  box-shadow: 0 0 1px white inset, 0 0 1px white inset;
  border-radius: 5px;
}
.sidebar-inner li a:hover:not(.active){
  background: linear-gradient(0deg, hsla(0, 0%, 50%, 0.5) 0%, hsla(0, 0%, 25%, 0.5) 49%, hsla(0, 0%, 50%, 0.5) 50%, hsla(0, 0%, 100%, 0.5) 100%);
  text-shadow: 0 0 7px white;
  border: 1px solid black;
  box-shadow: 0 0 1px white inset, 0 0 1px white inset;
  border-radius: 5px;
}

.main-outer{
  border: solid 1px black;
  border-radius: 7px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 1px white inset, 0 0 1px white inset, 0 0 5px black;
  margin: 20px;
  width: 50vw;
}
.main-inner{
  border: solid 1px black;
  background: hsla(0, 0%, 100%, 0.75);
  border-radius: 5px;
  margin: 5px;
  box-shadow: 0 0 1px white, 0 0 1px white;
  overflow: auto;
  mix-blend-mode: screen;
}
.banner{
  width:100%;
  aspect-ratio: 5 / 1;
  background: url(img6.jpg); /*https://static.wikitide.net/bluearchivewiki/a/ac/BG_CS_Abydos_18.jpg*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 30%;
}

.main-container{
  
}
.container{
  width: 75%;
  margin: 0px 50px 30px 50px;
  border: 1px solid silver;
  background: white;
}
.container p{
  padding: 10px 10px 10px 65px;
}
.container a{
  color: #0047ab;
  text-decoration: none;
}
.container a::hover{
  color: #0047ab;
  text-decoration: underline;
}
.container ul{
  padding: 10px 10px 10px 65px;
}
.header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  border-bottom: 1px solid silver;
  background: linear-gradient(to right, hsla(200, 70%, 80%, 1), hsla(200, 80%, 90%, 0.5), hsla(200, 100%, 100%, 0));
}
.header h1{
  font-weight: normal;
  color: #0047ab;
  opacity: 0.75;
  margin: 0;
  padding: 0 10px;
}
.header img{
  height: 40px;
}
.updates{
  padding-left: 1em;
}
.title{
  color: white;
  opacity: 0.9;
  margin: 0 0 15px 0;
  padding: 15px;
  text-shadow: 0 0 1px black;
  background: linear-gradient(0deg,rgba(51, 51, 51, 1) 0%, rgba(38, 38, 38, 1) 49%, rgba(89, 89, 89, 1) 50%, rgba(176, 176, 176, 1) 100%);
}
.title h1{
 margin: 0;
 padding: 0;
 font-weight: normal;
}
.title h1 span{
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  border: 1px solid gray;
  border-radius: 7px;
  box-shadow: 0 0 10px black inset;
}

.links-inner{
  margin: 20px;
}
.socials-inner{
  margin: 20px;
}
.socials-inner img{
  height: 50px;
  width: 50px;
  object-fit: contain;
  padding: 0.25rem;
  background: linear-gradient(rgb(240, 240, 240), rgb(220, 220, 220));
  filter: drop-shadow(0 0 2px rgba(96, 96, 96, 0.75));
  border-radius: 13px;
  margin: 10px;
}
.guestbook{
  width: 100%;
  height: 50vh;
  overflow: auto;
  border: none;
}

.blog-container{
  
}
.blog-container h1{
  font-weight: normal;
  padding: 10px 10px 10px 65px;
  font-size: 1.5em;
  margin: 0;
}
.blog-container h1 > a:hover{
  text-decoration: underline;
}
.blog-container span{
  font-weight: normal;
  padding: 10px 10px 10px 65px;
  font-size: 1em;
  margin: 0;
  color: gray;
}
.blog-container p{
  font-weight: normal;
  padding: 10px 10px 10px 65px;
  font-size: 1em;
  margin: 0;
}

.click-here{
  margin: 0;
  padding: 0;
}
.click-here img{
  border: 1px solid silver;
}

.changelog-list{
  line-height: 2;
  list-style-type: none;
}

.artists-table{
  display: flex;
  flex-wrap: wrap;
}
.artist-container{
  height: 150px;
  width: 100%;
  display: flex;
  padding: 5px;
  border-bottom: 1px solid black;
}
.artist-container img{
  height: 150px;
}
.artist-container span{
  width: 100%;
}
.artist-container h1{
  font-weight: normal;
  color: #0047ab;
  opacity: 0.75;
  padding: 10px;
  margin: 10px;
  border: 1px solid silver;
  background: linear-gradient(to right, hsla(200, 70%, 80%, 1), hsla(200, 80%, 90%, 0.5), hsla(200, 100%, 100%, 0));
}
.artist-container p{
  width: 95%;
  padding: 10px;
  margin: 10px;
}
#map {
    height: 100%;
    width: 100%;
}