@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  font-family: 'Gentium Plus', sans-serif;
  margin: 0;
  margin-top: 10px;
  padding-left: 18%;
  padding-right: 18%;
  color: #f4fbff;
}

section {
  padding-bottom: 20px;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  filter: drop-shadow(1px 1px #444);
  font-size: 2.5em;
}

h4 {
  font-size: 1.8em;
  margin-bottom: 0;
}

td {
  vertical-align: top;
}

p {
  margin-top: 10px;
  font-size: 1.4em;
  filter: drop-shadow(1px 1px #444);
  white-space: pre-line;
  margin-bottom: 10px;
}

h3 {
  padding-top: 20px;
}

td {
  padding-right: 5px;
  margin: 0;
}

#soggy-header {
  margin-bottom: 10px;
}

#brand {
  font-size: 3em;
}

.content-body {
  position: relative;
}

.content-wrapper {
  display: flex;
  padding-top: 0;
  margin-top: 0;
}

.content-floatsie {
  position: relative;
  overflow: hidden;
}

.content-background-image {
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url('/assets/wallpaper.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: brightness(65%);
}

.content {
  position: relative;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  background-color: rgba(20, 28, 66, 0.90);
  border-radius: 2px;
}

.content-main {
  padding: 10px;
}

.content-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: all 100ms;
}

.content-icon {
  color: #fff;
  vertical-align: middle;
  width: 18px;
  padding: 0 !important;
  height: auto;
}

.content img {
  padding: 2px;
}

.content-navbar {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  padding: 5px;
  gap: 15px;
  justify-content: right;
  font-size: 18px;
  z-index: 100;
}

.content-navbar-active {
  font-weight: bolder;
}

.content-navbar-item {
  user-select: none;
  transition: 0.3s;
}

.content-navbar a {
  text-decoration: none;
}

.content-navbar-item:hover, a:hover {
  cursor: pointer;
  text-shadow: #f4fbff 1px 0 10px;
}

.content-boxbg {
  padding: 5px;
  background-color: #9dad76;
}

.small-img {
  vertical-align: middle;
  width: 35px;
  height: auto;
}

.content-divider {
  margin: 0;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.news-title {
  color: #6ff7af;
  font-size: 1.6em;
}

#title {
  margin-top: 5%;
  margin-bottom: 30px;
  font-size: 4em;
  filter: drop-shadow(2.5px 2.5px #222);
  color: #fff;
}

#copyright {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: right;
  margin-top: 20vh;
}

.row-wrapper {
    display: flex;
    align-items: flex-start;
}

.wrapper {
    margin-right: 10px;
}

.doll {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
}

#doll1 {
  width: 30%;
}

#doll2 {
  width: 25%;
  left: -25px;
}

#doll3 {
  width: 22%;
}

@media (max-width: 1000px) {
  body {
    padding-left: 1%;
    padding-right: 1%;
  }

  h1, h2, h3 {
    font-size: 2em;
  }

  .news-title {
    font-size: 1.1em;
  }

  p {
    font-size: 1em;
  }

  .content img {
    max-width: 300px;
  }

  .content-navbar {
    left: -5px;
    margin-top: 5px;
    justify-content: left;
    position: relative;
  }
 
  .content-background-image {
    background-position: 20% 50%;
  }

  .doll {
    display: none;
  }

  #divider1 {
    display: none;
  }

  .row-wrapper {
      display: block;
      align-items: unset;
  }
}
