* {
    font-family: 'Karla', sans-serif;
}

.vs-carousel-container {
    margin-top: 5px;
}

.vs-tile-container {
    cursor: pointer;
    margin-right: 5px;
}

.vs-row-container {
    margin-left: 3px;
    margin-right: 3px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    visibility: visible; /* don't wanna show this immediately to figure out which cols to hide */

    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.vs-row-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/*.navbar {
    background-color: orange;
}*/

/* .vs-exp-type-list-container {
    background-color: gray;
} */

/*body {
    background-color: black;
}*/

.vs-exp-img {
    /*width: 18rem;*/
    height: 200px;
    background-color: lightblue;
    background-size:100% 100%;
    background-position: center;
}

.vs-hidden {
    visibility: hidden;
}

.vs-arrow {
    z-index: 5;
    transition: 0.3s;
    opacity: 0.4;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 35%;
    margin-top: -24px;
    cursor: pointer;
    color: white;
    text-shadow: 0 0 3px #000;
}

.vs-right-arrow {
    float: right;
    right: 5px;
}

.vs-left-arrow {
    left: 5px;
}

/*.btn-orange {
    background-color: orange;
    border-color: darkorange;
}

.btn-orange:hover {
    background-color: darkorange;
    border-color: darkorange;
}*/

.vs-arrow:hover {
    opacity: 0.8;
}

.vs-row-holder {
    position: relative;
}

.card-header-cover {
    width: 100%;
    height: 200px;
    background-color: white;
    opacity: 0;
    position: absolute;

    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

    color: inherit !important;
    text-decoration: none !important;
}

.card-header-cover:hover {
    opacity: 0.6;
}

.card-text {
    height: 5em;
    margin-bottom: 1em;
    overflow-y: auto;
}

.vs-feat-exp-img {
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    background-size: 100%;
}

.vs-feat-exp-vid {
    height: 400px;
    background-size: 100%;
    align-content: center;
}

#carousel-featured {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}

.featured-arrow {
    color: gray;
}

.link-button {
    font-size: 18px;
    color: blue;
    cursor: pointer;
}

.link-button:hover {
    text-decoration: underline;
}

#featured-next {
    float: right;
}

.feat-info-container {
    height: 400px;
    display: flex;
    flex-direction: column;
}

.feat-text {
    flex: 1;
    overflow-y: auto;
}
