/*********************************************************/
/* Kamaroth - Official Site - Custom CSS v1 - 21.O8.2025 */
/*********************************************************/

html, body
{
    background: url("../img/site_elements/kamaroth_msp2024_2.jpeg") no-repeat fixed #000;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6
{
    font-family: ivypresto-display, serif;
    font-weight: 100;
    font-style: normal;
}

p
{
    font-family: indivisible, sans-serif;
    font-weight: 300;
    font-style: normal;
}

#home h1.main_title
{
    letter-spacing: 1rem;
}

.social_media_icon
{
    max-width: 25px;
    max-height: 25px;
}

.k_gold
{
    color: #b79f70;
}

footer
{
    height: 40px;
}

footer p
{
    font-size: 12px;
}

/* Switching from background image to solid color at Bootstrap sm breakpoint (576px) */
@media screen and (max-width: 576px)
{
    html, body
    {
        background: #000;
    }
}