.hero.header {
  background: rgba(34, 60, 85, 1) url('/banner.png') no-repeat center;
  height: 172px;
  width: 100% !important;
  margin: 0 !important;
}

.hero.header h1 {
  margin-top: 0;
  margin-left: 80px;
  font-size: 24px;
  color: white;
  margin: 0 25%;
  padding: calc(172px / 2) 72px 0 0;
}
/* 
#root > div.ui.menu div.right.menu div.text {
  font-size: medium;
}*/

#root > div.ui.menu {
  margin-top: 0 !important;
  margin-bottom: 20px;
  position: sticky !important;
  z-index: 1001 !important;
  top: 0 !important;
}

.ui.large.basic.compact.segment {
  margin: 0;
}

.spiral {
  width: 100%;
  height: 100%;
}

.ui.top.right.attached.label {
  height: 30px;
  width: 30px;
}

:root #walktour-portal #walktour-tooltip-container button {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root #walktour-portal #walktour-tooltip-container button {
  background: #921222 !important;
  color: white !important;
  border-color: white !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
