@font-face {
    font-family: "Alice";
    src: url(Alice-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Seagram";
    src: url(Seagram.ttf);
}
@font-face {
    font-family: "Texturina";
    src: url(Texturina-VariableFont_opsz,wght.ttf);
}

:root {
    --main: rgb(197, 219, 192);
    --secondary: pink;
    --tertiary:rgb(173, 206, 168);
    --det:rgb(218, 148, 166);
    --background: rgb(166, 175, 166);
    --sheer: rgba(0, 0, 0, 0.3);
    --grey: rgba(194, 194, 194)

}

@media only screen and (max-width: 600px) {
    aside {
        width: 100%;
        margin-right: 0px;
        position: relative!important;

    }

    html {
        max-width: 100vw;
        overflow-x: hidden;
    }
    body {
        max-width: 100vw;
    }

    container {
        flex-direction: column;
        background: none!important;
        max-width: 100vw;
    }

    img {
        max-width: calc(100vw - 90px);
    }

    contents {
        border: none!important;
        background-color: transparent!important;
        padding: 0px!important;
    }

    section {

        min-width: calc(100vw - 80px);
    }

    table img {
        max-width: 150px;
    }
}

header{
    background: linear-gradient(to bottom,var(--secondary), var(--main));
    height: 100px;
    position: RELATIVE;
    pointer-events: none;
}

footer{
    background: var(--secondary);
    height: 2em;
    text-align: center;
    padding: 0px;
    color: rgba(0, 0, 0, 0.3);
    border: double;
}

footer::before {
    content: "✿ myamopod 2025 ✿";
}

footer img {
    content: url(img/hog.png);
    position:relative; 
    bottom: 215px;
    right: 435px;
    
}

pagetitle{
    position: absolute;
    bottom: -70px;
    left: 18px;
    color: rgb(242, 243, 238);
    font-size: 60px;
    font-style: italic;
    text-shadow: 2px 2px rgb(218, 148, 166);
    z-index: 1;
    font-family: Seagram;
}

aside {
    background: var(--main);
    list-style: none;
    margin-right: 10px;
    height: 345px;
    position: sticky;
    align-self: flex-start;
    top: 0;
    
    
}

li {
    background-color: var(--tertiary);
    margin: 5px;
    padding: 5px;
    font-size: 23px;
    border: outset;
    border-color: var(--det);
    font-family: Seagram; 

    background-image:url(../../img/roughtile.gif) ;
    background-blend-mode: soft-light;
    
}

li:hover {
    border: inset;
    border-color: var(--det);
}

column {
    display: flex column;
    flex: 1;
    align-content: center;
}


contents {
    flex: 1;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    margin: 5px;



    background-color: rgba(255, 255, 255, 0.3);
    
    border: 5px;
    border-image-source: url(img/edge.png);
    border-image-width: 2px;
    border-image-slice: 2;
    border-image-outset: 2px;
    border-image-repeat:round;



}

section {
    background: rgb(242, 243, 238);
    padding: 20px;    
    margin: 10px;

    border-image-source: url(img/border.png);
    border-image-width: 14px;
    border-image-slice: 14;
    border-image-outset: 4px;
    border-image-repeat: stretch;

    

}

.wrap {
    flex: 1;
}

imgwrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

blinkiewrapper{
    display: inline flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

imgwrapper img {
    margin: 0px 4px;

}
blinkiewrapper img {
    margin: 0px;

}


img {
    display: block;
    margin: auto;
}

captiontext {
    display: block;
    text-align: center;
    font-size: 13px;
    color: var(--grey);
}




divider {
    z-index: 1;
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: none;
    background-image: url(img/divider.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -30px;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3))
}


divider img {
    z-index: 1;
}

#scrollnote {
    background: linear-gradient(to bottom, white, rgb(219, 240, 216));
    border: dashed;
    border-width: 1px;
    border-color: rgb(194, 194, 194);
    color: rgb(173, 173, 173);
    padding: 10px;
    margin: auto;
    max-height: 4em;
    overflow-y: scroll;
    text-align: left;
}


container {
    display: flex;
    background-color: rgb(166, 175, 166);
    padding: 0px 20px;

    background-image:url(../../img/roughtile.gif) ;
    background-blend-mode: soft-light;

}

iframe {
    border: none;

    padding: 0px;
    width: 100%;
}

body {
    padding: 0px;
    margin:0px;
    font-family: Texturina!important;

    color: rgb(65, 65, 65)!important;
    font-size: 16px;

}


html {
    display: flex;
    margin: auto;
    padding: 0px;
    height: 100%;
    max-width: 1010px;
    scrollbar-width: thin;
    scrollbar-color: var(--secondary) rgba(0, 0, 0, 0) ;
    
   
    background-attachment: fixed;
    background-image: url(img/CLOVER1.jpg);
    background-color: rgb(61, 83, 61);
    
}

a {
    text-decoration: none;
    text-shadow: 1px 2px 1px pink; 
    color:rgb(114, 143, 113)!important;
}

a:visited {
    color: rgb(80, 80, 80);
}

a:hover {
    text-shadow: 1px 2px 3px pink; 
}

th, td{
    padding: 0px 5px;
}



table {
        border-image-source: url(img/border.png);
    border-image-width: 14px;
    border-image-slice: 14;
    border-image-outset: 4px;
    border-image-repeat: stretch;
    margin: auto;
}

h1 {
    color: var(--det);
    text-align: center;
    font-family: Seagram; 
}

h1::before, h1::after{
    content: " ✿ ";
    color: var(--secondary);
}

h2 {
    text-align: center;
    color: var(--det);
    
    
}

h3 {
    color: var(--det);
    text-align: center;
    text-transform: lowercase;
    font-family: Seagram; 
    background: linear-gradient(to right,rgb(219, 240, 216), rgba(0, 0, 0, 0), rgb(219, 240, 216));
    border: double;
    border-color: var(--grey);
}

h3::before, h3::after, h4::before, h4::after{
    content: " ✿ ";
    color: var(--secondary);
}
li::before{
    content: " ✿ ";
    color: var(--det);
    font-size: 15px;
    vertical-align: 15%;
}

title {
    background: var(--background)
}

h4 {
    color: var(--det);
    text-align: center;
    text-transform: lowercase;
    font-family: Seagram; 
    background: linear-gradient(to right,rgb(219, 240, 216), rgb(242, 243, 238), rgb(219, 240, 216));
    border: double;
    border-color: var(--grey);
    font-size: 30px;
    margin: 0px;
    width: 100%;
    height:40px
}

#women-web br{
    display: none;
}
#women-web table{
    border: none;
}
