﻿/* Colors
============================================== */
body {
  background-color: #FFFFFF;
}
.landing-image {
  /*background-image: url(/images/background.jpg) !important;*/
  background-color: #DCDCDC !important;
  background-size: cover !important;
}
.landing-content {
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 3px;
}
a.white-text {
  color: #FFFFFF;
}
.footer {
  position: absolute;
  bottom: -1rem;
  width: 100%;
}
.footer h6 {
  margin-top: 8px;
}
.hidden-input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 150px 0;
}
.ui.top.menu .toc.item {
  display: none;
}
.content {
  padding-top: 15px;
}
.pusher {
  padding-top: 53px;
}
.ui.sidebar {
  overflow: visible !important;
}
.ui.sidebar.menu {
  padding-top: 53px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
@media only screen and (max-width: 700px) {
  .ui.top.menu .toc.item {
    display: block;
  }
  .ui.top.menu .item {
    display: none;
  }
}