/*
 * I, Caminus, originally created this CSS for 32bit.cafe
 * This file has since been adapted for my site and my silly style
 * This is kinda spaghetti code, go look at the version on 32bit.cafe instead!
 */
@import url('https://fonts.upset.dev/css2?family=Antonio:wght@100..700');

    * {
	font-smooth: never;
    	scrollbar-width: thin;
        scrollbar-color: #000 #FFF;
	    font-family: "Antonio", sans-serif;
	}
body {
    background-color:black;
    background-image:url("starsbg.gif");
}
.container {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color:darkorange;
    border: 10px white; 
    position: relative
    border-radius: 20px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row:after {
    content: "";
    display: table;
    clear: both;    
}
.column1 {
    background-color: darkorange;
    border-radius: 0px 0px 0px 15px;
    flex: 1;
}
.column2 {
    background-color: black;
    background-image:url("starsbg.gif");
    color:mediumpurple;
    border-radius: 25px 0px 0px 25px;
    flex: 3;
    padding:5px;
}
.column2 h2 {
    padding: 8px;
    padding-top: 40px;
    padding-left: 40px;
    text-align:left;
}
.column2 h3, .column2 h4, .column2 h5 {
    font-family: "Antonio", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.column2 p {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.column2 a:visited {
    color: black;
 
}
.column2 a:link {
    color: black;
    
}
.column2 a:hover {
    color:mediumpurple;
}
.column2 blockquote, .column2 ul li, .column2 table {
    font-family: "Antonio", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.column2 ul li{
    background-color:mediumpurple;
    border-radius: 0 25px 25px 0;
    margin-top:5px;
    color:black;
    width: auto;
    margin-top:10px;
    text-align:left;
    padding:10px;
    position:relative;
    width:50vw;
    list-style: none;
}
.column2 ul ul{
    background-color:black !important;
    position: relative;
    width:110%;
    border-radius: 25px 0 0 25px;
    padding-left:0 !important;
    
}
.column2 ul ul li{
    background-color:transparent !important;
    box-shadow: transparent -10px 0px 0px 0px, transparent -20px 0px 0px 0px !important;
    list-style:square !important;
    list-style-position: inside !important;
    color: mediumpurple !important;
    padding-bottom: 5px;
    padding-top: 3px;
}
.column2 ul ul li a:link{
    color: rgb(225, 180, 255);
}
.column2 ul ul li a:visited{
    color: rgb(225, 180, 255);
}
.column2 ul ul li a:hover{
    color: skyblue;
}
.column2 ul ul ul li{
    margin-left:25px;
    list-style-type: disc !important; 
}
.column2 ul li:nth-child(6n+1){
    background-color:darkorange;
    box-shadow: black -10px 0px 0px 0px, darkorange -20px 0px 0px 0px;
}
.column2 ul li:nth-child(6n+2){
    background-color:skyblue;
    box-shadow: black -10px 0px 0px 0px, skyblue -20px 0px 0px 0px;
}
.column2 ul li:nth-child(6n+3){
    background-color:coral;
    box-shadow: black -10px 0px 0px 0px, coral -20px 0px 0px 0px;
}
.column2 ul li:nth-child(6n+4){
    background-color:orangered;
    box-shadow: black -10px 0px 0px 0px, orangered -20px 0px 0px 0px
}
.column2 ul li:nth-child(6n+5){
    background-color:rgb(252, 182, 3);
    box-shadow: black -10px 0px 0px 0px, rgb(252, 182, 3) -20px 0px 0px 0px
}
.column2 ul li:nth-child(6n){
    background-color:rgb(225, 180, 255);
    box-shadow: black -10px 0px 0px 0px, rgb(225, 180, 255) -20px 0px 0px 0px
}
.column2 ul li a:link{
    padding: 8px;
    color: black;
    text-decoration:underline;
}
.column2 ul li a:visited{
    padding: 8px;
    color: black;
    text-decoration:none;
}
.column2 ul li a:hover{
    color:darkblue;
}
path { 
    fill: currentColor;
}
nav ul {
    list-style-type: none;
    padding: 0;
    font-family: "Antonio", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
}
nav ul li {
    position: relative;
    border-bottom: black solid 3px;
    padding:0px;
    padding-top: 30px;
    text-align:right;
    margin-bottom:-3px;
    width:100%;
    margin-left:0px;
}
nav ul li:nth-child(8n+1) {
    background-color: orangered;
    border-top: black solid 3px;
}
nav ul li:nth-child(8n+2) {
    background-color: coral;
}
nav ul li:nth-child(8n+3) {
    background-color: mediumpurple;
}
nav ul li:nth-child(8n+5) {
    background-color: skyblue;
}
nav ul li:nth-child(8n+6) {
    background-color: rgb(252, 182, 3);
}
nav ul li:nth-child(8n+7) {
    background-color: rgb(225, 180, 255);
}
nav ul li:nth-child(8n) {
    background-color: coral;
}
nav ul li a {
    display: block;
    padding: 8px;
    color: black;
    text-decoration: none;
}
nav ul li a:hover {
    background-color: transparent;
	color: darkblue;
}
.dropdown-content {
    display: none;
    background-color: transparent;
    min-width: 120px;
}
.dropdown-content a {
    color: black;
    padding: 8px;
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
}
.dropdown-content a:hover {
    background-color: transparent;
    color: darkblue;
}
.dropdown-content.show {
    display: block;
    position: relative;
}
.dropdown .dropbtn {
    cursor: pointer;
}
.dropdown .dropbtn:focus + .dropdown-content {
    display: block;
    position: relative;
}
h1 {
    position: relative;
    font-size: 3rem;
    width: 100%;
    font-family: "Antonio", sans-serif;
    font-weight: 500;
    margin-left:0;
    background-color:black;
    border-top: black solid 3px;
    border-bottom: black solid 3px;
    overflow:hidden;
    z-index:1;
    white-space:nowrap;
}
h1::before{
    content:"";
    background-color:skyblue;
    margin-right:10px;
    border-radius: 15px 0px 0px 15px;
    padding: 0 20px;
}
h1::after{
    content:"";
    background-color:skyblue;
    padding: 0 20px;
    margin-left:10px;
    border-radius: 0px 15px 15px 0px;
}
h1  {
    color: coral;
    text-decoration: none;
    text-align:center;
}
h1:hover {
    color: orangered;
    text-decoration: none;
}
h2 {
    display:inline-block;
    font-family: "Antonio", sans-serif;
    font-size: 2rem;
    background-color: rgb(252, 182, 3);
    border-radius: 0 20px 20px 0;
    color:black;
}
h3 {
    display:inline-block;
    font-family: "Antonio", sans-serif;
    background-color: orangered;
    color:black;
    border-radius:25px;
    padding:8px;
    padding-top: 35px;
    padding-left: 35px;
    text-align:left;
}
h4 {
    display:inline-block;
    font-family: "Antonio", sans-serif;
    background-color: rgb(225, 180, 255);
    color:black;
    border-radius:0 20px 20px 0;
    padding:10px;
    box-shadow: black -10px 0px 0px 0px, rgb(225, 180, 255) -20px 0px 0px 0px;
    margin-left:10px;
}
#footer {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Antonio", sans-serif;
    background-color:mediumpurple;
    border-radius: 0px 0px 15px 15px;
    border-top: black solid 3px;
    font-weight: 200;
    margin-top:20px;        
}
#footer a:hover {
    color: black;
    text-decoration: none;
}
#footer a:visited {
    color: darkblue;
}
#footer a:link {
    color: darkblue;
}
pre {
    background: mediumpurple;
    color: darkblue;
    padding: 15px;
    overflow: auto;
    margin: 10px;
    border-radius: 0 25px 25px 0;
}
code {
    background: mediumpurple;
    color: white;
    padding: 0 4px;
    border-radius: 0 8px 8px 0;
    margin: 2px;
    line-height:1.5;
}
blockquote{
    padding-left:5px;
    border-style: none none none double;
    border-width:15px;
    border-color: rgb(225, 180, 255);
}
blockquote::after{
    content:"";
    background-color:rgb(225, 180, 255);
    margin-left:10px;
    border-radius: 0px 15px 15px 0px;
    padding: 0 20px;
}
table{
    overflow-x: auto;
    display: block;
}
td {
    padding: 5px;
    padding-right:10px;
}
th{
    background-color: rgb(225, 180, 255);
    border-radius: 0 25px 25px 0;
    color:black;
}
@media screen and (max-width: 600px) {
    .column1 {
        width: 100%;
        flex: auto;
    }
    .column2 {
        width: 100%;
        flex: auto;
  
    }
    nav ul li a{
        width: 95%;
    }
    h1{
        text-align:center;
        font-size: 2.75rem;
    }
    h1::after{
        padding:0 10px;
    }
    h1::before{
        padding:0 10px;
    }
    h2, h3 {
        display:flex;
        justify-self: center;
        align-self:center;
        justify-content: right;
    }
}     
.rev { unicode-bidi: bidi-override; direction: rtl; }
.obem { position: absolute; display:inline-block; z-index: -1; width: 0px; height: 0px; overflow: hidden; };