/*Style sheet for K4ZZA.neocities.org*/

body {
    background-color: #79ABAA;
    background-image: url(images/background/1-h.jpg);
    background-size: auto;
    background-position: top left;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
}

/* Link Customization */
a:link {
    color: blue;
    text-decoration: underline;
}

a:visited {
    color: navy;
    text-decoration: underline;
}

a:hover {
    color: goldenrod;
    text-decoration: none;
}

a:active {
    color: gold;
}

p {
    font-size: medium;
    /* Paragraph Indent */
    text-indent: 2em;
    margin-top: 0;
    margin-bottom: 0.2em;
}

h2+p {
    text-indent: 0;
}

h1,
h3 {
    text-align: center;
    text-shadow:
        2px 2px 0 #ccc,
        4px 4px 0 #fff;
}

figure figcaption {
	text-indent: 3em; 
	color: red;
	font-family: monospace;
	font-size: small;
	}

/* Custom Font */
@font-face {
    font-family: 'GeoSlab703';
    src: url('fonts/headers.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* SPLASH PAGE ---------------------------------------------------------------------------------------------------------------------- */
.splash-box {
    background-color: #ffffff;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 80px;
    padding: 30px 30px 40px 30px;
    margin: 50px 15px 50px 25px;
    border-right: 8px darkgreen solid;
    border-top: 4px lightgreen solid;
    border-left: 2px darkgreen solid;
    border-bottom: 2px lightgreen solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    flex: 1;
}

/* Center the splash logo */
.splash-logo-container {
    text-align: center;
    margin: 30px 0;
}

.splash-logo-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    image-rendering: pixelated;
}

/* Enter Button */
.splash-button {
    text-align: center;
    margin: 30px 0;
}

.splash-button img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
    border: none;
}

/* PAGE WRAPPER ---------------------------------------------------------------------------------------------------------------------- */
.pagewrapper {
    width: 960px;
    margin: 0 auto;
    background-color: #79ABAA;
    background-image: url(images/background/WOOD23L.JPG);
    background-size: 200px;
    padding: 8px;
}

/* CONTENT WRAPPER --------------------------------------------------------------------------------------------------------------------*/
.contentwrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 10px 8px 20px 8px;
    box-sizing: border-box;
}

/* NAVBAR -------------------------------------------------------------------------------------------------------------------------- */
/* Logo Container */
.nav-logo {
    text-align: center;
    margin: 35px 0 10px 0;
    padding: 0px;
}

/* Logo Image */
.logo-img {
    width: 400px;
    height: auto;
    display: inline-block;
    image-rendering: pixelated;

}

/* Navigation Bar - Side margins */
.navbar {
    background-image: url(images/background/bgnotebook.gif);
    background-repeat: repeat-x;
    background-size: auto 1100px;
    padding: 10px 20px 15px 20px;
    text-align: center;
    margin: 0 auto 10px auto;
    box-sizing: border-box;
    width: auto;
    max-width: 93%;
    display: block;
}

.navbar .nav-container {
    .navbar .nav-container {
        display: inline-block;
        max-width: 100%;
        width: auto;
    }
}

