﻿
@font-face {
    font-family: 'dogicapixel.ttf';
    src: url('dogicapixel.ttf') format('truetype');
}

body {
    cursor: url("images/site/cursor.png"), auto;
    scrollbar-color: #9e2835 #ead4aa;
    scrollbar-width: thin;
    margin: 0;
    background-image: url('images/site/bgyellow.png');
    background-repeat: repeat;
    font-family: 'dogicapixel.ttf';
    serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#main-container {
    width: 1248px;
    height: 1025px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#banner {
    height: 250px;
    background-image: url('images/site/banner.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

#navbar {
    height: 50px;
    background: linear-gradient(to bottom, #743f39, #3f2832);
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 1px 1px #181425;
    border: 2px solid #9e2835;
    border-radius: 10px;
    margin-bottom: 10px;
}

a {
    color: #ff0044;
    text-decoration: none;
    cursor: url('images/site/cursor_link.png'), auto;
}

    a:hover {
        transition: color, text-shadow 0.2s ease;
        color: white;
        text-decoration: underline;
        text-shadow: 0 0 15px #ff0044;
    }

#content {
    flex: 1;
    display: flex;
    height: 590px;
}

.column {
    padding: 10px;
    box-sizing: border-box;
    background-color: #ead4aa;
    border: 2px solid #9e2835;
    border-radius: 10px;
    color: #181425;
    font-size: 12px;
    overflow: auto;
}

#left-column {
    width: 249px;
}

#middle-column {
    width: 749px;
    margin: 0 10px;
    position: relative;
}

#right-column {
    width: 249px;
}

.boxed-header {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.header1 {
    background-image: url('images/site/home.png');
}

    .header1:hover {
        background-image: url('images/site/home_hover.png');
    }

.header2 {
    background-image: url('images/site/about.png');
}

    .header2:hover {
        background-image: url('images/site/about_hover.png');
    }

.header3 {
    background-image: url('images/site/brainworms.png');
}

    .header3:hover {
        background-image: url('images/site/brainworms_hover.png');
    }

.header4 {
    background-image: url('images/site/coolstuff.png');
}

    .header4:hover {
        background-image: url('images/site/coolstuff_hover.png');
    }

.header5 {
    background-image: url('images/site/tell.png');
}

    .header5:hover {
        background-image: url('images/site/tell_hover.png');
    }

.header7 {
    height: 82px;
    background-image: url('images/site/alvina.png');
}

    .header7:hover {
        background-image: url('images/site/alvina_hover.png');
    }

.header8 {
    height: 82px;
    background-image: url('images/site/rya.png');
}

    .header8:hover {
        background-image: url('images/site/rya_hover.png');
    }

.funnytext {
    text-align: center;
}

    .funnytext p {
        padding-top: 10px;
        margin: 10px;
        color: #743f39;
    }

.funnypic {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .funnypic img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.blurb {
    margin-bottom: 30px;
}

    .blurb h3 {
        text-align: center;
    }

    .blurb p {
        text-align: center;
        line-height: 1.15;
        color: #743f39;
    }

.status_box {
    height: 230px;
    width: 42%;
    display: inline-block;
    padding: 10px;
    margin-left: 20px;
    margin-top: 20px;
    background-color: #f6757a;
    border: 2px solid #9e2835;
    border-radius: 10px;
}

.status_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.status_box h3 {
    color: white;
    text-shadow: 1px 1px black;
    margin: 5px;
}

.status_box p {
    display: flex;
    margin: 5px;
    float: none;
    text-align: left;
    line-height: 1.15;
}

.status_box .status-separator {
    border: none;
    border-top: 1px dashed #9e2835;
    margin: 4px 0;
    width: 100%;
    height: 0;
    background: none;
}

.status_box .mainimg {
    max-height: 80%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 10px;
    border: 2px solid #9e2835;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

    .status_box .mainimg:hover {
        box-shadow: 0 0 15px #ff0044;
        border-color: white;
    }

.socmedline {
    height: 32px;
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.socmed {
    height: 32px;
    margin-left: 5px;
}

    .socmed:hover {
        transform: translateY(-2px);
        transition: transform 0.15s;
    }

.galleryicon {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin: 0px;
    padding: 0px;
}

.myImg {
    height: 200px;
    width: 200px;
    object-fit: cover;
    display: inline;
    margin: auto;
    margin: 12px;
    border: 2px solid #9e2835;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

    .myImg:hover {
        box-shadow: 0 0 15px #ff0044;
        border-color: white;
    }



.modal {
    display: none;
    position: fixed;
    z-index: 1; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9); 
}


.modal-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 1500px;
    margin: auto;
}

.modal-content {
    width: auto;
    height: auto;
    max-width: 1000px;
    max-height: 1000px;
    margin-right: 30px;
}

.modal-nav-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.modal-nav-btn {
    font-family: 'dogicapixel.ttf';
    background: #181425;
    color: #fff;
    border: 2px solid #e43b44;
    border-radius: 6px;
    font-size: 1.1em;
    padding: 8px 16px;
    margin: 0 10px;
    transition: background 0.2s, color 0.2s;
    pointer-events: auto; 
    cursor: url('images/site/cursor_link.png'), auto;
}
.modal-nav-btn:hover {
    background: #e43b44;
    color: #fff0f5;
}
.modal .close {
    z-index: 3;
}
.modal-flex {
    margin-top: 70px; 
}

#caption {
    width: 40%;
    max-width: 300px;
    color: #ccc;
    text-align: left;
    padding: 10px 0;
    height: auto;
    display: block;
    font-size: 1.1em;
    line-height: 1.15;
    /* Add more styles as needed */
}
#caption strong {
    color: #e43b44;
}
#caption em {
    color: #743f39;
}


