@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");

body {
  font-family: 'Roboto', serif;
  width: 70%;
  background-color: #313131;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  .album-mainbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .twitch-container {
    display: none;
  }
  .twitch-stream {
    display: none;
  }

  .youtube-container {
    display: none;
  }
  .youtube-stream {
    display: none;
  }

  .discord-container {
    display: none;
  }
  
  .-discord {
    display: none;
  }

  .header-logo {
    display: none;
  }

  .footer-music {
    display: none;
  }

  .footer-pictures {
    display: none;
  }
}

/*
! HEADER START
*/

.bodyline {
  
  background-color: #151515;
  border: 1px solid #af9878;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  top: 10px;
  left: 10px;
}

.forumline {
  background-image: url("images/bg.png");
  background-repeat: repeat;
  border: 1px solid #af9878;
  background-color: #151515;
  background: url("images/bg.png");
}

.header-box {
  width: 100%;
  margin: auto;
  color: #af9878;
  display: grid;
  grid-gap: 0px;
  grid-template-areas:
    "menu logo langtheme"
    "menu time time";
}

.header-logo {
  grid-area: logo;
  width: 98%;
  margin: auto;
  text-align: center;
  justify-self: center;
}

.header-maintitle {
  grid-area: title;
  width: 70%;
  margin: auto;
  color: white;
  font-size: 18px;
  text-align: center;
  justify-self: center;
  margin-bottom: 45px;
}

.header-title {
  grid-area: title;
  width: 70%;
  margin: auto;
  color: white;
  font-size: 16px;
  text-align: center;
  justify-self: center;
  margin-bottom: 10px;
}

