:root {
  --body-bg-image: url('/media/theme/capitol.png');
}

@font-face {
  font-family: "Sina Nova";
  src: url('/media/fonts/Sina-Nova-Regular.ttf');
}

@font-face {
  font-family: "Mondwest";
  src: url('/media/fonts/PPMondwest-Regular.otf');
}

#contentFrame {
  display: block;
  width: 100%;
  border: none;
  height: auto; 
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sina Nova";
  font-size: 18px;
  color: #2c283f;
  background-image: var(--body-bg-image);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  cursor: url(/media/theme/cursors/cursor.png), default !important;

  height: auto !important;
}

h1 {
  font-family: "Mondwest";
  font-weight: bold;
  color: #d82e65;
  font-size: 22px;

  margin-bottom: -15px;
}

h2 {
  font-family: "Mondwest";
  font-weight: bold;
  color: #d82e65;
  font-size: 22px;

  margin-bottom: -15px;
}

h3 {
  font-family: "Mondwest";
  font-weight: bold;
  color: #d82e65;
  font-size: 20px;

  margin-bottom: -15px;
}

a {
  color: #2c283f;
  cursor: url(/media/theme/cursors/pointer.png), default;
}

b {
  font-family: "Mondwest";
}

.main,
.main-first {
  border-radius: 2.5px;
  margin-top: 60px;
  margin-left: 475px;
  max-width: calc(100vw - 1000px);
  width: auto;
  border: 2px solid #d82e65;
  background: #eff7f6;
  padding: 25px;
}


@media (min-width: 1024px) and (max-width: 1440px) {
  .main,
  .main-first {
    width: calc(100vw - 650px);
    max-width: none;
  }
}

.slideshow-counter {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.img-slide {
  display: none;
  width: 100%;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  color: #2c283f;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 2.5px;
  user-select: none;
  z-index: 5;
}

.prev {
  left: 10;
  cursor: url(/media/theme/cursors/pointer.png), default;
}

.next {
  right: 10;
  cursor: url(/media/theme/cursors/pointer.png), default;
}

.sidebar {
  font-size: 18px;
  border-radius: 2.5px;
  position: fixed;
  top: 60px;
  left: 16px;
  width: 440px;
  min-height: 75px;
  border: 2px solid #d82e65;
  background: #eff7f6;
}

.row {
  display: flex;
  column-gap: 2.5%;
}

.column {
  flex: 50%;
  margin-top: -18px;
  margin-bottom: -18px;
}

.column img {
  width: 100%;
  height: auto;
  display: block;
}

.main img,
.main-first img,
.sidebar img {
  max-width: 100%;
  height: auto;
}

.sidebar-pic img {
  vertical-align: middle;
  width: 180px;
  height: 180px;

  border: 2px solid #d82e65;
}

.sidebar-pic:hover img{
  box-shadow: 0 0 5px 5px #1cd1c8;
  content: url('/media/theme/moi.png');
}

.sidebar-description {
  padding: 15px;
}

.sidebar-links {
  font-family: "Mondwest";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  background: #d82e65;
  padding-top: 5px;
  color: #fffff5;
  width: 100%;
  height: 30px;
}

.button {
  padding: 5px;
  padding-left: 10px;
  display: inline-block;
}

.navbutton {
  color: #d82e65;
  text-decoration: none;

  text-decoration: underline;
}

.navbutton:hover {
  color: #1cd1c8;
  cursor: url(/media/theme/cursors/pointer.png), default;

  text-decoration: underline;
}

.link {
  color: #d82e65;
  text-decoration: underline;
}

.link:hover {
  color: #1cd1c8;
  cursor: url(/media/theme/cursors/pointer.png), default;
}

.sidebar-links a {
  color: #eff7f6;
  text-decoration: none;
}

.sidebar-links a:hover {
  color: #1cd1c8;
  cursor: url(/media/theme/cursors/pointer.png), default;
}

.img-tooltip {
  text-decoration: underline;

  position: relative;
  display: inline-block;
  cursor: url(/media/theme/cursors/pointer.png), default;
}

.img-tooltip:hover{
  color: #d82e65;
  text-decoration: underline;
}

.img-tooltip img {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.img-tooltip:hover img {
  display: block;
}

.cyan-highlight {
  color: #1cd1c8;
  font-family: "Mondwest";
}

.pink-highlight {
  color: #d82e65;
  font-family: "Mondwest";
}

.footer {
  color: #eff7f6;
  text-align: right;
  margin-left: 365px;
  max-width: 500px;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  0% {
    opacity: 4;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .sidebar {
    position: static;
    width: 90%;
    margin: 60px auto 15px auto;
  }

  .main,
  .main-first {
    margin: 20px auto 0 auto;
    width: 90%;
    max-width: none;
  }

  .footer {
    width: 90%;
    margin: 20px auto 40px auto;
  }
}

@media (orientation: portrait) {
  .sidebar {
    position: static;
    width: 90%;
    margin: 60px auto 15px auto;
  }

  .main,
  .main-first {
    margin: 20px auto 0 auto;
    width: 90%;
    max-width: none;
  }

  .footer {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
  }

  .top-bar {
    font-size: 13.5px;
    letter-spacing: 4px;
    font-size: 90%;
  }
}