/*
 * Name: Plant Cell
 * Author: loren
 * Website: https://ribo.zone
*/

        @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Gabarito:wght@400..900&family=Lexend:wght@100..900&display=swap');

        * {
	font-smooth: never;
    	scrollbar-width: thin;
    	scrollbar-color: #000 #FFF;
	font-family: "Gabarito", serif;
	}
        .container {
        margin: auto;
        width: 80%;
        }
        .row {
        display: flex;
        flex-wrap: wrap;
        }
        .row:after {
        content: "";
        display: table;
        clear: both;
        }
        .column1 {
        background-color: transparent;
        flex: 1;
        }
        .column2 {
        background-color: transparent;
        flex: 3;
        }
        .column1 svg {
          width: 8px;
        }
        .column2 h2 {
	padding: 10px;
        }
	.column2 h3, .column2 h4, .column2 h5 {
          padding-left: 10px;
          font-family: "DM Serif Display", serif;
	  font-weight: 400;
	  font-size: 1.8rem;
	  margin-bottom: 0;
	}
        .column2 p {
          padding-left: 10px;
          padding-right: 10px;
          font-family: "Lexend", serif;
          font-optical-sizing: auto;
          font-weight: 300;
          font-style: normal;
          font-size: 1.3rem;
          line-height: 1.8rem;
          }
	.column2 blockquote, .column2 ul li, .column2 table {
	  font-family: "Lexend", serif;
          font-weight: 200;
	  font-size: 1.2rem;
          line-height: 1.5rem;
	}
        path { fill: currentColor; }
          
                nav ul {
                list-style-type: none;
                padding: 0;
                font-family: "Gabarito", serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1.5rem;
                }
                nav ul li {
                position: relative;
                margin: 3px;
                }
                nav ul li a {
                display: block;
                padding: 8px;
                background-color: transparent;
                color: #5C5346;
                text-decoration: none;
                }
                nav ul li a:hover {
                background-color: transparent;
		color: #18206F;
                }
                .dropdown-content {
                display: none;
                background-color: transparent;
                min-width: 120px;
                }
                .dropdown-content a {
                color: #5C5346;
                padding: 8px;
                text-decoration: none;
                display: block;
                font-size: 1.2rem;
                }
                .dropdown-content a:hover {
                background-color: transparent;
                color: #18206F;
                }
                .dropdown-content.show {
                display: block;
                position: relative;
                }
                .dropdown .dropbtn {
                cursor: pointer;
                }
                .dropdown .dropbtn:focus + .dropdown-content {
                display: block;
                position: relative;
                }
                h1 {
                font-size: 3rem;
                width: 100%;
                text-align: center;
                font-family: "DM Serif Display", serif;
                font-weight: 500;
                padding: 0px;
                margin: 0;
                }
                h1 a {
                color: #18206F;
                text-decoration: none;
                }
                h1 a:hover {
                color: #3B459E;
                }
                h2 {
                  font-family: "DM Serif Display", serif;
                  font-weight: 600;
                  letter-spacing: 1px;
                  font-size: 2rem;
                  line-height: 1rem;
                  padding-bottom: 0px;
                  margin-bottom: 0px;
                }
                #footer {
                display: block;
                width: 100%;
                text-align: center;
                font-family: "Lexend", serif;
                font-weight: 200;
                }
                #footer a:hover {
                  color: black;
                  text-decoration: none;
                }
        @media screen and (max-width: 600px) {
            .column1 {
            width: 100%;
            flex: auto;
            }
            .column2 {
            width: 100%;
            flex: auto;
            }
            nav ul li a {
                width: 95%;
               }
        } 

