* {
    margin: 0;
}

html {
    font-family: 'IBM Plex Mono', monospace;
    background-color: #d9cfc5;
}

body {
    margin: 0;
    padding: 0;
}

line {
    stroke: white;
}

circle {
    fill: white;
}

.mobile {
    display: none;
}

#nav {
    background-color: #262625;
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: 10px;
    color: #d9cfc5;
}

#nav > a {
    display: inline-block;
    text-decoration: none;
    color: #d9cfc5;
    transform: rotate(-90deg);
    position: fixed;
}

#cpright {
    transform-origin: bottom left;
    bottom: 10px;
    left: 20px;
    position: fixed;
}

#climb {
    text-align: right;
    transform-origin: bottom right;
    top: 0px;
    left: -10px;
}

#about {
    text-align: right;
    transform-origin: bottom right;
    top: 44px;
    left: -10px;
}

#process {
    text-align: right;
    transform-origin: bottom right;
    top: 88px;
    left: -22px;
}

.rockwall {
    background-image: url("images/corrected_composite.png");
    background-size: 100%;
    position: relative;
    float: right;
    top: 0;
    z-index: 0;
    border-left: 1px solid #262625;
}

svg#limblines {
    position: absolute;
    top: 0;
    z-index: 1;
}

img.position {
    position: absolute;
}

div#description {
    width: 49%;
    padding: 8px 0.5% 0 0.5%;
    float: left;
}

div.header {
    border-bottom: 1px solid #262625;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    padding: 8px;
    position: relative;
}

div#leftside {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 30px calc(50% - 15px) calc(50% - 15px);
    grid-template-rows: 30px auto;
}

div#about {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 30px auto;
}

svg#timeline {
    width: 100%;
    border: 1px solid #262625;
    margin: 0;
    position: relative;
    top: -1px;
    left: -1px;
}

rect.bar {
    fill: #262625;
    stroke: #d9cfc5;
}

.col-1 {
    width: 32%;
    display: inline-block;
}

.col-2 {
    width: 65%;
    display: inline-block;
}

.info {
    width: 12px;
    height: 12px;
    float: right;
    position: relative;
    z-index: 99;
}

.infobox {
    position: absolute;
    z-index: 50;
    right: 12px;
    width: 200px;
    color: #d9cfc5;
    background-color: #262625;
    padding: 4px 6px;
    text-transform: none;
    font-weight: normal;
    display: none;
}

#datalist {
  margin: 0;
  list-style: none;
  height: calc(100vh - 30px);
  width: 100%;
  padding: 0;
  overflow: scroll;
  -ms-overflow-style: none;  /* No scrollbar: IE and Edge */
  scrollbar-width: none;  /* No scrollbar: Firefox */
  overflow: -moz-scrollbars-none;
}

#datalist::-webkit-scrollbar,
#rockwall_one::-webkit-scrollbar,
#rockwall_two::-webkit-scrollbar {
  display: none;
}

#datalist > lh {
    text-transform: uppercase;
    font-size: 9px;
    background-color: #baa88d;
    z-index: 10;
}

#datalist > lh > span {
    border-bottom: 1px solid #262625;
    height: 12px;
    padding: 0 10px;
}

#datalist > li {
    font-size: 10px;
    height: 18px;
    position: relative;
    z-index: 0;
    padding: 0 10px;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 25% 40% 5% 25%;
}

div.arrow {
    background-image: url("images/directional_arrow.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 7px;
    height: 9px;
}

/* div.movement {
    display: inline-block;
    position: relative;
} */

span.distance {
    text-align: right;
}

g.bar_group {
    cursor: pointer;
}

/* New Selectors */
.li-selector {

}

.li-selector.highlight {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.li-selector:hover {
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.li-selector.clicked {
    background-color: rgba(255, 255, 255, 1);
}

.bar-selector {
    opacity: 0;
    fill: white;
}

.bar-selector.highlight {
    fill: rgba(255, 255, 255, 0.3) !important;
    opacity: 1 !important;
}

.bar-selector.clicked {
    opacity: 1;
}

.img-selector {
    opacity: 1;
    position: absolute;
}

.img-selector.highlight {
    opacity: 0.5 !important;
}

.img-selector.unselected {
    opacity: 0;
}

.node-selector {
    opacity: 1;
}

.node-selector.highlight {
    opacity: 0.5 !important;
}

.node-selector.unselected {
    opacity: 0;
}

.dimmer {
    opacity: 0.3;
}

#textcontainer {
    font-size: 9px;
    text-align: right;
    margin-right: 9px;
    position: relative;
    z-index: 100;
}

#textcontainer > p {
    display: inline-block;
    background-color: #262625;
    color: #d9cfc5;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 4px 0;
}

#textcontainer > p#btn {
    background-color: #fff;
    color: #262625;
    cursor: pointer;
    position: relative;
    z-index: 110;
}

div#text {
    margin: 50px auto;
    width: 50%;
    max-width: 800px;
    min-width: 600px;
    text-align: left;
}

div#text > img {
    margin-top: 12px;
    width: 100%;
}

div#text > p {
    font-size: 11px;
    line-height: 24px;
    margin: 24px 0 12px 0;
    text-align: left;
}

div#text > p > b, div#text > label {
    text-align: left;
    text-transform: uppercase;
    font-size: 9px;
}

div#text > p > a {
    color: #262625;
}
