/*!
 *
 */
body {
    -webkit-text-size-adjust:none;
    font-family:Helvetica, Arial, sans-serif;
	  margin: 0;
	  border: 0 none;
    height: unset;
    overflow: unset;
    overflow-y: hidden;
    width: 100vw;
}

.h2 {
    width: 98%;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    background: #8899AA url(img/bg2023b.jpg) no-repeat scroll left;
}

.hdrl {
  margin: 25px 20px;
}

.search {
  position: absolute;
  right: 5px;
  top: 60px;
}

.himg {
    display: none;    
}

/* Misc ------------------------------------------------- */
.err {
    width: 100%;
    background-color: #AA0000;
    color: #FFFFFF;
    padding: 5px 5px 5px 20px;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}

.search:focus,
.search:focus-within,
.search:hover {
    width: 260px;
}

.search-text:focus,
.search-text:focus-within,
.search-text:hover {
    width: 100px;
}

.copy {
    visibility: hidden;
    display: none; 
}

/* page layout ------------------------------------------------- */

header {
    display: flex;
    flex-direction: column;
    height: 100px;
    background-color: rgba(50,50,50,1);
}

.utilities {
  display: flex;
  justify-content: right;
  flex-direction: column;
  align-items: flex-end;
  height: unset;
  gap: 5px;
}

.sidebar {
    width: 170px;
    line-height: 1.5;
    color: white;
    padding: 5px 10px  8px  3px;
    height: unset;
    overflow: unset;
}

.container {
    display: flex;
    padding: 2px;
    column-gap: 5px;
    flex-direction: column;
    height: unset;
}

.content {
  width: 100%;
  flex: 0 0 100%;
}

.feed {
  margin:  10px 0 10px 10px;
  text-align: left;
  width:  90%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - -   */
/* allow it to gain focus, making it tabbable */

nav {	
  position: absolute;
  top: 7px;
  grid-column: 3 / 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav ul {
  list-style: none;
}

nav a {
  opacity: 1;
  position: relative;
}

nav a:hover {
  color: #aaa;
}

.nav-toggle-label {
  position: absolute;
  top: 12px;
  left: -10px;
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: flex-start;
}


