/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */
/* Glyh Entertainment Public Website                                                                                                                                            */
/*  • Page:            	        Icons (resolutions.css)                                                                                                                         */
/*  • Description:              Standardnizes icons size throughout the site at all resolutions.                                                                                */
/*  • Location:               	/css/icons.css  v                                                                                                                               */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Version:                  v0.0.01 α                                                                                                                                       */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Project Start Date:       2026-04-07                                                                                                                                      */
/*  • α Release Date:           2026-04-XX                                                                                                                                      */
/*  • β Release Date:           2026-04-XX                                                                                                                                      */
/*  • Last updated:             2026-04-13                                                                                                                                     	*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Author:                   by Conner Rhoads                                                                                                                                */
/*  • Official Site:            www.glyphentertainment.com                                                                                                                      */
/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */

/* ============================================================================================================================================================================ */
/* ICON TRANSFORMATIONS                                                                                                                                                         */
/* ============================================================================================================================================================================ */
/* ---
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Resolutions (Portrait Mode)
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE LDPI      (0–240px)       → icon:
/* MOBILE MDPI      (241–320px)     → icon:
/* MOBILE HDPI      (321–480px)     → icon:
/* MOBILE XHDPI     (641–720px)     → icon:
/* MOBILE XXHDPI    (801–1080px)    → icon:
/* MOBILE XXXHDPI   (801–1080px)    → icon:
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Legacy Resolutions
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY VGA       (481–640px)     → icon:
/* LEGACY SVGA      (800–800px)     → icon:
/* LEGACY XVGA      (1024–1024px)   → icon:
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Modern Resolutions
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 720p      (1081–1280px)   → icon:
/* MODERN 1080p     (1281–1920px)   → icon:
/* MODERN 2k        (1921–2559px)   → icon:
/* MODERN 4k        (2562–3839px)   → icon:
/* MODERN 6k        (3841–6144px)   → icon:
/* MODERN 8k        (6145–7680px)   → icon:
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Ultrawide Resolutions
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE WFHD   (2560–2560px)   → icon:
/* ULTRAWIDE FHD    (4608–4608px)   → icon:
/* ULTRAWIDE UWQHD  (3440–3440px)   → icon:
/* ULTRAWIDE WQHD+  (3840–3840px)   → icon:
/* ULTRAWIDE UW5K   (5120–5120px)   → icon:
/* ============================================================================================================================================================================ */
/* END TRANSFORMATIONS                                                                                                                                                          */
/* ============================================================================================================================================================================ */

/* ============================================================================================================================================================================ */
/*  MAIN STYLESHEET                                                                                                                                                             */
/* ============================================================================================================================================================================ */

#icons
    {
    height: 22px;
    width:  22px;
    }

/* ============================================================================================================================================================================ */
/*  MOBILE RESOLUTIONS (Portrait Mode)                                                                                                                                          */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE LDPI         | 240x320   | 3:4   |               		                                                                                                                */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 0px)    and (max-width: 240px)
{
    #icons
    {
    height: 32px;
    width:  32px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE MDPI         | 240x320   | 3:4   |               		                                                                                                                */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 241px)  and (max-width: 320px)
{
    #icons
    {
    height: 32px;
    width:  32px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE HDPI         | 320x480   | 2:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 321px)  and (max-width: 480px)
{
    #icons
    {
    height: 32px;
    width:  32px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE XHDPI        | 480x800   | 3:5   |               		                                                                                                                */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 321px)  and (max-width: 480px)
{
    #icons
    {
    height: 32px;
    width:  32px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE XXHDPI       | 720x1280  | 9:16  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 641px)  and (max-width: 720px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE XXXHDPI      | 1080x1920 | 9:16  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 801px)  and (max-width: 1023px), (min-width: 1025px) and (max-width: 1080px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ============================================================================================================================================================================ */
/*  LEGACY RESOLUTIONS	                                                                                                                                                        */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY VGA          | 640x480   | 4:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 481px)  and (max-width: 640px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY SVGA         | 800x600   | 4:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 800px)  and (max-width: 800px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LEGACY XVGA         | 1024x768  | 4:3   |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1024px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ============================================================================================================================================================================ */
/* MODERN RESOLUTIONS                                                                                                                                                           */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 720p         | 1280x720  | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1081px)  and (max-width: 1280px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 1080p        | 1920x1080 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1281px)  and (max-width: 1920px)
{
    #icons
    {
    height: 22px;
    width:  22px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 2k           | 2560x1280 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1921px)  and (max-width: 2559px)
{
    #icons
    {
    height: 24px;
    width:  24px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 4k           | 3840x1400 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 2562px)  and (max-width: 3439px), (min-width: 3442px)  and (max-width: 3839px)
{
    #icons
    {
    height: 26px;
    width:  26px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 6k           | 6144x3456 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 3841px)  and (max-width: 5119px), (min-width: 5121px)  and (max-width: 6144px) 
{
    #icons
    {
    height: 28px;
    width:  28px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MODERN 8k           | 7680x4320 | 16:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 6145px)  and (max-width: 7680px)
{
    #icons
    {
    height: 30px;
    width:  30px;
    }
}

/* ============================================================================================================================================================================ */
/*  ULTRAWIDE RESOLUTIONS                                                                                                                                                       */
/* ============================================================================================================================================================================ */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE WFHD       | 2560x1080 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 2560px)  and (max-width: 2560px)
{
    #icons
    {
    height: 24px;
    width:  24px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE FHD        | 4608x1920 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 4608px)  and (max-width: 4608px) 
{
    #icons
    {
    height: 28px;
    width:  28px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE UWQHD      | 3440x1440 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 3440px)  and (max-width: 3440px)
{
    #icons
    {
    height: 26px;
    width:  26px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE WQHD+      | 3840x1600 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 3840px)  and (max-width: 3840px) 
{
    #icons
    {
    height: 28px;
    width:  28px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ULTRAWIDE UW5k       | 5120x2160 | 21:9  |                		                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 5120px)  and (max-width: 5120px)
{
    #icons
    {
    height: 30px;
    width:  30px;
    }
}

/* ============================================================================================================================================================================ */
/* END STYLESHEET                                                                                                                                                               */
/* ============================================================================================================================================================================ */