body{
	color: #545557;
}

.bg-primary {
    background-color: #6c2343!important;
}

.text-primary {
    color: #5f082c!important;
}

a {
    color: #7b3955;
}

a:hover{
	color: #7b3955;	
}

.title-class{
	margin-bottom: 15px !important;
}

.panel{
	border:1px #6c2343 solid;
	border-radius: 5px;
	margin: 10px 10px 10px 10px;
}

.panel .panel-heading{
	background-color: rgba(120,67,90,1.0);
	color: white;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

.panel .panel-body{
	padding: 10px 10px 10px 10px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.panel:first-child{
	margin-left: 0px;
}

.alert{
	color: #6c2343;
	}

.img-30{
	width: 30%;
	height: 30%;
}

.img-50{
	width: 50%;
	height: 50%;
}

.img-70{
	width: 50%;
	height: 50%;
}