﻿.ladi-box {
    box-shadow: 5px 10px 15px -10px #000;
    -webkit-box-shadow: 5px 10px 15px -10px #000;
    background-color: rgb(255, 255, 255);
    border-color: rgb(144, 190, 174);
    border-width: 5px;
    border-radius: 10px;
    padding:2px;
}

.ladi-box2
{
	-webkit-box-shadow: 3px 15px 20px -15px #000;
	border-style: solid;
	border-color: rgb(96, 140, 73);
	border-width: 5px;
	border-radius: 10px;
}



.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.box_title
{
	background-color: rgb(0, 128, 0);
}