/*
Theme Name: Luigi's Mansion 2026
Author: Shen Lu
Description: A classic WP theme for OrangeIsBorange.
Version: 1.0
License: MIT License
Tags: custom, classic
Text Domain: luigis-mansion-2026
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    background-color: #2e2734;
}

h1, h2, h3, p {
    color: white;
}

p {
    margin: 0px;
    font: 1.1em 'Lato';
    line-height: 1.4;
}

#main-content-container {
    background-color: #42394b;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    min-height: 720px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
}

#page-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#page-header-top-row {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

#page-header-bottom-row {
    display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.page-header-placeholder-item {
    width: 120px;
    height: 120px;
    background-color: #1f1f1f;
    border-radius: 20px;
}

#page-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#page-footer-content-container {
    background-color: #252525;
    width: 100%;
}

#page-footer-link-container {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

#page-footer-copyright-container {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page-footer-icon-container {
    margin-top: 15px;
    min-height: 44px;
    margin-bottom: 5px;
}

.page-footer-text {
    color: white;
    font: 20px 'Lato';
}

.page-footer-link {
    color: white;
    font: 20px 'Lato';
}

#main-item-list {
    margin-top: 20px;
}

.item-container {
    background-color: #2d2239;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
    padding: 20px;
    margin-bottom: 20px;
}

.item-left-subcontainer {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.item-right-subcontainer {
    width: 66%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.item-logo-image {
    height: 180px;
    object-fit: contain;
    flex-grow: 0;
}

.item-left-bottom-container {
    background-color: #5c5068;
    border-radius: 20px;
    flex-grow: 1;
    flex-shrink: 0;
}

.item-page-list-container {
    min-height: 180px;
    background-color: #5c5068;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    justify-content: space-around;
}

.header-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.header-page-children-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.header-page-subsection-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-link-container-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
}

.page-link-container-link {
    color: white;
    text-decoration: none;
}

.page-link-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Light.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}