.footer-ris {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.ris-rim {
    height: 15vh;
    padding: 0.25rem;
    margin-top: 0.5rem;
    align-items: center;
}

.ris-img {
    height: 100%;
    width: auto;
    /* width: 100%;
    height: auto; */
}

.ris-art {
    margin-top: 3rem;
    padding: 1rem;
}

.ris-overflow-no {
    overflow: hidden;
}

a.ris-lang{
    color: black !important;
}

.ris-lang.active{
    background-color: black;
    color: white !important;
    border-radius: 2px;
}

.ris-f-showbox {
    border-radius: 0;
    border: thin solid black;
    width: 30%;
    margin: 0.5rem;
}

.ris-f-frame {
    border-radius: 2px;
    border: thin solid black;
    height: 120px;
    background: lightgray;
}

.ris-bg-silver {
    background: linear-gradient(-30deg, #00000088 0%, #000000aa 30%, #00000055 100%);
}

.navbar {
    padding: 0;
    padding-right: 1rem;
    border-radius: 0;
    border-top: thin solid darkgray;
    border-bottom: thin solid darkgray;
}

a.ris-nav-selected{
    background: rgb(50,50,50) !important;
    color: white !important;
    font-weight: bold;
}

a.ris-a-muted,
a.ris-a-muted:hover,
a.ris-a-muted:active,
a.ris-a-muted:visited {
    text-decoration: none;
    color: black;
}

.card {
    border-radius: 0 !important;
}

body {
  margin-bottom: 200px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px; /* Set the fixed height of the footer here */
  /*line-height: 60px;  Vertically center the text there */
}