.header-menu {
  grid-area: menu;
  width: 70%;
  margin: top 10px auto;
  font-size: 16px;
  text-align: center;
  justify-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-forms {
  width: 95%;
  margin: 0;
  height: 5px;
  display: flex;
  justify-content: flex-end;
}

.header-forms p {
  font-size: 12px;
  text-align: right;
  justify-self: right;
  margin-right: 0px;
  margin-top: 0px;
}

.header-lang-theme {
  grid-area: langtheme;
  text-align: right;
  justify-self: right;
  width: 100%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 0px;
}

.current-time {
  grid-area: time;
  text-align: right;
  justify-self: right;
  width: 100%;
  margin: auto;
  margin-bottom: 0px;
}

.time_span {
  font-size: 12pt;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  color: #dfd6b9;
}

.night_span {
  font-size: 8pt;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  color: #dfd6b9;
}

.daily_span {
  font-size: 8pt;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  color: #dfd6b9;
}

.imperial_span {
  font-size: 8pt;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  color: #dfd6b9;
}

.board_span {
  font-size: 8pt;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  color: #dfd6b9;
}

/*
! BODY START
*/

.content-split-box {
  width: 100%;
  margin: 0;
  text-align: center;
  justify-self: center;
  
}

.content-split-left {
  grid-column: 1 / -1;
  width: 170px;
  margin-left: 10px;
  text-align: center;
  justify-self: center;
}

.content-split-center {
  grid-column: 2 / -1;
  width: 99%;
  justify-self: center;
}

.content-split-right {
  grid-column: 3 / 3;
  width: 170px;
  margin-right: 10px;
  text-align: center;
  justify-self: center;
}

.content-box {
  width: 100%;
  margin: auto;
  background-color: #151515;
  background: url("images/bg.png") repeat;
  border: 1px solid #af9878;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.content-box-header {
  color: #dfd6b9;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-color: #151515;
  height: 25px;
  line-height: 22px;
  background-image: url("images/box_heading_table.gif");
  background-repeat: repeat-x;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background: url("images/box_heading_table.gif");
}

.content-box-items {
  color: #dfd6b9;
  font-size: 12px;
  width: 100%;
  margin: auto;
  background-color: #151515;
  background-image: url("images/bg.png");
  background-repeat: repeat;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background: url("images/bg.png");
}

/*
! FOOTER START
*/
.footer-box {
  width: 100%;
  margin: auto;
  color: #af9878;
  display: grid;
  grid-gap: 0px;
  grid-template-areas:
    "music counter pictures";
}

.footer-music {
  grid-area: music;
  width:auto;
  margin: auto;
  text-align: left;
  justify-self: left;
  margin-top: 15px;
}

.footer-counter {
  grid-area: counter;
  width: auto;
  margin: auto;
  color: #af9878;
  font-size: 10px;
  text-align: center;
  justify-self: center;
  margin-top: 15px;
}

.footer-pictures {
  grid-area: pictures;
  width: auto;
  margin: auto;
  text-align: right;
  justify-self: right;
  margin-top: 15px;
}

.footer-image {
  height: 54px;
  background-image: url("images/f_bg.gif");
  background-repeat: repeat-x;
  padding: 14px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  background: url("images/f_bg.gif");
}

.footer-texts {
  width: 100%;
  margin: 0;
  display: flex;
}

.footer-admin {
  width: 80%;
  margin: 0;
  text-align: left;
  justify-self: left;
  line-height: 40px;
  margin-left: 5px;
}

.footer-copy {
  width: 100%;
  margin: 0;
  text-align: center;
  justify-self: center;
}

.footer-staff {
  width: 80%;
  margin: 0;
  text-align: right;
  justify-self: right;
  line-height: 40px;
  margin-right: 5px;
}

/*
! OLD START
*/

hr {
  height: 0px;
  border: solid #dfd6b9 0px;
  border-top-width: 1px;
}

.index-nav {
  width: 100%;
  display: grid;
  grid-gap: 0px;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "l r";
}

.index-nav-left {
  grid-area: l;
  text-align: left;
  justify-self: left;
}

.index-nav-right {
  grid-area: r;
  text-align: right;
  justify-self: right;
}

.menu-nav {
  width: 100%;
}

.menu-nav-links {
  text-align: left;
  justify-self: left;
}

.mainmenu {
  color: #dfd6b9;
  font-size: 14px;
}

a.mainmenu {
  color: #af9878;
  text-decoration: none;
}

a.mainmenu:visited {
  color: #af9878;
  text-decoration: none;
}

a.mainmenu:hover {
  color: #aa4526;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

fieldset {
  border: 1px solid #af9878;
}

.link_side:hover {
  color: #5bd4d4c4;
  display: block;
  position: relative;
  background: #151515;
  transition: all 0.3s ease-in-out;
  box-shadow: 8px 8px 12px #5bd4d4c4;
}

.link_side img:hover {
  border: 1px solid #5bd4d4c4;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.current-time {
  width: 100%;
  font-size: 11px;
  font-style: bold;
  text-align: right;
  margin-left: -5px;
  color: #af9878;
}

.row1 {
  background-color: #151515;
  background-image: url("images/bg.png");
  background-repeat: repeat;
  background: url("images/bg.png");
}

.row2 {
  background-color: #151515;
}

.row3 {
  border: 1px solid #958576;
  margin: 2px;
  padding: 1px;
  color: #dfd6b9;
}

.row3:hover {
  margin: 2px;
  padding: 1px;
  color: #b4523a;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 8px rgba(180, 82, 58, 0.342);
  border: 1px solid #b4523a;
}

.row4 {
  border: 1px solid #958576;
  margin: 2px;
  padding: 1px;
  color: #dfd6b9;
}

.maintitle {
  color: #dfd6b9;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.genmed {
  font-size: 11px;
  color: #dfd6b9;
}

.genbig {
  font-size: 14px;
  color: #dfd6b9;
}
.gensmall {
  font-size: 10px;
  color: #dfd6b9;
}

a.genmed,
a.gensmall {
  color: #af9878;
  text-decoration: none;
}

a.genmed:hover,
a.gensmall:hover {
  color: #aa4526;
  text-decoration: none;
}

.copyright {
  font-size: 10px;
  color: #dfd6b9;
  letter-spacing: -1px;
}
a.copyright {
  color: #af9878;
  text-decoration: none;
}
a.copyright:hover {
  color: #aa4526;
  text-decoration: none;
}

form {
  margin: 0px;
  padding: 0;
}

input,
textarea,
select {
  color: #dfd6b9;
  font-size: 11px;
  background-color: #000000;
  border: 1px solid #dfd6b9;
  margin: 0;
  padding: 1px;
}

img {
  border: 0;
}

.pictureBox {
  padding: 5px;
}

.content-album-box {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.content-album {
  padding: 3px;
}

img.picture {
  border: 1px solid #958576;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

img.picture:hover {
  border: 1px solid #b4523a;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

img.picture-rev {
  border: 1px solid #958576;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

img.picture-rev:hover {
  border: 1px solid #b4523a;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

a.pic-link:hover {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  object-fit: cover;
}

.albumButton {
  border: 1px solid #958576;
  margin: 5px;
  padding: 3px;
  color: #dfd6b9;
}

.album-mainbox {
  background-image: url("images/bg.png");
  background-repeat: repeat;
  margin: 7px auto 0 auto;
  background: url("images/bg.png");
}

.album-box {
  border: 1px solid #958576;
  margin: 3px;
  padding: 3px;
}

.picture-frame {
  border: 1px solid #958576;
  padding: 0px;
  margin: 0px;
}

.albumButton:hover {
  border: 1px solid #958576;
  margin: 5px;
  padding: 3px;
  color: #b15734;
  cursor: pointer;
}

.twitch-container {
  position: fixed;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-top: 2px solid #af9878;
  border-bottom: 2px solid #af9878;
  border-left: 2px solid #af9878;
  border-right: 2px solid #af9878;
  border-radius: 5px;
  top: 10px;
  left: 10px;
}

.twitch-stream {
  position: relative;
  justify-self: center;
  color: #af9878;
  text-decoration: none;
  top: 2px;
}

.youtube-container {
  position: fixed;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-top: 2px solid #af9878;
  border-bottom: 2px solid #af9878;
  border-left: 2px solid #af9878;
  border-right: 2px solid #af9878;
  border-radius: 5px;
  top: 150px;
  left: 10px;
}

.youtube-stream {
  position: relative;
  justify-self: center;
  color: #af9878;
  text-decoration: none;
  top: 2px;
}

.discord-container {
  position: fixed;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-top: 2px solid #af9878;
  border-bottom: 2px solid #af9878;
  border-left: 2px solid #af9878;
  border-right: 2px solid #af9878;
  border-radius: 5px;
  top: 340px;
  left: 10px;
}

.discord-container2 {
  position: fixed;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-top: 2px solid #af9878;
  border-bottom: 2px solid #af9878;
  border-left: 2px solid #af9878;
  border-right: 2px solid #af9878;
  border-radius: 5px;
  bottom: 10px;
  left: 10px;
}

.discord {
  position: relative;
  justify-self: center;
  color: #af9878;
  text-decoration: none;
  top: 2px;
}

.foundercolor {
  color: #00ccff;
  text-decoration: none;
}
.foundercolor:link {
  color: #00ccff;
  text-decoration: none;
}
.foundercolor:active {
  color: #00ccff;
  text-decoration: none;
}
.foundercolor:visited {
  color: #00ccff;
  text-decoration: none;
}
.foundercolor:hover {
  color: #ffffff;
  text-decoration: none;
}

.modcolor {
  color: #99ffcc;
  text-decoration: none;
}
.modcolor:link {
  color: #99ffcc;
  text-decoration: none;
}
.modcolor:active {
  color: #99ffcc;
  text-decoration: none;
}
.modcolor:visited {
  color: #99ffcc;
  text-decoration: none;
}
.modcolor:hover {
  color: #ffffff;
  text-decoration: none;
}

.leadercolor {
  color: #ffff00;
  text-decoration: none;
}
.leadercolor:link {
  color: #ffff00;
  text-decoration: none;
}
.leadercolor:active {
  color: #ffff00;
  text-decoration: none;
}
.leadercolor:visited {
  color: #ffff00;
  text-decoration: none;
}
.leadercolor:hover {
  color: #ffffff;
  text-decoration: none;
}
