/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19. 2. 2022, 15:17:15
    Author     : petr
*/
.about .icon-box .icon {
	background-color: #fff;
}

.about .icon-box:hover .icon {
  background: #fff;
}

.btn-kaceri {
	background-color: #428bca;
}

.bold {
	font-weight: bold;
}

.btn-none {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-weight: bold;
}