@font-face {
  font-family: 'Pixelcastle';
  src: url('Pixelcastle.otf') format('woff2');
}

@font-face {  
  font-family: 'Retro';
  src: url('Retrogression-Regular.ttf') format('woff2')
}

body, html {

    margin: 0;
    height: 100%;
    font-size: 18px;
    line-height: 1.4rem;
    font-family: "Times New Roman";
  
    
}

body:not(.page) {
    background-image: url('BoilerBackground.webp');
    background-size: auto;
    background-attachment: fixed;
    background-color: black;
}

.page {
    background-size: cover;
    background-attachment: fixed;
    background-color: #c4adb2;
    border-top: 15px #8C7E73;
    padding: 12px;
}

img {
    max-width: 100%;
}
iframe.content {
    border: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    border: 6px ridge;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    box-sizing: border-box;
    height: flex;
}

.header {
    border-bottom: 6px ridge;
    height: 120px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url('banner.jpg');
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 20px;
}

.logo img {
  width: 100px;
  display: block;
}

.title {
    padding-top: 30px; 
    margin-left: 10px;
    height: auto;
    margin-right: 0px; 
}

.title img {
    width: auto;
    height: auto;
}

.main {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    min-height: 540px;
}

.side {
    border-right: 6px ridge;
    width: 200px;
    padding: 12px;
    box-sizing: border-box;
    background: #4F101D;
    color: white;
    height:100%;
}

.content {
    flex-grow: 1;
    background: #E6F1EE;
    min-height: 530px;
}

.button {
    display: block;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 17px;
    background-image: url('botonp.png');
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 3px #FFF;
    letter-spacing: 1px;
    font-family: serif;
    background-size: auto;
}

.button:hover {
    background-image: url('boton.png');
    background-size: auto;
}

.comments-section {
    max-width: auto;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    font: "Retro";
}

#comment-form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

#comment-form button {
    padding: 10px 15px;
    background-color: #4F101D;
    color: white;
    border: none;
    cursor: pointer;
}

.comment {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

h1 {
    font-family: "Retro";
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 4px;
    color: #4F101D;
}

h2 {
  font-family: "Pixelcastle";
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    color: #4F101D;
}

h2:before {
    content: "\0021B3";
    color: white;
    padding-right: 15px;
}

a {
    color: aquamarine;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 6px 12px;
    vertical-align: middle;
    border: 1px solid #000;
}

th {
    background: cyan;
    color: #ff0097;
}

.width-50 {
    width: 20%;
}

* {
    scrollbar-width: thin; 
}

::-webkit-scrollbar {
    width: 0px;
}

@media (max-width: 600px) {
  
body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 12px;
    line-height: 1.4rem;
    font-family: "Times New Roman"
}

h1 {
    font-family: "Retro";
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 4px;
    color: #4F101D;
}

h2 {
  font-family: "Pixelcastle";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #4F101D;

}

.main {
  flex-direction: column;
  height: auto;
}

.side {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: auto;
  border-right: none;
  border-bottom: 6px ridge;
  padding: 10px 5px;
}

  .side br {
    display: none;
  }
  
.side .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.side .button {
  display: inline-block;
  line-height: 28px;
  font-size: 11px;
  padding: 0 8px;
  margin-bottom: 0;
  border-radius: 4px;
  text-align: center;
}

.side img,
.side iframe {
  margin: 6px auto;
  display: block;
}

.content {
  min-height: 600px;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

iframe.content {
    border: 0;
    width: 100%;
    height: auto;
    overflow-y: hidden !important;
    scroll-behavior: none;
}


body:not(.page) {
    background-image: url('BoilerBackground.webp');
    background-size: flexbox;
    background-attachment: fixed;
    background-color: black;
}

.page {
    background-size: cover;
    background-attachment: fixed;
    background-color: #c4adb2;
    border-top: 15px #8C7E73;
    padding: 12px;

}

.img-responsive {
  max-width: 220px;
  height: auto;
}

.title {
      margin-left: auto;
      padding-right: 20px;
      padding-bottom: 15px;
}

.logo img {
    max-width: 70px;
    min-width: 10px;
    height: auto;
}
.title img {
    width: 160px;
    height: auto;
    min-height: 40px;
}
.page {
    background-size: cover;
    background-attachment: fixed;
    background-color: #c4adb2;
    border-top: 15px #8C7E73;
    padding: 12px;
    overflow-y: hidden;
    overflow-x: hidden;
}
}
