* {
  box-sizing: border-box;
}

a {
	letter-spacing: 3.3px;
	font-family: serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
}

body {
  margin: 0;
  padding-top: 150px;
  background: #ffffff;
}
header {
  height: 200px;
  padding-top: 50px;
  background: #808080; /* #f07057; */
  position: fixed;
  width: 100%;
  top: 0;
}

.logo {
  position: relative; 
  background: #ffffff;
  height: 150px;
}

.logo-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

.main {
  position: relative; 
  background: #808080;
  padding: 150px 0px 0px 0px;
/*
  background:  
  linear-gradient( rgba(112, 112, 112, 0.85), rgba(112, 112, 112, 0.85)),
  url(../img/mudgil_lobby.png);
  background-repeat: none;
  background-size: 100% 100%;
*/
}

.body_content {
  position: relative; 
  background: #ffffff;
  padding: 10px 50px 50px;  
}

table.staff td {
	padding-top: 50px;
	padding-bottom: 65px;
}

.centered-and-cropped { object-fit: cover }





#footer {
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	z-index:10;
	color: #9d9890;
	width: 100%;
	margin: 0 auto;
}	

#footer .foot {
	background-color: #9d9890;
}	
