.container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;

  
  
	
	
}


.padding_bldg_navigator {
	
	padding-left:25px;
	text-decoration: none;

}

.center {
	text-align:center;
	width:100%;
	display:block;
	margin:auto;
}
.imgbox {
display: grid;
height: 100%
}
		
.center-fit {
	max-width: 100%;
	max-height: 98vh;
	margin: auto;
}

.bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #30303;
  text-align: center;
  margin: none; 
  border:nonr; 
  padding: none;
}



	
body {
	margin: 0px;
	background-color: #FFFFFF;

	
}



a:link {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: DarkGray;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}





	
