/** {
  border: 1px dashed grey;
}*/

body {
  display: flex;
  min-height: 600px;
  flex-direction: column;
  background-color: #D0D0D0;
  background-position: center;
  background-size: cover;
}

main {
  flex: 1 0 auto;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.banner {
  background-color: white;
}

.banner-sep {
  height: 8px;
}

img.qb-logo {
	padding-top: 10px;
  padding-bottom: 5px;
	max-width: 300px;
	width: 100%;
}

h1.mobile-h1 {
  font-size: 3rem;
  margin: 0.67em 0;
}

.qb-red {
  background-color: #B21119 !important;
}

.qb-red-text {
  color: #B21119 !important;
}

.mynav {
  height: 54px;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}

.nav-text {
  font-size: 1.5rem;
}

p.content {
  padding-top: 50px;
}

.footer-component {
  height: 32px;
}

.footer-icon {
  padding-right: 5px;
}

.footer-link {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.open-hours-cell {
  padding-top: 5px;
  padding-bottom: 5px;
}

.open-hours {
  max-width: 300px !important; 
  min-width: 200px !important;
  margin-left: auto;
  margin-right: auto;
}

.card-panel {
  border-radius: 15px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
}