body {
    background-image: url(../res/BinaryBackground-tile.gif);
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 1234px;
}

.header {
    position: relative;
    margin-top: 10px;
    width:100%;
    max-width: 1050px;
    height: 150px;
    background-image: url(../res/Banner.png);
    background-origin: border-box;
    border: 30px solid transparent;
    border-image: url('../res/HeaderMetalBox.png') 300 stretch;
}

.logo {
    position: relative;
    float: right;
    top: 60%;
    width: 50%;
    min-width: 400px;
}

.border-box {
    border: 15px solid transparent;
    border-image: url('../res/HeaderMetalBox.png') 130 stretch;
    background-color: black;
}

.border-box-inner {
    border: 15px solid transparent;
    border-image: url('../res/MetalBoxTwo.png') 50 stretch;
    background-image: url('../res/MetalBoxTwoInner.png');
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 10px;
    min-width: 1234px;
}

.left-column {
    width: 216px;
    min-width: 216px;
    height: auto;
    height: 492px; /* Temporary height for demonstration */
}

.top-nav-bar {
    display: none;
    flex-wrap: wrap;
    width: 1110px;
}

.top-nav-bar a{
    min-width: 183px;
    max-width: 183px;
}

.nav-link {
    display: block;
    padding: 4px 0;
    color: lightgray;
    background-image: url(../res/industrial-dark-background.png);
    text-align: center;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-decoration: none;
    box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px black, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
    text-decoration: line-through;
}

.nav-link:hover {
  color: red;
  background-image: url(../res/industrial-dark-background.jpg);
  text-decoration: none;
}

.disabled:hover {
  color: lightgray;
  text-decoration: line-through;
}

.mid-column {
    width: 890px;
    min-width: 890px;
    height: auto;
}

.home {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding:10px;
    position: relative;
    width: auto;
    height: 500px;
    background-image: url(../res/industrial-dark-background.png);
    background-size: cover;
    color: lightgray;
    font-family: monospace;
    font-size: 11.4px;
    line-height: 1.5;
    overflow: hidden;
}

.advertisment-box {
    border-style: ridge;
    border-width: thick;
    border-color: #393939;
}

.status {
    width: 250px;
    height: 85px;
    padding: 10px;
    border-style: inset;
    border-width: medium;
    border-color: black;
}

.terminal-box {
    color: #18e699;
    background-color: #14250d;
    border-style: inset;
    border-width: medium;
    border-color: black;
    font-family: monospace;
}

#statuscafe {
    width: 250px;
    height: 90px;
    padding: 10px;
}

#statuscafe-username {
    margin-bottom: .5em;
}

#statuscafe-username a {
    color: #18e699 !important;
}

#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.lighter-gif {
    position: absolute;
    height: 260px;
    width: 210px;
    margin-top: 105px;
    margin-left: -5px;
}

.tamanotchi {
    height: 110px;
}

.tamanotchi-label {
  margin: 0;
  margin-top: 5px;
  text-align: center;
}

#gifypet { 
    position: absolute;
    width: 310px;
    height: 320px;
    margin-left: 300px;
    margin-top: 120px;
    border: medium inset black;
    background-color: #14250d;
    zoom: 1;
    transform: scale(0.65);
    transform-origin: 0 0;
    -ms-zoom: 0.65;
    -moz-transform: scale(0.65);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.65);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.65);
    -webkit-transform-origin: 0 0;
}

#about-me {
    display:flex;
    position: absolute;
    left: 0;
    width: 840px;
    height: 530px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.about-me-stats {
    height: 175px;
}

.about-me-stats table, td {
    border: 1px solid #18e699;
}

.about-me-stats td {
    padding: 2px 20px 2px 5px;
}

.about-me-introduction {
    height: 175px;
}

.collection-img {
    height: 100%;
    aspect-ratio: 141 / 100;
    background-image: url("../res/CollectionGreen.png");
    background-size: 100% 100%;
}

.collection-img:hover {
    background-image: url("../res/CollectionClear.png");
}

.stamp-reel {
    position: relative;
    display: flex;
    height: 100px;
}

.player-container {
    position: relative;
    display: flex;
    height: 258px;
}

.right-column {
    margin-left: 12px;
    width: 300px;
    min-width: 300px;
}

.pirate-flag {
    position: absolute; 
    float: right; 
    top: -180px; 
    padding-left: 260px; 
    width: 200px; 
    height: 200px; 
    pointer-events: none;
}

.message-box {
    position: relative;
    width: 100%;
    aspect-ratio: 0.8;
}

.message-box-inner {
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 13px;
    background-color: #14250d;
}

.message-box-border {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none
}

.latest-updates {
    position: relative;
    width: 150%;
    left: -75px;
}

.floating {
  animation: floatUpAndDown 3s infinite;
}

@keyframes floatUpAndDown {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-2px) rotate(2deg);
  }
  75% {
    transform: translateY(2px) rotate(-2deg);
  }
}

@media (max-width: 1500px) { 
    .left-column {
        display: none;
    }

    .top-nav-bar {
        display: flex;
    }
}