.selected {
    background-color: #3299dd;
    background-image: linear-gradient(to right, #219cce , #3598de);
    color: white;
    opacity: 0.9;
}

.selected a {
    color: white;
    text-shadow: black;
    font-style: italic;
    text-decoration: underline;
}

.hero .has-background{
    position: relative;
    overflow: hidden;
}

.hero .is-transparent {
    opacity: 0.3;
}

#index-image {
    position: absolute;
    object-fit: cover;
    overflow: hidden;
    object-position: center center;
    /* width: 100%;
    /* height: 10px; */
    height: 475px;
    /* width: 100%; */
}

#data-image {
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}