/*:root {
	--font-title: 'Manuale', sans-serif;
	--font-text: 'Manuale', sans-serif;
  	--color-title: 63,134,198;
	--color-text: 87,87,87;
	--color-a: 63,134,198;
}
*/
:root {
    /*General:*/ 
        --theme-primary-font:'Oxygen', sans-serif;
        --theme-secondary-font:'Oxygen', sans-serif;

        --theme-primary-color:36,58,79;
        --theme-secondary-color:87,87,87;
  		--theme-light-color:255,255,255;

        --title-primary-color:36,58,79;
        --title-secondary-color:255,125,1;
        --title-light-color:255,255,255;

        --text-primary-color:87,87,87;
        --text-light-color:255,255,255;

        --background-primary-color:255,125,1;
		--background-light-color:255,255,255;
  
        --button-text-primary-color:36,58,79;
        --button-text-secondary-color:87,87,87;
        --button-text-light-color:255,255,255;

        --button-background-primary-color:36,58,79;
        --button-background-secondary-color:87,87,87;
        --button-background-light-color:255,255,255;
  /* Index title color */
  		--index-title-color:36,58,79;
    /*Header:*/
        --header-primary-font:'Oxygen', sans-serif;
        --header-secondary-font:'Oxygen', sans-serif;

        --header-text-primary-color:36,58,79;
        --header-text-secondary-color:255,255,255;
  		--header-elements-color:255,125,1;

        --header-background-primary-color:255,125,1;
        --header-background-secondary-color:255,255,255;
  	/* Hambuger-header */
  		--hamburger-header-background-color:36,58,79;
 		--hamburger-header-hover-background-color:21,39,56;
 		--hamburger-header-active-background-color:8,15,32;
    /*Footer:*/
        --footer-primary-font:'Oxygen', sans-serif;
        --footer-secondary-font:'Oxygen', sans-serif;

        --footer-text-primary-color:255,255,255;
        --footer-text-secondary-color:36,58,79;

        --footer-background-primary-color:8, 15, 32;
        --footer-background-secondary--color:255,255,255;
  	/* Proiect box background color*/
  		--pbbc-default:106, 0, 51;
        --pbbc-first:106, 0, 51;
        --pbbc-second:138, 158, 94;
        --pbbc-third:0, 59, 106;
        --pbbc-fourth:194, 207, 218;
  	/* Proiect box fade color*/
  		--pbfc-default:106, 0, 51;
        --pbfc-first:106, 0, 51;
        --pbfc-second:138, 158, 94;
        --pbfc-third:0, 59, 106;
        --pbfc-fourth:194, 207, 218;
  	/* Evenimente box background color*/
  		--ebbc-default:225, 108, 0;
        --ebbc-first:225, 108, 0;
        --ebbc-second:0, 59, 106;
        --ebbc-third:225, 108, 0;
        --ebbc-fourth:225, 0, 176;
  	/* Evenimente box fade color*/
  		--ebfc-default:225, 108, 0;
        --ebfc-first:225, 108, 0;
        --ebfc-second:0, 59, 106;
        --ebfc-third:106, 0, 51;
        --ebfc-fourth:112, 1, 87;
  
  
}