/* 
    Gri: #919291 
    Lacivert: #005185
    acık-gri: #b3b3b3
*/
:root {
    --page-top-border-color: #0562a7;
    --topbar-bg: #ffffff;
    --topbar-text: #2c3e50;
    --topbar-text-hover: #1b3f94;
    --topbar-icon-color: #005185;
    --primary-color: #005185; /* rgba(0, 81, 133, 1) */
    --primary-color-hover: #005185E6;
    --icon-color: #005185;
    --secondary-color: #6c7983;
    --menu-bg: #ffffff;
    --menu-color: #005185;
    --menu-color-hover: #005185E6;
    --special-menu-color: #6c7983; 

    --border-color: #e2e2e2;
    --carousel-arrow-color: #6c7983;
    --slider-color: #6c7983;
    --section-title-color: rgba(68, 68, 68, 1);
    --title-dark-bg: rgba(59, 42, 152, 1);
    --title-dark-text: rgba(255, 255, 255, 1);
    --title-bg: rgba(252, 252, 252, 1);
    --title-light-bg: rgba(238, 238, 240, 1);

    --footer-top-bg: rgba(23,145,200, 1);
    --footer-top-text: rgba(255,255,255, 0.8);
    --footer-middle-bg: rgba(10, 31, 48, 0.6);
    --footer-middle-text: rgba(255,255,255, 0.8);
    --footer-middle-text-hover: rgba(255,255,255, 1);
    --footer-bottom-bg: #005185;
    --footer-bottom-text: rgba(242, 242, 242,1);
}

/*
Yüzde	Hex (AA)
%5	    0D
%10	    1A
%20	    33
%25	    40
%30	    4D
%40	    66
%50	    80
%60	    99
%70	    B3
%75	    BF
%80	    CC
%90	    E6
%95	    F2
%100	FF
*/
