/** font stuff **/


.title {
  font-family: "Pixelify Sans", sans-serif;
  padding-top: 0px;
  padding-left: 20px;
}

body {
    font-family: "Pixelify Sans", sans-serif;
    background-image: url("https://files.catbox.moe/ovon43.gif");
    font-size: 13px;
    color: #ffffff;
}

h1, h2 {
    font-family: "Pixelify Sans", sans-serif;
    color: ##ffffff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.navlink, .navlink a:link, .navlink a:visited {
    font-family: "Pixelify Sans", sans-serif;
    color: #2f2c2e;
    font-weight: bold;
    text-decoration: none;
}
    
.navlink {
    background-color: #a09d9f;
    margin: 5px;
}

.special {
    font-family: "Pixelify Sans", sans-serif;
    color: #5e5a5b;
    font-weight: bold;
}

.col2 a:visited, .col2 a:link, .col3 a:link, .col3 a:visited {
    font-family: "Pixelify Sans", sans-serif;
    color: #353031;
    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 {
    font-family: "Pixelify Sans", sans-serif;
    color: #3c453d;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    font-family: "Pixelify Sans", sans-serif;
    color: #151615;
    font-weight: bold;
    text-decoration: none;
}

a:hover, .col2 a:hover, .col3 a:hover, .navlink a:hover {
    font-family: "Pixelify Sans", sans-serif;
    color: #9ca29c;
    font-weight: bold;
    text-decoration: underline 3px;
}

.hide {
  display:none
}

.navlink:hover .hide {
    font-family: "Pixelify Sans", sans-serif;
    display: block;
    background-color: white;
    font-weight: strong;
    font-style: bold;
    font-size: 12px;
    color: #969091;
    margin-top: 0em;
}

.navlink:hover {
    font-family: "Pixelify Sans", sans-serif;
    background-color: #e2e2e2;
    color: #686868;
}

.subtitle {
    font-family: "Pixelify Sans", sans-serif;
    font-style: bold;
    font-size: 11px;
    color: #51414F;
    margin-top: 0em;
}

ul {
    list-style-image: url("https://files.catbox.moe/w34wic.webp");
}

details {
    background-color: #7B7B7B;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

summary {
    font-family: "Pixelify Sans", sans-serif;
    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 {
    background-color: #010101;
    width: 20%;
    min-width: 100px;
    height: 300px;
    /** background-color: greenyellow; **/
    /** Leave the code below alone - it keeps the column stuck in place! **/
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
}

.col2 {
    background-color: #010101;
    width: 45%;
    /** background-color: yellow; **/
    height: 100%;
}

.col3 {
    
    background-color: #010101;
    width: 25%;
    min-width: 100px;
    max-width: 290px;
    height: 50%;
    /** background-color: mediumpurple; **/
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
}



/** ELEMENTS **/

.sec {
    padding: 10px;
    background: url();
    box-shadow: 5px 5px #ffffff;
    filter: brightness(110%);
    margin: 10px;
    min-height: 100px;
    min-width: 200px;
    max-width: 500px;
    border: thin solid #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
}
.sec2 {
	height: 300px;
	min-width: 200px;
	max-width: 500px;
	position: relative;
	border: thin solid #ffffff;
	margin: 10px;
	padding: 10px;
    	background: url(img/yellowbg.jpg);
    	box-shadow: 5px 5px #ffffff;
    
}

.sec3 {
  height: 100px;
	min-width: 200px;
	max-width: 500px;
	position: relative;
	border: thin solid #ffffff;
	margin: 10px;
	padding: 10px;
	background-color: #717070;
    	box-shadow: 5px 5px #ffffff;
}
.col1 .sec {
    min-width: 100px;
}

.col3 .sec {
    font-size: 12px;
}

.container {
    height: 150px; 
    overflow: auto; 
    background-color: #5a5a5a;
    padding: .5em; 
    margin: 1em; 
    border: 1px #ffffff dashed;
    image-rendering: pixelated;
}