.image_left{
	float: left;
}
.image_right{
	float: right;
}


.thumb{
	min-height: 300px;

}

.modal .modal-header {
    display: flex;
    flex: 1;
    align-items: center;
    background: #1abc9c;
}

label {
    display: inline-block;
    color: #222f3e;
    font-weight: bold;
}

.panel.panel-inverse>.panel-heading {
    background: #1abc9c;
    color: var(--bs-white);
}

.actionmenu ul li{
	list-style: none;
	display: inline-block;
}

.whatwedo{
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.whatwedo:hover{
	color: #d35400;
	font-size: 36px;
	text-align: center;
}

.abnaaf{
	color: #fff;
	text-align: center justify;
	padding: 20px;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 16px;
  align-items: center;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}
