.navbar-default {
  border: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid rgba(91,6,7,0.20) ;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

div, iframe {
		margin: 0 auto;
	align-content: center;
	display: block;
}
iframe {
	margin:auto;
	display: block;
	border-style: none;
}