body {
    font-family: 'Roboto', sans-serif;
    background-image: linear-gradient(#1c1f26, black);
    color: #f1f1f1;
    padding-top: 40px;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

table, th, td {
    border: 1px solid white;
    padding: 5px
}

h1 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

h2, h5 {
    text-align: center;
}

.card-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-custom {
    background-color: #3c5d6e;
    color: white;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
    margin-top: 10px;
    width: 100%;
}

.btn-custom-40{
    background-color: #3c5d6e;
    color: white;
    border-radius: 6px;
    border: none;
    width: 50%;
    height: 35px;
    transition: 0.3s;
    margin-top: 10px;
}

.btn-custom-80{
    background-color: #3c5d6e;
    color: white;
    border-radius: 6px;
    border: none;
    width: 80%;
    height: 35px;
    transition: 0.3s;
    margin-top: 10px;
}
.btn-custom:hover,
.btn-custom-40:hover,
.btn-custom-80:hover {
    background-color: #5a778b;
    color: white;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.button-container {
    margin-top: auto;
}

.thumbnail-container {
    display: table;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 6px;
    text-align: left;
    background-color: transparent;
}

.thumbnail {
    float: left;
    width: 33.33%;
    transition: transform 0.2s ease-in-out;
    height: 120px;
    padding: 2px;
    cursor: pointer;
    object-fit: cover;
}

.thumbnail:hover {
    transform: scale(1.3);
}

.thumbnail-wide {
    float: left;
    width: 20%;
    transition: transform 0.2s ease-in-out;
    height: 120px;
    padding: 2px;
    cursor: pointer;
    object-fit: cover;
}

.thumbnail-wide:hover {
    transform: scale(1.3);
}

.thumbnail-asset {
    border-radius: 6px;
    transition: transform 0.2s ease-in-out;
    max-width: 200px;
    max-height: 25%;
    cursor: pointer;
    object-fit: cover;
}

.thumbnail-asset:hover {
    transform: scale(1.2);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    align-content: center;
}

.expanded-image {
    max-width: 100%;
    max-height: 100%;
}

.close-btn {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.section-title {
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 3px solid #444;
    display: inline-block;
    padding-bottom: 5px;
}

.copyright {
    font-size: 13px;
    margin-top: 30px;
    color: #c2c2c2;
    text-align: center;
}

#sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes space between top and bottom */
    height: 100vh;
    width: 50px;
    background-color: #333;
    padding: 10px 0;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #2c3e50;
    overflow-x: hidden;
    transition: width 0.3s ease;
}

#nav-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nav-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
}

.nav-item:hover {
    background-color: #34495e;
}

.nav-item img {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    transition: margin 0.3s;
}

.nav-item:hover .tooltip {
    opacity: 1;
}

.nav-item-mrowl {
    display: flex;
    align-items: center;
    padding: 14px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

.nav-item-mrowl img {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    transition: margin 0.3s;
}


.content {
    margin-left: 220px;
    padding: 10px;
    transition: margin-left 0.3s;
}

.notes-container {
    padding: 10px;
    margin-top: 15px;
    background-color: #34495e;
    border-radius: 6px;
}

.main-logo {
    padding: 10px;
    background-color: #2c3e50;
    border-radius: 6px;
    opacity: 0.6;
}

.tooltip {
    position: fixed;
    left: 60px;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    font-size: 16px;
}

.container {

}

.btn {

}

.card-img-top {

}

#game-boxer-container {
}

#mech2-canvas {
    align-content: center;
    position: relative;

}

#canvas {
    display: block;
    align-content: center;
    position: relative;
}

#canvas:focus {
    outline: none;
}

#status, #status-splash, #status-progress {
    position: relative;
    left: 0;
    right: 0;
}

#status, #status-splash {
    top: 0;
    bottom: 0;
}

#status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#status-splash {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

#status-splash.show-image--false {
    display: none;
}

#status-splash.fullsize--true {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#status-splash.use-filter--false {
    image-rendering: pixelated;
}

#status-progress, #status-notice {
    display: none;
}

