/* Archon46base.CSS August 2024 by Dracofornax */

body,
html {
    margin: 0;
    height: 100%;
    font-family: "Segoe UI", sans-serif;
}

h2 {
    color: #005c00;
}

h3 {
    color: #005c00;
}

* {
    box-sizing: border-box;
}

.header {
    overflow: visible;
    background-color: #ffffff;
}



@media screen and (max-width: 600px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: right;
    }
}



/* Hide the link that should open and close the navbar on small screens */



/* end */


/* Style the tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #F8B88B;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #F8B88B;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #F8B88B;
    border-top: none;
}
