/* Small devices (tablets, 768px and up) */
.logo-container img{
	height: 100px;
	width: auto;
}
.bg-cream{
	background-color: #FEFCF3;
}
.bg-redtaru{
	background-color: #b23532;
}
.kal-body{
	min-height: 100vh;
}
.btn-add-item{
	width: 200px;
	height: 40px;
	background-color: #b23532;
	border-radius: 20px;
	color: white;
}
.btn-add-item:hover{
	background-color: white;
	border: 2px solid #b23532;
	color: #b23532;
}
.btn-whitetaru,.btn-whitetaru:hover{
	width: 200px;
	height: 40px;
	background-color: white;
	border-radius: 20px;
	color: #b23532;
}
.item{
	min-height: 150px;
	width: 100%;
	border: 2px solid #b23532;
	border-radius: 15px;
}
.label-30{
	width: 29%;
}
.label-70{
	width: 69%;
}
.label-50{
	width: 50%;
}
.form-check-input:checked {
	background-color: #b23532;
	border-color: #b23532;
}
@media (min-width: 768px) {

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
