@font-face { 
    font-family: 'Freshman'; 
    src: url('fonts/freshman.ttf'); 
    font-family: 'Roboto', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
    font-family: 'Open Sans', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

}
* {
    box-sizing: border-box;
}
DIV.message {
    font-family: 'Freshman'; 
    color: #FFF000;
}
DIV.logo {
    width:auto; 
    text-align:center; 
    padding:20px; 
}
DIV.logo img {
    width: 50.1%; 
    height: 50.1%; 
    object-fit: contain;
    align-items: center;
    text-align: center;
}
DIV.members {
    font-family: 'Freshman'; 
    color: #FFF000;
}
DIV.menu {
    text-align: center;
    font-family: 'Freshman'; 
    color: #FFF000;    
}
DIV.discord {
    text-align: center;
    color: #fff000;
}
DIV.bullet {
    list-style: circle;
    list-style-type: circle;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
DIV.footer {
    grid-column: 1 / 3;
    text-align:center;
    color: #0077FF;
    background: #FFF000;
    padding: 1rem;
    font-family: 'Freshman';
    bottom: 0;
    margin-top: -1rem;
    clear: both;
    position: relative;
}
DIV.profile {
    font-family: 'Freshman';
    text-align:center;
    color: #fff000;
}
DIV.note {
    font-family: 'Freshman';
    text-align:center;
    color: #fff000;
}
DIV.navmenu {
    overflow: hidden;
    background-color: #fff000;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding-left: 128px;
}  
DIV.navmenu a {
    float: left;
    display: block;
    color: #0077FF;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}
DIV.navmenu a:hover {
    background-color: #0077ff;
    color: #fff000;
}
  
DIV.navmenu a.active {
    background-color: #0077ff;
    color: #fff000;
}
  
DIV.navmenu input[type=text] {
    float: right;
    padding: 6px;
    margin-top: 9px;
    margin-right: 16px;
    border: none;
    width: 128px;
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
}
/* Left column */
.leftcolumn {   
    float: left;
    width: 75%;
  }
  
  /* Right column */
  .rightcolumn {
    float: left;
    width: 25%;
    background-color: #fff000;
    padding-left: 20px;
  }  
DIV.row:after {
    content: "";
    display: table;
    clear: both;
}
DIV.sidenav {
    height: 93.98vh; /* Full-height: remove this if you want "auto" height */
    width: 128px; /* Set the width of the sidebar */
    position: sticky; /* Fixed Sidebar (stay in place on scroll) */
    position: -webkit-sticky;   
    z-index: 1; /* Stay on top */
    top: 46px; /* Stay at the top */ 
    left: 0;
    background-color: #FFF000; 
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y:auto;
    display: flex;
    padding-top: 0%;
    padding: 0 0 0 0;
    float: left;    
}
DIV.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
}
DIV.sidenav ul {
    margin: 0;
    padding: 0;
    padding-top: 2px;
}
DIV.sidenav ul li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #0077FF;
    text-decoration: none;
    width: 100%;
}
DIV.sidenav ol {
    margin: 0;
    padding: 0;
}
DIV.sidenav ul li a:hover {
    background-color: #0077FF;
    color: #FFF000
}
DIV.sidenav ul li a.active {
    background-color: #0077FF;
    color: #FFF000
}
DIV.section {
    padding: 2rem;
    padding-top: 32px;
    margin: 0 0 0 0;
    margin-left: 50px;
    margin-right: 6%;
    margin-top: 0%;
    text-align: left;
    color: #FFF000;
}
DIV.heading {
    color: #fff000;
}
DIV.cookiewarn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff000;
    font-family: 'Freshman';
    text-align:center;
    color: #0077ff;
}
DIV.centreleft {
    display: inline-block; 
    text-align: left;
}
DIV.roletable {
    font-family: 'Roboto', sans-serif;
}
DIV.skills {
    text-align: right; /* Right-align text */
    padding-top: 10px; /* Add top padding */
    padding-bottom: 10px; /* Add bottom padding */
    color: #0077FF; /* White text color */
}
DIV.containerskills {
    width: 100%; /* Full width */
    background-color: #00b3ea;
    align-items: center;
}
DIV.websitestatusbuild {
    width: 70%;
    background-color: #fff000;
}
DIV.container {
    min-height: 100%;
}
DIV.main {
    padding-bottom: 1rem;
}
DIV.mainsection {
    padding: 5rem;
}
DIV.txtfile {
    color: #fff000;
    margin-left: 100px;
    font-family: Freshman;
}
DIV.school {
    text-align: center;
}
iframe.ytvid {
    width: 560px;
    height: 320px;
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: #ff8a00;
        color: #010dff;
        filter: invert(1);
    }
}
@media (prefers-color-scheme: light) {
    body {
        background-color: #0077FF;
        color: #fff000;
    }
}
@media (prefers-color-scheme: no-preference) {
    body {
        filter: grayscale(1);
    }
}
@media screen and (max-width: 680px) {
    DIV.sidenav {
      display: none;
    }
    DIV.section {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    #discordrules ul li {
        text-align: left;
    }
    #discordrules h1 {
        text-align: center;
    }
    iframe.ytvid {
        width: 426px;
        height: 240px;
    }
}
@media screen and (max-width: 600px) {
    DIV.navmenu {
        padding-left: 0;
    }
    DIV.navmenu a, DIV.navmenu input[type=text] {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    DIV.navmenu input[type=text] {
        border: 1px solid #fff000;  
    }
    DIV.leftcolumn {
        width: auto;
    }
    iframe.ytvid {
        width: 360px;
        height: 220px;
    }
}
@media screen and (max-width: 450px) {
    iframe.ytvid {
        width: 250px;
        height: 150px;
    }
    iframe.dinv {
        width: 250px;
    }
    table {
        font-size: smaller;
    }
    DIV.section {
        font-size: small;
        margin-left: 0;
        margin-right: 6%;
    }
    DIV.footer {
        font-size: smaller;
    }
    DIV.leftcolumn {
        width: auto;
    }
}
#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #FFF000; /* Set a background color */
    color: #0077FF; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-family: 'Freshman';  
}
#topBtn:hover {
    background-color: #0077FF;
    color: #FFF000
}
.menuhr {
    background-color: #FFF000;
    color: #fff000;
    height: 3px;
    border: none;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Freshman';
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
table, th, td {
    border-collapse: collapse;
}
table {
    width: 100%;
    border: 2px solid #FFF000;
}
th, td {
    padding: 5px;
    text-align: left;    
}
tr:hover {
    background-color: #0077FF;
    color: #FFF000;
}
tr:nth-child(odd) {
    background-color: #FFF000;
    color: #0077FF;
}
th {
    height: 40px;
    text-align: center;
}