@charset "UTF-8";
/* CSS Document */

.meetbirdi {
	border-radius: 50%;
	padding: 0;
}

.centered{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.backgroundimage{
	position: relative;
	text-align: center;
	color: white;
}

h4{
	font-size: 38px;
}
li, a, a:active, a:link {
	text-decoration: none;
}

.thumb {
	height: 250px;
	width:auto;
}