/*BASIC COLORS*/
/*GRANATOWY*/
.dark-blue {color: #13264b;}
.blue { color: #173b66;}
.light-blue {color: #435479;}

/*NIEBIESKI*/
.dark-sky {color: #0a90c4;}
.sky { color: #47b3dd;}
.light-sky {color: #73bfe2;}

/*SZARY*/
.dark-grey {color: #485e6b;}
.grey { color: #637f8f;}
.light-grey {color: #99a7b3;}

/*CZERWONY*/
.dark-red {color: #890b1b;}
.red { color: #c92035;}
.light-red {color: #d15550;}

/*BASIC BACKGROUND COLORS*/
/*GRANATOWY*/
.dark-blue-bg {background-color: #13264b;}
.blue-bg { background-color: #173b66;}
.light-blue-bg {background-color: #435479;}

/*NIEBIESKI*/
.dark-sky-bg {background-color: #0a90c4;}
.sky-bg {background-color: #47b3dd;}
.light-sky-bg {background-color: #73bfe2;}

/*SZARY*/
.dark-grey-bg {background-color: #485e6b;}
.grey-bg {background-color: #637f8f;}
.light-grey-bg {background-color: #99a7b3;}

/*CZERWONY*/
.dark-red-bg {background-color: #890b1b;}
.red-bg {background-color: #c92035;}
.light-red-bg {background-color: #d15550;}