.navbar td {
    width: 12.5%;
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.hotspot-nav {
    flex-direction: column;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    /* Vertical gap between icon and text (keep as you like) */
    margin: 0 6px;
    /* Horizontal spacing between buttons - reduced */
}

/* Clean table spacing */
.navbar table {
    margin: auto;
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.navbar a {
    font-size: large;
    color: black;
}

.navbar a span {
    font-family: 'GeoSlab703', Rockwell, serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000000;
}

.navbar a:hover span {
    color: #0000FF;
}

.navbar a:active span {
    color: lightblue;
}

.nav-container img {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);

}

/* CONTENT BOX ---------------------------------------------------------------------------------------------------------------------- */
.content-box {
    background-color: #ffffff;
    background-image: url(images/background/gradient-blue.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 80px;
    padding: 70px 30px 40px 30px;
    margin: 0 15px 30px 15px;
    border-right: 8px darkgreen solid;
    border-top: 4px lightgreen solid;
    border-left: 2px darkgreen solid;
    border-bottom: 2px lightgreen solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    flex: 1;
}

.content-box p {
    margin: 10px 0 8px 0;
}

.content-box h3 {
    margin-bottom: 15px;
}

.content-box img {
    padding: 5px 4px 5px 10px;
    margin-left: 20px;
}

/* ARCHIVE BOX ----------------------------------------------------------------------------------------------------------------------- */
.archive-box {
    background-color: beige;
    border-style: dashed;
    border-width: 3px;
    border-color: black;
    margin: 0 auto;
    flex: 1;
    padding: 15px;
    text-align: left;
}

/* ABOUT PAGE ----------------------------------------------------------------------------------------------------------------------- */
.about-box {
    background-color: #ffffff;
    background-image: url(images/background/gradient-blue.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 80px;
    padding: 70px 30px 40px 30px;
    margin: 0 15px 30px 15px;
    border-right: 8px darkgreen solid;
    border-top: 4px lightgreen solid;
    border-left: 2px darkgreen solid;
    border-bottom: 2px lightgreen solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    flex: 1;
}

/* Subhead */
.profile-subhead {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

/* Two-column layout */
.profile-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.profile-content li {
    margin-bottom: .5em;
}

.profile-sidebar {
    flex: 1;
    min-width: 200px;
}

.profile-main {
    flex: 2;
    min-width: 300px;
    line-height: 1.6;
}

/* Portrait photo */
.profile-photo img {
    border: 6px ridge goldenrod;
    max-width: 100%;
    height: auto;
    margin: 0 10px 0 10px;
}

/* Interests / facts list */
.profile-facts {
    background: lightyellow;
    border: 3px dashed goldenrod;
    padding: 15px 0 15px 0;
    margin: 10px 10px 10px 10px;
}

/* HOME PAGE -------------------------------------------------------------------------------------------------------------------- */
.home-box {
    background-color: white;
    background-image: url(images/background/NEW.JPG);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 80px;
    padding: 70px 30px 40px 30px;
    margin: 0 15px 30px 15px;
    border-right: 8px darkgreen solid;
    border-top: 4px lightgreen solid;
    border-left: 2px darkgreen solid;
    border-bottom: 2px lightgreen solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    flex: 1;
}

/* Home Sidebar */
.homesidebar {
    width: 180px;
    flex-shrink: 0;
    background-color: white;
    background-image: url(images/background/GEARSWHI.JPG);
    background-position: bottom right;
    background-size: 150px;
    background-repeat: no-repeat;
    border-right: 8px darkgreen solid;
    border-top: 4px lightgreen solid;
    border-left: 2px darkgreen solid;
    border-bottom: 2px lightgreen solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
    padding: 8px;
    text-align: left;
    align-self: flex-start;
}

.homesidebar hr {
    border: none;
    height: 3px;
    background-color: goldenrod;

}

.homesidebar table {
    width: 100%;
    /* Make table fill the sidebar width */
    table-layout: fixed;
    /* Optional: helps with consistent column widths */
    border-collapse: collapse;
    /* Clean look */
}

.homesidebar td,
.homesidebar th {
    display: table-cell;
    /* Explicitly enforce table-cell behavior */
    vertical-align: top;
    /* Or middle/top as needed */
    padding-bottom: 8px;
}

.homesidebar a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url('images/bullets/1MOUSE2.GIF');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    /* Space between bullet and text */
    vertical-align: middle;
}

.homesidebar p {
    text-indent: 0;
}

.clock {
    color: navy;
    /* Your theme color */
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 14px;
    background-color: #c0c0c0;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid #808080;
    border-bottom: 2px solid black;
    padding: 3px 8px;
    width: 100%;
    display: inline-block;
    margin: 0 0 2px 0;
    /* 0 top, 2px bottom only, no sides */
    vertical-align: top;
    line-height: 1.1;
    box-shadow:
        inset 1px 1px 0 #dfdfdf,
        inset -1px -1px 0 #404040;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Gear Table ------------------------------------------------------------------------------------------------------------------------*/
.geartable {
    background: white;
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 2px;
    text-align: left;
    width: 100%;
    /* Keeps right text from being crunched */
    min-width: 450px;
    margin: 10px 0;
    table-layout: flex;
    /* Stable column widths */
}

/* Base beveled border style - applied first */
.geartable td,
.geartable th {
    background-color: white;
    border-style: solid;
    border-top-color: #808080;
    border-left-color: #808080;
    border-bottom-color: lightgray;
    border-right-color: lightgray;
    padding: 8px 12px;
    vertical-align: top;
    word-wrap: break-word;
}

/* Specific thickness - applied AFTER the shared rule */
.geartable td {
    border-width: 6px;
    vertical-align: middle;
}

.geartable th {
    border-width: 4px;
    /* Slightly thinner on headers for balance */
    background-color: lightblue;
    font-weight: bold;
}

/* Column widths to prevent layout issues */
.geartable td:nth-child(1),
.geartable th:nth-child(1) {
    width: auto;
}

/* Geartable Labels */

.geartable td:nth-child(2),
.geartable th:nth-child(2) {
    width: 38%;
}

/* Geartable Values */

/* Geartable Images - Modified for centered 240px-wide images with more room */
.geartable td:nth-child(3),
.geartable th:nth-child(3) {
    width: 280px;
    /* Fixed width to give more room than other columns and accommodate 240px image + padding */
    min-width: 280px;
    text-align: center;
}

/* Clean h3 and images */
.geartable h3 {
    text-align: left;
    text-shadow: none;
    margin: 5px 0 5px 0;
    font-size: 1.4em;
}

.geartable img {
    width: 240px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
}

/* Project Page --------------------------------------------------------------------------------------------------------------------- */
/* Project Table - Clean, consistent with .geartable */
.project-table {
    background: white;
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    text-align: left;
}

.project-table p {
    text-indent: 0;
}

.project-table a:link {
    color: darkred;
    text-decoration: underline;
}

.project-table a:visited {
    color: darkred;
    text-decoration: underline;
}

.project-table a:hover {
    color: red;
    text-decoration: none;
}

.mailbox-link.project-table td {
    border-width: 6px;
    border-style: solid;
    border-top-color: #808080;
    border-left-color: #808080;
    border-bottom-color: lightgray;
    border-right-color: lightgray;
    padding: 8px 8px;
    vertical-align: top;
}

/* Header styling */
.project-table th {
    background-color: lightyellow;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}

/* Clean h3 inside project table (no global shadow) */
.project-table h3 {
    text-align: left;
    text-shadow: none;
    margin: 0 0 12px 0;
    font-size: 1.4em;
}

/* Nested status/info tables - simple and clean */
.project-table table {
    border: none;
    margin: 10px 0;
    width: auto;
    background-color: lightblue;
}

.project-table table td {
    border: solid black;
    border-width: 2px;
    padding: 3px 3px;
    background: transparent;
}

/* Optional: Subtle separation for left column if you add it back */
.project-table td:first-child {
    background-color: aliceblue;
    ;
    width: 25%;
}

/* Images in project entries */
.project-table img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border: 1px solid #ccc;
    display: block;
    border: none;
}

/* CONTACT PAGE --------------------------------------------------------------------------------------------------------------------- */
/* Mailbox Hover Effect - Overlap images perfectly */
.mailbox-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.mailbox-link {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    /* ← ADD THIS ONE LINE: Compensates for GIF padding */
    margin-right: 100px;
    /* Tweak -3px → -2px or -4px until it's dead-center */
}

.mailbox-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}

/* Default state */
.mailbox-closed {
    opacity: 1;
}

.mailbox-open {
    opacity: 0;
}

/* Hover state */
.mailbox-link:hover .mailbox-closed {
    opacity: 0;
}

.mailbox-link:hover .mailbox-open {
    opacity: 1;
}

/* Link Page ------------------------------------------------------------------------------------------------------------------------ */
.links-list {
    text-align: left;
}

/* Shack tour -----------------------------------------------------------------------------*/
.gallery {
	width: 375px;
	height: auto;
	border-style: outset;
	border-width: 4px;
	border-color: goldenrod;
	padding-bottom: auto;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
	
}