.rev { unicode-bidi: bidi-override; direction: rtl; }
.obem { position: absolute; display:inline-block; z-index: -1; width: 0px; height: 0px; overflow: hidden; };



 @font-face {
     font-family: "Heal";
     src: url("https://ribo.zone/32bitcafe/HealTheWebA-Regular.otf") format("opentype");
}
 * {
     font-family: 'Courier';
     box-sizing: border-box;
     scrollbar-width: thin;
}
 body {
     background-image: url("noisy.jpg");
     color: rgb(87,93,49);
     overflow-y: auto;
}
 h1 {
     margin: 0;
     padding: 0;
}
 h1 a {
     font-family: 'Heal', 'arial';
     font-size: 80px;
     color: rgb(87,93,49);
     padding: 0 !important;
     text-decoration: none;
     text-shadow: 5px 5px white;
}
 h1 a:hover {
     color: #757a42;
}
 h2, h3 {
     font-family: 'heal', 'arial';
}
 a {
     font-family: 'heal', 'arial';
     color: #757a42;
     text-decoration: underline;
}
 a:hover {
     text-decoration-style: wavy;
     color: rgb(87,93,49);
}
 h2, h3, h4, h5, p {
     margin: 10px;
}
 pre {
     background: rgb(87,93,49);
     color: white;
     padding: 15px;
     overflow: auto;
     margin: 10px;
}
 code {
     background: rgb(87,93,49);
     color: white;
     padding: 0 4px;
     line-height: 1.2;
}
 section {
     margin: 10px;
     padding: 10px;
     border: 2px dotted rgb(193, 196, 128);
}
 .header {
     padding: 0px;
     text-align: left;
     width: 100%;
     height: auto;
     margin: 10px 10px 0 10px;
}
nav {
     border: 5px double;
     padding: 10px;
     background-color: white;
     border-radius: 5px;
     margin: 10px;
}
nav a {
     color: #757a42;
     line-height: 0.8;
     margin: 0;
     border:none;
     text-decoration:none;
     background: none;
}
nav ul li a:hover {
     text-shadow: 2px 2px rgb(193, 196, 128);
     color: rgb(87,93,49);
     background: none;
}
main {
     margin: 10px;
     background-color: white;
     border: 5px double;
     border-radius: 5px;
     width: 50rem !important;
}
nav ul {
     list-style-type: none;
     margin: 10px;
     padding: 5px;
}
nav li {
     display: block;
     padding: 2px;
}
footer {
     text-align: center;
     padding: 10px 15px;
     width: fit-content;
     margin: 10px auto;
     background-color: white;
     border: 5px double;
     border-radius: 5px;
}
 @media screen and (max-width: 700px) {
     .container {
         padding: 0 !important;
    }
     .column.sidebar, .column.main {
         width: 100% !important;
    }
     .topnav {
         flex-direction: column !important;
         padding: 10px !important;
         width: 65vw !important;
         margin: 5px auto !important;
    }
     .topnav a {
         display: block !important;
         margin: 5px !important;
         font-size: 16px !important;
    }
     section {
         margin: 5px !important;
         padding: 5px !important;
    }
     .sidebar {
         margin: 10px 0 !important;
         padding: 0;
    }
     .panel {
         margin: 0;
         width: 100%;
    }
     .header h1 {
         float: left;
    }
     .header button {
         float: right;
    }
     h1, .main {
         margin: 5px;
    }
     h1 a {
         font-size: 60px;
    }
}
 @media screen and (min-width: 700px) and (max-width: 950px) {
     .container {
         padding: 10px !important;
         transform: translate(0) !important;
    }
     .column.sidebar, .column.main {
         width: 100% !important;
    }
     .topnav {
         padding: 5px !important;
    }
     .topnav a {
         display: block !important;
         padding: 10px !important;
    }
     .header button {
         float: right;
    }
     .mobile-only {
         display: none;
    }
}
 @media screen and (min-width: 950px) and (max-width: 1200px) {
     .sidebar {
         width: 25.5% !important;
    }
     .main {
         width: 72% !important;
    }
}
 @media screen and (min-width: 950px) {
     .container {
         position: static !important;
         transform: translate(0) !important;
         width: 70rem !important;
         max-width: 100%;
         padding: 10px;
         margin: 0 auto;
    }
     .column.main {
         max-height: fit-content !important;
    }
     .header {
         height: auto !important;
    }
     .header h1 {
         top: 0;
         max-height: none;
         padding: 0;
    }
     .topnav a {
         position: static !important;
         text-align: center;
         margin: 10px;
    }
}

