:root {
    --primary-color: #4a2b51;
    --primary-color-muted: #391a44;
    --secondary-color: #d6d8da;
}

#imprint h3 {
    font-weight: 600;
}

#imprint h4 {
    font-weight: 600;
    margin-top: 15px;
}

#imprint h5 {
    font-weight: 600;
    margin-top: 15px;
}
code.block {
  display: block;
  white-space: pre-wrap   
}

.version-2 {
    color: #aaa;
}

.examples-header {
    text-align: center;
}


#viewport {
    height: 100%;
    width: 100%;
}

.side-box {
    border: #ddd 1px solid;
    background: #fafafa;
    margin: 8px 0px;
    padding: 10px 10px;
}

.ribfind-logo {
    color: white;
    font-weight: 700;
}

.ribfind-logo:link, .ribfind-logo:visited, .ribfind-logo:active {
    text-decoration: none;
    color: #fff;
}

.ribfind-logo:hover {
    color: var(--secondary-color);
}
    
.slider-label {
    display: block;
}

.tempy-nav {
    color: var(--secondary-color);
}

#info {
    background: var(--primary-color);
    border-bottom: 2px solid #eee;
    color: var(--secondary-color);
}

#citation {
    background: lightyellow; // var(--secondary-color);
}

#header {
    background: var(--primary-color-muted);
}

#users {
    background: #81daff;
}

.main-section {
}

.footer-section {
}

.figure-caption {
    text-align: center;
    color: black;
    padding: 0px 15px;
}

#tagline {
    padding: 20px 0;
    font-size: 1.5em;
    text-align: center;
}

.param-value {
    float: right;
    display: inline-block;
    font-weight: 700;
}

.param-name {
    color: #333;
}

#examples img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

#examples img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}


#copyright {
    margin: 40px 0px;
}

#footer {
    color: var(--secondary-color);
    padding: 40px 0px;
    background: var(--primary-color);
}

#footer h5 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

#footer .nav-item a:link,
#footer .nav-item a:hover,
#footer .nav-item a:visited,
#footer .nav-item a:active {
    color: var(--secondary-color);
    text-decoration: none;
}

.tempy-main {
    height: 100%;
}

.tempy-section {
    padding: 15px 0px;
}

.tempy-top-nav {
    float: right;
}

.tempy-code-block {
    border: 2px dashed #555;
    background: #fafafa;
    padding: 5px;
    font-size: 1.2em;
}

.tempy-top-nav > ul {
    list-style: none;
}

.tempy-top-nav > ul > li {
    display: inline-block;
}

.tempy-top-nav > ul > li > a {
    font-size: 1.2em;
    color: var(--secondary-color);
    font-weight: 500;
    padding: 5px;
    text-decoration: none;
}

.tempy-top-nav > a:hover {
    color: black;
    border-bottom: 3px solid black;
}