#status-progress {
    bottom: 10%;
    width: 50%;
    margin: 0 auto;
    align-content: center;
    position: relative;
    left: 0;
    right: 0;
}

#status-notice {
    background-color: #5b3943;
    border-radius: 0.5rem;
    border: 1px solid #9b3943;
    color: #e0e0e0;
    font-family: 'Noto Sans', 'Droid Sans', Arial, sans-serif;
    line-height: 1.3;
    margin: 0 2rem;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
    z-index: 1;
}

.godot-canvas-container {
    position: relative;
    left: 0;
    right: 0;
}

.collection-downloads-container {
    padding-bottom: 30px;
}

.g-4 {
    display: flex;
    justify-content: center;
}

.g-4-assets {
    display: flex;
    justify-content: center;
}

/* Hamburger Menu Button */
#sidebar-toggle {
    display: none; /* default: hidden on desktop */
    position: fixed;
    top: 0vh;
    left: 0px;
    width: 5vh;
    z-index: 1101; /* make sure it's above sidebar */
    background-color: #2c3e50;
    border: none;
    color: white;
    padding: 10px 12px;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
}

/* Responsive Sidebar Behavior */
@media (max-width: 768px) {
    #sidebar {
        position: fixed;
        top: 5vh;
        left: 0;
        height: 95vh;
        width: 5vh;
        background-color: #2c3e50;
        padding: 10px 0;
        transform: translateX(-100%); /* Hide it initially */
        transition: transform 0.3s ease;
        z-index: 1000;
        opacity: 0.9;
    }

    #sidebar.active {
        transform: translateX(0);
    }

    .content {
        margin-left: 0;
    }

    #sidebar-toggle {
        display: block;
    }

    .nav-item:hover .tooltip {
        position: fixed;
        z-index: 1001;
        opacity: 1;
    }

    .tooltip {
        display: none
    }
}

.youtube-embedded {
    width: 70vh;
    height: 320px;
    padding: 5px;
    align-content: center;
}

.youtube-embedded-small {
    width: 36vh;
    height: 320px;
    padding: 5px;
    align-content: center;
}

.youtube-embedded-container {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.youtube-embedded-container-3x {
    display: flow;
    padding-bottom: 15px;
}

.card-title {

}

.col-md-5 {

}

.col-md-10 {

}


.col-md-2-drawings{
    display: table;
    max-width: 20%;
    margin: 0 auto;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 6px;
    text-align: left;
    background-color: transparent;
}

.carousel-inner {
}

.artworkCarouselInner {
}

/*for the drawings*/
.carousel,
.slide {

}

/* drawings related things*/
.carousel-item img {
    float: left;
    width: 100%;
    transition: transform 0.2s ease-in-out;
    max-height: 360px;
    min-height: 120px;
    padding: 5px;
    cursor: pointer;
    object-fit: cover;
}

/*image inside the image container*/
.img-fluid-drawing{
    float: left;
    transition: transform 0.2s ease-in-out;
    padding: 0px;
    cursor: pointer;
    object-fit: cover;
    height: 240px;
}

.carousel-control-next {
    object-fit: scale-down;
    max-width: 20%;
    min-width: 10%;
    max-height: 15%;
    min-height: 10%;
    opacity: 1;
    align-self: center;
}
.carousel-control-next:focus,
.carousel-control-next:hover  {
    opacity: 0.5
}

.carousel-control-next-icon {
    object-fit: scale-down;
    width: 10vh;
    height: 10vh;
}

.carousel-control-prev {
    object-fit: scale-down;
    max-width: 20%;
    min-width: 10%;
    max-height: 15%;
    min-height: 10%;
    opacity: 1;
    align-self: center;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover  {
    opacity: 0.5
}

.carousel-control-prev-icon {
    object-fit: scale-down;
    width: 10vh;
    height: 10vh;
}

.col-md-2 {
    max-width: 45%;
    min-width: 33.33%;
    padding-top: 0px;
    padding-bottom: 10px;
}

.card-text-assets {
    padding-top: 10px;
    padding-bottom: 10px;
}


