/* --------- PROFILE THEME --------- 

------ CSS DIRECTORY ------

DEFAULT 
PATTERNS - font, colors, shapes
GRIDS
MODALS
BLOCKS
TABLE
OBJECTS
FORMS
ANIMATIONS
MEDIA - responsive

---------------------------
*/

:root {
  --dark-slate: #151515; /* background */
  --med-slate: #323844; /* table header */
  --light-slate: #616161; /* borders */

  --global-font: #ddd;

  --input-bg: #101010;
  --input-border: #444;  

  --link-color: #9a9a9a;
  --link-highlight: #ff9800;
  --link-hover: #ff5722;

  --hlarge: #f2c665;
  --hsmall: #f2c665;

  --main-color: #4c9393;
  --main-dark: #006666;

  --table-th:#006666;
  --table-hover:0, 102, 102;

  --yellow: #f2c665; /* retro-yellow */
  --green: rgb(76, 175, 80);
  --grey: #9e9e9e;
}