:root {
--designbg: url(/images/nightshift/background_alchy.jpg);
--designbgblur: url(/images/nightshift/background_alchy2.jpg);
--designhead: url(/images/nightshift/header2024.jpg);
--color1: #36413E;
--color2: #d5dcd5;
--color3: #8D8D92;
--color4: #db715b;
--color5: #2b2b2b;
--headerfont: 'Grimoire', serif;
--solid: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

body {
  background: var(--designbgblur);
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
}

.navigation-member {
  position: fixed;
  z-index: 99999;
  top: 80px;
  left: 0;
  padding: 10px;
  background-color: rgba(43, 43, 43, 0.5);
  color: var(--color2);
  height: 470px;
  display: flex;
  flex-direction: column;
	backdrop-filter: blur(5px);
}

.nav-icon {
  position: relative;
  margin: 10px 0;
  transition: all ease 0.4s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon img {
  	width: 50px;
  	height: 50px;
	object-fit: cover;
	border: 2px solid #db715b;
}

.nav-icon:hover img,
.nav-icon:focus img {
  opacity: 0.3;
}

.nav-links {
  height: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
}

.nav-links a {
  color: var(--color3);
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
  transition: color 0.5s ease; 
}

.nav-links a:hover {
  color: var(--color4);
  text-decoration:none;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--color4);
  text-decoration: none;
  outline: none; 
}

#boardcontent {
	width: 100%;
	min-width: 1000px;
	max-width: 1000px;
	margin: auto;
}

.top-navigation {
  position: sticky;
  z-index: 999;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--color5);
  height:30px;
  display: flex;
  padding: 20px 10px;
}

.top-navigation-home {
  border: 1px solid var(--color3);  display: flex;
  align-items: center;
  height: 100%;
  margin: 0px auto;
  padding: 10px;
  width: 6%;
  height:30px;
}

.top-navigation-home a {
  color: var(--color4);
  text-decoration:none;
	text-shadow: 1px 1px 2px #000;
  font-family: 'Grimoire', serif;
  font-size:30px;
  letter-spacing: 2px;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.top-navigation-home a:hover {
  color: var(--color2);
  text-decoration:none;
}

.top-navigation-login {
  display: flex;
	  align-items: center;
border-top: 1px solid var(--color3);
	border-bottom: 1px solid var(--color3);
  margin: 0px auto;
  padding: 10px;
  width: 30%;
  height:30px;
}

.top-navigation-login a {
	color: var(--color4);
	  text-decoration:none;
  font: var(--headerfont);
  font-size:16px;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.top-navigation-login a:hover {
  color: var(--color2);
  text-decoration:none;
}

.top-navigation-right {
  border-top: 1px solid var(--color3);
  border-bottom: 1px solid var(--color3);
  border-right: 1px solid var(--color3);
  width: 92%;
  height:30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-navigation-right a {
  color: var(--color2);
  text-decoration:none;
  font: var(--headerfont);
  font-size:11px;
  text-transform:uppercase;
  padding: 0px 10px;
  letter-spacing:0.8px;
  font-weight:800;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.top-navigation-right a:hover {
  color: var(--color4);
  text-decoration:none;
}

.header-picture {
  width:100%;
  height:500px;
  background: var(--designhead);
  background-color: #000;
  background-size: cover;
background-position: center;
  box-sizing: border-box;
}

.header-table {
  width:100%;
  margin: 25px 0px;
  display:flex;
}

.header-welcome {
  position: relative;
  width: 350px;
  height: 300px;
  box-sizing: border-box;
background: var(--designbg);
background-blend-mode: overlay, normal, color-dodge, color-burn, color, normal;
background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  outline: 1px solid var(--color3);
  outline-offset:-15px;
  padding: 50px;
  line-height: 160%;
  text-align: justify;
  font-family: var(--solid);
  color: var(--color2);
  font-size: 12px;
  margin-right:30px;
}

.header-welcome b {
  font-family: var(--headerfont);
  color: var(--color4);
  text-transform: uppercase;
  font-size:14px;
	letter-spacing: 1px;

}

.header-infos {
  width: 650px;
   height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  background: var(--designbg);
background-blend-mode: color, overlay, normal, color-dodge, color-burn, color, normal;
  background-size: cover;
background-position: 50% 50%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  outline: 1px solid var(--color3);
  outline-offset:-15px;
  }

.header-news-team {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
    line-height: 160%;
  text-align: justify;
  font-family: var(--solid);
  color: var(--color2);
  font-size: 12px;
  padding:30px 40px;
}

.header-news-team b {
  font-family: var(--headerfont);
  color: var(--color4);
  text-transform: uppercase;
  font-size:12px;

}

.header-news-team h1 {
  font-family: var(--headerfont);
  color: var(--color4);
  text-transform: uppercase;
  font-size:20px;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 2px;
}

.news {
  width:40%;
}

.date {
  font-weight: 700;
  border: 1px solid var(--color3);
  line-height: 110%;
  float: left;
  margin: 7px 12px 0 0;
  font-size: 7px;
  width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 15px;
font-family: var(--headerfont);
  padding-top: 5px;
    padding-bottom: 3px;
}

.date .day {
    font-family: var(--headerfont);
  font-size: 25px;
  color: #a1b4a1;
  margin-bottom: 5px;
  padding-top: 1px;
    text-align: center;
}

.staff {
  width:55%;
}

.staff-lastpost-row {
    width: 80%;
    display: flex;
    align-items: center;
}

.staff-lastpost-content {
    flex: 1;
}

.staff-lastpost-author {
    width: 30%;
    text-align: right;
    padding-right: 5px;
    font-size: 10px;
}

.staff2 {
  float: right;
  flex-direction: column;
  display: flex;
  margin-left:15px;
	margin-top: -35px;
}

.team-icon {
  position:relative;
  margin: 0px -10px 10px 0px;
  width: 70px;
  height: 35px;
  transition: all ease 0.4s;
  overflow:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
	background: var(--designbgblur);
}

.team-icon img {
  height:60px;
  object-position: center;
  transition: all ease-in-out 0.2s;
}

.team-icon:hover img {
  opacity: 0.3;
}

.team-icon_text {
	font-family: var(--headerfont);
	font-size: 20px;
	letter-spacing: 0.1em;
}