body {
	margin: 0px;
	font-family: "Heveltica Neue", Helvetica, Arial, sans-serif;
	background-color: white;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	color: black;
}

.navbar {
	background-color: #00897b;
	color: white;
}
.navbar .navbar-brand,
.navbar .navbar-text {
	color: white;
}

#header {
	height: 50px;
	background-color: #343f3e;
	position: relative;
	color: #fafffd;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	font-size: 40px;
	position: absolute;
	bottom: 0;
}

a.card {
	display: block;
}

.container {
	color: black;
	margin: auto;
	margin-top: 100px;
	font-size: 20px;
}
.card {
	text-align: center;
	border: 0px;
}

.img-div {
	height: 225px;
	display: flex;
	align-items: center;
}

img {
	display:inline-block;
	height: 100%;
	object-fit: cover;
	overflow:hidden;
	margin: auto;
}
