/** font stuff **/

     /* Retro Creepy-Cute Hospital Theme */
        :root {
            --retro-pink: #ff80ab;
            --retro-green: #80ffaa;
            --retro-red: #ff5252;
            --retro-beige: #fff8e1;
            --retro-gray: #757575;
            --retro-blue: #82b1ff;
            --retro-white: #f5f5f5;
            --retro-purple: #9575cd;
            --retro-dark: #424242;
            --retro-yellow: #ffff8d;
        }
 /* Retro CRT Monitor Effect */
        body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                repeating-linear-gradient(
                    0deg,
                    rgba(0, 0, 0, 0.1) 0px,
                    rgba(0, 0, 0, 0.1) 1px,
                    transparent 1px,
                    transparent 2px
                );
            pointer-events: none;
            z-index: 10000;
            opacity: 0.6;
        }

        /* Retro Scan Lines */
        body::after {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                rgba(18, 16, 16, 0) 95%,
                rgba(0, 0, 0, 0.25) 95%
            );
            background-size: 100% 4px;
            pointer-events: none;
            z-index: 10001;
        }
  
 
  
  
.blank{
  padding-top: 20px;
  padding-left: 20px;
   opacity: 0.0;
}
  
 .title {background-image: url("website base images/window tab.jpg");
color: var(--retro-white);
padding: 4px;
border-top-right-radius:5px;border-top-left-radius:5px;letter-spacing:2px;
}

body {
    background: url("website base images/wallpaper/8052985276994.jpg") repeat;
    background-size: 300px;
    font-size: 13px;
    font-family: 'Kosugi Maru', 'MS Gothic', 'Osaka', monospace, sans-serif;
    color: var(--retro-dark);
}


h1, h2 {
    color: var(--retro-red);
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.navlink, .navlink a:link, .navlink a:visited {
    color: var(--retro-pink);
    font-weight: bold;
    text-decoration: none;
}
    
.navlink {
    background-color: rgb(255,221,221);
    margin: 5px;
}

.special {
    color: var(--retro-dark);
    font-weight: bold;
}

.col2 a:visited, .col2 a:link, .col3 a:link, .col3 a:visited {
    color: var(--retro-blue);
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(255,211,221,0.7) 41%, rgba(255,211,221,0.7) 75%, rgba(255,255,255,0) 76%);
    text-decoration: underline 3px;
    text-decoration-color: rgb(179,212,251);
    text-decoration-skip: ink;}

a:link {
    color: var(--retro-blue);
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: var(--retro-dark);
    font-weight: bold;
    text-decoration: none;
}

a:hover, .col2 a:hover, .col3 a:hover, .navlink a:hover {
    color: cornflowerblue;
    font-weight: bold;
    text-decoration: underline 3px;
}

.hide {
  display:none
}

.navlink:hover .hide {
    display: block;
    background-color: white;
    font-weight: strong;
    font-style: bold;
    font-size: 12px;
    color: #51414F;
    margin-top: 0em;
}

.navlink:hover {
    background-color: white;
    color: #D6939F;
}

.subtitle {
    font-style: bold;
    font-size: 11px;
    color: #51414F;
    margin-top: 0em;
}

ul {
    list-style-type: "*";
}

details {
    background-color: #D8BFD8;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

summary {
    font-size: 15px;
}

/** COLUMNS **/

#wrapper {
    height: 100%;
    padding: 1em;
}

.main {
    display: flex;
    min-width: 1300px;
    max-width: 1300px;
    height: 100%;
    justify-content: space-around;
}

.col1, .col2, .col3 {
   
    margin-top: 1em;
}

.col1 {
    width: 20%;
    min-width: 120px;
    height: 800px;
    /** background-color: greenyellow; **/
    /** Leave the code below alone - it keeps the column stuck in place! **/
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
}

.col2 {
    width: 45%;
    /** background-color: yellow; **/
    height: 100%;
}

.col3 {
    
    width: 30%;
    min-width: 120px;
    height: 50%;
    /** background-color: mediumpurple; **/
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
}



/** ELEMENTS **/

.sec {
    padding: 10px;
     background: var(--retro-beige);
            border: 4px double var(--retro-dark);
            border-radius: 0;
            box-shadow: 
                6px 6px 0 rgba(0, 0, 0, 0.3),
                inset 0 0 0 1px var(--retro-white);
            min-width: 320px;
            min-height: 240px;
            resize: both;
            overflow: hidden;
            z-index: 50;
            font-family: 'Kosugi Maru', sans-serif;
}
.sec2 {
	height: 110px;
	min-width: 200px;
	max-width: 900px;
	position: relative;
	border: thin solid rosybrown;
	margin: 10px;
	padding: 10px;
    	background: url("website base images/tomieanimate.gif");
    	background-size: cover;
    	background-repeat: no-repeat;
    	box-shadow: 5px 5px rgba(214, 147, 159, 50%);
    
}
.col1 .sec {
    min-width: 100px;
}

.col3 .sec {
    font-size: 12px;
}

.container {
    height: 150px; 
    overflow: auto; 
    background-color: rgb(255,221,221);
    padding: .5em; 
    margin: 1em; 
    border: 1px rosybrown dashed;
    image-rendering: pixelated;
}

#footer {
     position: fixed;
left: 0;
   bottom: 0;
   width: 100%;
    background: transparent;
    color: white;
  text-align:center;
}