@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
    margin: 0;
    padding: 0;

    width: 100vw;
    height: 100vh;

    text-align: center;

    font-family: "DM Sans", sans-serif;
    color: white;

    background: #00171f;
    background: linear-gradient(340deg,rgb(0, 13, 17) 12%, rgb(13, 31, 20) 50%, rgb(17, 17, 0) 90%);
}

a {
    color: inherit;
    text-decoration: none;
}

.spacerh10 {
    height: 10vh;
}

.spacerh20 {
    height: 20vh;
}

.homeLink {
    border: 5px solid transparent;
}

.homeLink:hover {
    border: 5px solid white;
}

a:focus .homeLink {
    border: 5px solid white;
}

a:focus {
    outline:0;
}

.subDispSBS div{
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
}

.linkWithImgBig {
    position: relative;
    width: 30vw;
    height: 30vh;

    border-radius: 1em;
}

.linkWithImgSmall {
    position: relative;
    width: 20vw;
    height: 20vh;

    border-radius: 1em;
}

.linkBgImage img {
    width: 100%;
    height: 100%;

    border-radius: 1em;
}

.linkHeading {
    background: linear-gradient(rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.5) 50%, rgba(22, 22, 22, 1) 100%);
    /*background-color: rgba(255, 0, 0, 0.712); /*for debugging*/
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;

    border-radius: 1em;
}

.lhtxt {
    position: absolute;
    bottom: 20%;
    padding: 0 !important;
    margin: 0 !important;

    font-size: 2.5rem;
    transform: translateX(-50%);
}

.progUnderLink {
    position: relative;
    width: 100%;
}

#liveCaption {
    font-size: 2rem;
    font-weight: bold;
    padding: 1vh;
}

#archiveCaption {
    font-size: 2rem;
    font-weight: bold;
    padding: 1vh;
}