/* CSS Document */

body {
  background-color: #404040;
}

#main-nav {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.text-orange {
    color: #ff6600; 
}

.bg-lightGrey {
    background: #E0E0E0; 
}

.countryCell {
	min-width: 112px;
	max-width: 112px;
	padding-left: 0;
	padding-right: 0;	
	background-color: #E0E0E0;
	text-align: center;
}

table#buildingJumpStatistics caption {
	caption-side: top;
}

.fit-cover{
  object-fit: cover;
}


.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

