 /*   
    BioStyle css   
    Created: 5/12/25
    Last Mod: 10/29/2025
*/

html {
    font-size: 16px; /* Set the root font size */
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: black;
}

h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

h2 {
    color: black;
    margin: 10px;
    display: inline;
    margin-left: 18px;
}

h3 {
    display: inline;
    margin-left: 18px;
}

input {
    display: inline;
    margin-left: 11px;
    margin-right: 11px;
}

button {
    margin-left: 8px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
    display: flex;
}

    ul li a {
        display: block;
        color: white;
        padding: 14px 16px;
        text-decoration: none;
    }

        ul li a:hover {
            background-color: #111111;
        }

.meBioPhy {
    color: red;
    display: inline;
}

.meBioEmo {
    color: green;
    display: inline;
}

.meBioMtl {
    color: blue;
    display: inline;
}

.yuBioPhy {
    color: orange;
    display: inline;
}

.yuBioEmo {
    color: limegreen;   
    display: inline;
}

.yuBioMtl {
    color: purple;
    display: inline;
}

.bdayHdr {
    display: inline;
    margin-left: 20px;
}


.birthdayentry {
    border-style: solid;
    border-width: thin;
    border-color: #000;
    margin: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 20px;
}
.calcdateWP {
    background-color: burlywood;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    margin: 10px;
    border-radius: 10px;
}

.buttonWP {
    width: auto;
    margin: auto;
    /* justify-content: center; */
    background-color: aqua;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    margin: 10px;
    border-radius: 10px;
}

.weekgrid {
    display: grid;
    grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: lightgray;
}

#dazeWP {
    background-color: deepskyblue;
    width: 500px;
}
#calcanvas {
    background-color: white;
    margin-top: 0px;
}

#container {
    width: 500px; /*  width of 70px * 7 = 490px   //4.2in;  */
    margin: auto;
    margin-top: -5px;
    background-color:  white;     /* antiquewhite;  */
}

/*  temp holder  */
.mephys {
    color: red;
    text-decoration-color: red;
}

.meemot {
    color: green;
}

.mement {
    color: blue;
}

.yuphys {
    color: orange;
}

.yuemot {
    color: limegreen;
}

.yument {
    color: purple;
}
/* Place your CSS styles in this file * /
* {
    box-sizing: border-box;
}  */


