*{
    /* min-height: 25px; */
    font-weight: 300;
    font-style: normal;
    /* border: 1px solid hotpink; */
}
main{
    padding: 0px;
    padding-bottom: 1rem !important;
    padding-top: 80px !important;
}
.navbar{
    max-height: 110px;
    padding: 0px;
}
.px-md-3.d-inline-block.img-fluid.align-text-top{
    max-height: 56px;
    vertical-align: middle;
}

:root { 
            --font-primary: 'Poppins', sans-serif; 
            --font-secondary: 'Lora', sans-serif; 
            --font-tertiary: 'Roboto', serif; 
            --font-quaternary: 'Montserrat', sans-serif; 
            --font-quinary: 'Merriweather', monospace; 
            --color-primary: teal; 
            --color-secondary: #EAEAEA; 
            --color-tertiary: #BCCECE; 
            --color-quaternary: #307C8F; 
            --color-quinary: #243336; } 
.big{
    font-size:120%;
}
.merri{
    font-family: "Merriweather";
}
.mont{
    font-family: "Montserrat";
}
p.x{
    margin-left: 10%;
    margin-right: 10%;
    font-size:larger;
}
.darkbg{
    background-color: var(--color-quinary);
    color: var(--color-secondary);
}
.normal, p{
    font-size: 16px;
    padding-left: 15px;
    font-family: var(--font-primary);
}
.poppins-light{
    font-family: "Poppins";
}
.subtitle{
    font-size: 15px;
    font-family: var(--font-quaternary)
}
.title{
    font-size: 55px;
    font-family:var(--font-quinary)
}
.min-title{
    font-size: 45px;
    font-family: var(--font-quinary);
}
.merri{
    font-family: var(--font-quinary);
}
.bigger{
    font-size: 350%;
}
.biggerbig{
    font-size: 400%;
}
.smaller{
    max-height: 100%;
    max-width: 75%;
}
.text-help{
    color: beige;
}
.text-s{
    margin-bottom: 3px;
    
}
.back-paleb{
    background-color:#B0D0E0;
}
.margintop{
    margin-top: 20%;
    text-shadow: 1px 1px white;
}
.back-blue{
    background-color: #BBCECE;
}
.back-purple{
    background-color: purple;
}
.back-darkgreen{
    background-color: darkgreen;
}
.back-silver{
    background-color:silver;
}
.back-gold{
    background-color: gold;
}
.back-navy{
    background-color:navy;
}
.back-orange{
    background-color: #FFE4C4;
}
.card-body{
    min-height: 160px;
}
.no-padding{
    padding: 0px;
}
.navbar-brand{
    font-size: 45px;
}
.teal{
    background-color: teal;
}
.avatar{
    margin:2px;
    border-radius: 5px;
    box-shadow: 5px 1px 15px black;
}
.avatar2{   
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 5px 1px 15px black;
}
a.nav-link,a.navbar-brand{
    color:white;
}
a.nav-link.active{
    color: #DCF0F2 !important;
}
.card-x{
    width: 98%;
}
.nolinebreak{
    display: inline;
}
.bio{
    text-align:center;
}
.bio a,.bio p{
    text-decoration: none;
    color: black;
}
.biot a,.biot p{
    text-decoration: none;
    color: white;
}
.middlemid{
    align-self: center;
}

.back{
    text-decoration: none;
    color: black;
}
.bio p{
    font-size: small;
}
/* any footer in our website regardless of class or id */
footer{
    padding-top: 16px;
    background-color: black;
    color: white;
}
/* this selects a footer with specific classes */
footer.container-fluid.d-flex.align-items-center.merri.text-center.mt-auto{

}
/* this selects a unique element (per page) with the id of copy-right */
#copy-right{

}
.yellow{
    background-color: #333333;
}
a.active{
    /* border-bottom:2px solid #DCF0F2; */
    text-decoration: underline;
    color: #DCF0F2;
    /* padding: 0px !important;
    margin: 7px; */
}
.white{
    color: white;
}
.logo{
    width:100px;
}
/* 1. Primary (Teal)
#008080 → The base color, professional and calming.
2. Accent Colors
#FFD700 (Golden Yellow) → Adds warmth and contrast, great for CTA buttons.
#005F5F (Dark Teal) → A deeper teal for a sophisticated and cohesive feel.
3. Neutral Colors
#F4F4F4 (Light Gray) → Clean background color, keeps the design modern.
#1C1C1C (Charcoal Black) → Strong text color for contrast and readability.
Final Palette:
Teal (#008080) – Main brand color
Golden Yellow (#FFD700) – Accent for buttons, highlights
Dark Teal (#005F5F) – Secondary contrast color
Light Gray (#F4F4F4) – Background elements, sections
Charcoal Black (#1C1C1C) – Text and deep contrast */