a {
  text-decoration: none;
  color: grey;
  font-weight: 400;
}

a:hover {
  color: green;
}

.rTableCell:hover {
  transform: scale(1.1);  /* part of transform for zoom */
}

a:link.site-link, a:visited.site-link, a:hover.site-link {
  color: white;
  font-weight: 600; 
  font-size: 18px;
}

a:link.side-bar-link, a:visited.side-bar-link {
	color: white;
}

a:hover.side-bar-link {
  color: mediumseagreen;
}

body {
  margin: 0px;
}

.map-view {
  height: 300px;
  width: 300px;
}

.map-header {
  font-weight: 600;
  padding-bottom: 10px;
}

.map-container {
  float: left;
  padding: 10px;
}

.page-header, .page-header-left, .page-header-right, .page-main, .side-bar, .main-content, .content-subtitle-separator, .page-footer {
  font-family: Lato, sans-serif;
  font-weight: 200;
  font-size: 13px;
}

.page-header, .page-footer {
  vertical-align: middle;
  height: 50px;
}

.side-bar, .page-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.page-header, .side-bar, .page-footer {
  background-color: black;
  color: white;
}

.main-content {
  padding: 10px;
  vertical-align: top;
}

.page-header {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.page-header-left {
  float: left;
  padding-left: 30px;
  padding-top: 12px;
  font-weight: 600; 
  font-size: 18px;
} 

.page-header-right {
  float: right;
	padding-top: 16px;
  padding-right: 30px;
  font-size: 14px;
}

.page-header-right:hover, .page-header-right-active {
  background-color: mediumseagreen;
}

.page-main {
  position: absolute;
  top: 50px;
  width: 100%;
}

.side-bar {
  vertical-align: top;
  width: 75px;
  padding-bottom: 100px;
}

.page-footer {
  color: lightgrey;
}

.side-menu-title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.side-menu-item {
  padding-bottom: 3px;
}

pre, .code-block { 
  color: #29f914;
  background-color: black;
  font-size: 12px;
  font-family: 'Andale Mono';
  font-variant-ligatures: no-common-ligatures; 
  padding: 10px;
}

.content-category {
  font-weight: 600;
  text-transform: uppercase;
}

.content-title {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
	font-weight: 200;
  font-size: 32px;
  text-align: left;
}  

.content-legend {
  padding-right: 5px;
  text-align: left;
  float: right;
}

.content-subtitle {
  padding-top: 20px;
  font-weight: 400;
  font-size: 20px;
}

.content-summary {
  padding-top: 50px;
  font-weight: 400;
  font-size: 14px;
  color: darkslategray;
  font-style: italic;
}

.content-separator {
  width: 100%;
  border-top: solid;
  color: black;
  padding-bottom: 20px;
}

.content-image {
  text-align: left;
  width: inherit;
  top: 0px;
  position: relative;
}

.content-image-pict {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1;
}

.page-title-image-pict {
  width: 150px;
  object-fit: contain;
}

.content-name {
  position: relative;
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
  text-align: left;
  width: 200px;
  word-wrap: normal;
}

.content-footer {
  position: relative;
  display: block;
  padding-top: 5px;
  font-size: 10px;
  text-align: left;
  width: 200px;
  font-weight: 600;
  word-wrap: normal;
}

.small-note {
  color: lightgray;
}

.rTable { 
  display: table;
} 

.rTableRow { 
  display: table-row; 
} 

.rTableHeading { 
  display: table-header-group; 
} 

.rTableBody { 
  display: table-row-group; 
} 

.rTableFoot { 
  display: table-footer-group; 
} 

.rTableCell, .rTableHead { 
  display: inline-block; 
  text-align: left;
  vertical-align: top;
  height: auto;
  padding-bottom: 20px;
}
