/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */
/* Skye Isle Terrier Sanctuary Public Website                                                                                                                                   */
/*  • Page:                      Main Stylesheet (styles.css)                                                                                                                   */
/*  • Description:               Global body styles, dark theme foundation, base typography, and responsive font sizing across all supported resolutions                        */
/*  • Location:                  /css/styles.css                                                                                                                                */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Version:                   v0.0.01                                                                                                                                        */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Project Start Date:        2026-06-15                                                                                                                                     */
/*  • Last updated:              2026-06-18 @ 1738 EDT                                                                                                                          */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Author:                    by Conner Rhoads                                                                                                                               */
/*  • Official Site:             www.skyeisleterriersanctuary.com                                                                                                               */
/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */


/* ============================================================================================================================================================================ */
/* BASE DARK THEME (Mobile-First)                                                                                                                                               */
/* ============================================================================================================================================================================ */

* 
{
    box-sizing: border-box;
}

/* Accent colors */ 
h1, h2, h3 
{
    color: #ffd700;
} 

a 
{
    color: #00bfff;
    text-decoration: none;
}

a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}

/* ============================================================================================================================================================================ */
/*  MOBILE RESOLUTIONS (Portrait Mode)                                                                                                                                          */
/* ============================================================================================================================================================================ */

@media (min-width: 0px) and (max-width: 240px)
{
}

@media (min-width: 241px) and (max-width: 320px)
{
}

@media (min-width: 321px) and (max-width: 480px)
{
}

@media (min-width: 481px) and (max-width: 640px)
{
}

@media (min-width: 641px) and (max-width: 720px)
{
}

@media (min-width: 801px) and (max-width: 1023px), (min-width: 1025px) and (max-width: 1080px)
{
}

/* ============================================================================================================================================================================ */
/*  LEGACY RESOLUTIONS                                                                                                                                                          */
/* ============================================================================================================================================================================ */

@media (min-width: 481px) and (max-width: 640px)
{
}

@media (min-width: 800px) and (max-width: 800px)
{
}

@media (min-width: 1024px) and (max-width: 1024px)
{
}

/* ============================================================================================================================================================================ */
/* MODERN RESOLUTIONS                                                                                                                                                           */
/* ============================================================================================================================================================================ */

@media (min-width: 1081px) and (max-width: 1280px)
{
}

@media (min-width: 1281px) and (max-width: 1920px)
{
}

@media (min-width: 1921px) and (max-width: 2559px)
{
}

@media (min-width: 2562px) and (max-width: 3839px), (min-width: 3442px) and (max-width: 3839px)
{
}

@media (min-width: 3841px) and (max-width: 6144px)
{
}

@media (min-width: 6145px) and (max-width: 7680px)
{
}

/* ============================================================================================================================================================================ */
/*  ULTRAWIDE RESOLUTIONS                                                                                                                                                       */
/* ============================================================================================================================================================================ */

@media (min-width: 2560px) and (max-width: 2560px)
{
}

@media (min-width: 4608px) and (max-width: 4608px)
{
}

@media (min-width: 3440px) and (max-width: 3440px)
{
}

@media (min-width: 3840px) and (max-width: 3840px)
{
}

@media (min-width: 5120px) and (max-width: 5120px)
{
}

/* ============================================================================================================================================================================ */
/*  END STYLESHEET                                                                                                                                                              */
/* ============================================================================================================================================================================ */
