
.splash-container {
	background-image: url('/img/splash.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

table.opentimes td { 
    padding: 0px 20px 10px 0px;
}
:root {
	background: #131516;
}
* {
	/*color: #d8d4cf;*/
	color: #e8e6e3;
	scrollbar-color: #454a4d #202324;
}
a, .home-menu a {
	color: #adc58d;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #e8e6e3;
}


.home-menu {
	background-color: rgb(26, 28, 29);
}
.content-wrapper {
	background-color: rgb(24, 26, 27);
	background-image: none;
}
.ribbon {
	background-color: #303436;
	background-image: none;
	color: rgb(178, 172, 162);
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.content-subhead,
.content-head-ribbon {
	color: #adc58d;
}
::selection {
	background: #004daa;
	color: #e8e6e3;
}

/* hack for scrolling with overflow */
*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}

p {
    max-width: 80ch;
}

/* -- COLLAPSIBLE MENU --
 * see https://stackoverflow.com/a/19170853 
 */
.collapse + input{
  display: none; /* hide the checkboxes */
}
@media (max-width: 78em) {
  .pure-menu-horizontal .pure-menu-heading
  {
    
  }
  .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator
  {
  	display: block;
  }
  .pure-menu-horizontal .pure-menu-heading{
  	width: min-content;
    width: 80%;
    max-width: 80%;
  }
  .collapse{
    cursor: pointer;
    display: block;
    float: right;
    max-width: 20%;
    width: 20%;
    text-align: right;
  }
  .collapse + input + ul{
    display: none !important;
  }
  .collapse + input:checked + ul{
    text-align: center;
    display: block !important;
  }
}
@media (min-width: 48em) {
  .collapse + input:checked + ul{
    text-align: right;
  }
}
@media (min-width: 78em) {
  .collapse{
    display: none !important;
  }
}