.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.aboutportrait {
    width: 50%;
    margin: 0 auto;
    width: 125px;
    height: 165px;
    background-image: url('images/site/portrait.png');
}

.aboutportrait:hover {
    background-image: url('images/site/portraithover.png');
}

.blog-post {
    background: #fff0f5;
    border: 2px solid #e43b44;
    border-radius: 10px;
    margin: 30px auto;
    padding: 24px 32px;
    max-width: 600px;
    box-shadow: 0 2px 12px #e43b4422;
}

.blog-post-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

.blog-post-time {
    font-size: 1em;
    color: #743f39;
    margin-bottom: 4px;
}

.blog-post-title {
    margin: 0 0 8px 0;
    color: #e43b44;
    font-size: 1.7em;
    text-shadow: 1px 1px #fff;
}

.blog-post-body {
    color: #181425;
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-post-tags {
    margin-top: 8px;
}

.blog-tag {
    display: inline-block;
    background: #e43b44;
    color: #fff0f5;
    border-radius: 6px;
    padding: 2px 10px;
    margin-right: 8px;
    font-size: 0.95em;
    font-family: inherit;
}

#show-all-posts-btn {
    font-family: 'dogicapixel.ttf';
    background: #181425;
    color: #fff;
    border: 2px solid #e43b44;
    border-radius: 6px;
    font-size: 1.1em;
    padding: 8px 16px;
    margin: 0 10px; 
    cursor: url('images/site/cursor_link.png'), auto;
}

#show-all-posts-btn:hover {
    background: #e43b44;
    color: #fff0f5;
}

.blog-preview {
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e43b44;
    max-width: 100%;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.blog-preview:last-child {
    border-bottom: none;
}
.blog-preview-title {
    font-weight: bold;
    color: #e43b44;
    font-size: 1.1em;
    margin-bottom: 4px;
}
.blog-preview-time {
    font-size: 0.95em;
    color: #743f39;
    margin-bottom: 2px;
}
.blog-preview-tags {
    margin-top: 2px;
}
.blog-preview-title a {
    color: #e43b44;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s;
}
.blog-preview-title a:hover {
    color: #ff0044;
    text-decoration: underline;
}
.blog-preview-snippet {
    color: #181425;
    font-size: 0.98em;
    margin: 4px 0 2px 0;
    line-height: 1.2;
}