.banner-img {
	max-height: 300px;
	object-fit: cover;
	object-position: 0 0;
}

.banner-img-block {
	display: block;
}

.photo {
	height: 300px;
}

.img-logo {
	max-width: 240px;
	max-height: 277px;
}

.footer {
	font-family: Roboto;
	font-weight: normal;
	font-size: 0.9rem;
	color: #2E393F;
}

.terms-of-use {
    text-align: right!important;
}

.table-sm td {
	padding-left: 0px;
}

.banner {
    margin-top: -4rem;
    margin-bottom: 1.36rem;
}

/* change the background color */
.navbar-custom {
    background-color: blue;
}

.info-content {
	white-space: pre-line;
}

.width-90 {
	max-width:90% !important;
}