.background {
	scroll-behavior: smooth;
	background-image: url('image.png');
	background-color: #ffffed;
	background-size: cover;
	background-repeat: no-repeat;
    vertical-align:top;
}

#aboutus {
    background-color: white;
}

.alert {
    color:#0080FF;   
}

.a, .a.button, .a.hover {
	color: white;
	-webkit-transition: all .5s ease-in-out;
	-mos-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition:  all .5s ease-in-out;
	
}

.carousel-inner > .item {
	-webkit-transition: all .5s ease-in-out;
	-mos-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition:  all .5s ease-in-out;

}

.submit-button {
	padding: 2px;
	background: #0080FF;
	color: white;
	border-style: outset;
	border-color: black;
	height: 50px;
	width: 300px;
	border-radius: 10px;
	font:16px heveletica, arial;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align: center;

}

.submit-button-sm {
	padding: 2px;
	background: #0080FF;
	color: white;
	border-style: outset;
	border-color: black;
	height: 25px;
	width: 130px;
	border-radius: 10px;
	font: 14px heveletica, arial;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align: center;

}

.submit-button:hover {
	padding: 2px;
	background: orange;
	color: #34282C;
	border: 0px solid #eee;
	box-shadow: 2px 2px 2px #eee;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align: center;

}

.submit-button-sm:hover {
	padding: 2px;
	background: orange;
	color: #34282C;
	border: 0px solid #eee;
	box-shadow: 2px 2px 2px #eee;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align: center;

}

.table-borderless > tbody > tr > td {
    border: none;
}

table, div, td {
    padding: 0px;
	border-collapse: collapse;
	border-radius: 10px;
	border: none;
	max-width:100%;
	max-height:100%;
	object-fit: contain;
	flex-wrap: wrap;
	table-layout:fixed;
	object-fit: contain;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}

img {
  border-radius: 10px;
  max-width: 340px;
  max-height: 430px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  align: center;
}
