html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-size: 1rem;
    font-family: "RiformaLLWeb-Regular";
    margin-block-end: 1rem;
    background-color: white;
    overflow: hidden;
}

h2 {
    font-size: 6rem;
    line-height: 6.8rem;
    font-weight: 400;
    margin: 0px;
    margin-block-end: 1rem;
}

h3,
h5,
p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0px;
}

p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

a:link {
    /* color: white; */
    text-shadow: 0 0 1.2em #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #0000EE;
    background-color: #0000EE;
    box-shadow: unset !important;
}

a:active {
    background-color: blue;
    color: #0000EE;
    background-color: #0000EE;
    box-shadow: unset !important;
}

a:visited {
    color: white;
}

body.live .landingShowTitle {
    display: block;
    width: 100%;
    padding-top: 2rem;
}

.landingShowTitle {
    display: none;
}

body.live .showIfLive {
    display: flex;
}

.showIfLive {
    display: none;
}

.introThing {
    display: none;
    flex-basis: 55%;
    justify-content: space-between;
    align-items: center;
}

body.live .introThing {
    display: flex;
}

#fadeIn {
    z-index: 10000;
    position: absolute;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.no-curtains #fadeIn,
.curtains-ready #fadeIn {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1.2s, opacity 0.6s ease-in-out;
}


/* .visible {
visibility: visible;
opacity: 1;
transition: opacity 2s linear;
}

.hidden {
visibility: hidden;
opacity: 0;
transition: visibility 0s 2s, opacity 2s linear;
} */

.bomboliTitle {
    color: ghostwhite;
    line-height: 1rem;
}

.bomboliTitle :hover {
    color: #0000EE;
}

.fullscreenCanvas {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 0;
    bottom: 0;
}

.background {
    padding: 0 5%;
    height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.hidden {
    visibility: hidden;
}


/*** canvas ***/

#canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fullPlayer {
    position: absolute;
    max-width: 45vh;
    max-height: 45vh;
    width: 85%;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000000000;
}

.fullPlayer:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#audioPlayer {
    position: absolute;
    /* max-width: 500px;
max-height: 500px; */
    /* height: auto; */
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000000000;
}

.videoFlag {
    position: absolute;
    /* max-width: 400px;
max-height: 400px;*/
    width: 85%;
    height: 85%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 1000;
}

.circle-audio-player {
    position: absolute;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    z-index: 10000000;
    width: 100%;
}

.flag {
    /* background-color: aliceblue; */
    margin: auto auto 0;
    /* padding: 0.5rem; */
    position: fixed;
}

.mini {
    /* position: relative; */
    margin: 0 1rem 0 0;
    /* background-color: aliceblue; */
    margin: auto auto 0;
    padding: 0.5rem;
    position: fixed;
    cursor: pointer;
}

#playerButton {
    z-index: 5000;
}

#playerButtonTitle {
    text-align: center;
}

#infoButton {
    z-index: 0;
    height: 60px;
    width: 90px;
}

img {
    width: 100%;
    height: 100%;
}

#headerFlags {
    position: fixed;
    left: 40%;
    margin: auto auto 0;
    z-index: 102;
    display: flex;
}

#playerFlagParent {
    width: 40vw;
    height: 95vh;
    z-index: 1;
    position: absolute;
}

#playerFlag {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}

.no-curtains .flag,
.no-curtains .videoFlag,
.no-curtains .mini {
    opacity: 1;
}

.curtains-ready .flag,
.curtains-ready .videoFlag,
.curtains-ready .mini {
    opacity: 0;
}

.fullbg {
    top: 0;
    position: absolute;
    z-index: -10;
}

.circle {
    width: 40vw;
    height: 100vw;
    background-color: burlywood;
    color: #0000EE;
    position: absolute;
    z-index: 1000000;
    text-align: center;
    display: flex;
    align-items: center;
    position: fixed;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}


/* 
.circle #fadeIn {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
} */


/* Player */

.player {
    padding: 1rem;
    margin: 1rem;
    top: 2rem;
}

#player-title-container {
    top: inherit;
    width: 45%;
    position: absolute;
}

#player-title {
    width: 90%;
}

#player-title-next {
    width: 90%;
}

#player-date-container {
    top: inherit;
    width: 40%;
    left: 50%;
    position: absolute;
}

#player-date {
    width: 90%;
}

#player-time {
    /* margin-top: 2rem; */
    width: 90%;
    left: 50%;
}

.player-bottom-info {
    /* opacity: 0; */
    position: absolute;
    bottom: 1rem;
    width: 50vw;
    list-style-type: none;
    padding-inline-start: 0;
    width: 40%;
    font-size: 0.85rem;
    display: flex;
    justify-content: flex-end;
}

#player-showInfo {}

#player-love {
    right: 0;
    text-align: right;
    width: 50%;
    padding: inherit;
    font-size: 2rem;
    opacity: 0.0;
}

#like-count {}

#player-showInfo li {}

.livedot {
    height: 0.5rem;
    width: 0.5rem;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

#player-social {
    padding-left: 0%;
    text-align: left;
}

.social {
    color: white;
    text-shadow: 0 0 1.2em #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

.chapter {
    padding: 1rem;
    margin: 0 1rem;
    background-color: floralwhite;
    position: absolute;
}

video {
    width: 100%;
}

#inDevelopment {
    position: fixed;
    color: white;
    text-shadow: 0 0 1.2em #0000EE;
}


/* Player small */

#playerContainer {
    bottom: 5rem;
}


/* //Fuckery */

.easyNav {
    left: 0;
    text-align: left;
    bottom: 0;
    position: fixed;
    display: flex;
    margin: 1rem;
}


/* Archive */

.genres {
    display: flex;
    flex-wrap: wrap;
}

.genre {
    padding: 0 1rem;
}

.genre:hover {
    color: #0000EE;
}

.filter-segment {
    display: none;
}

.filter-segment.shown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255, 255, 255, .95);
    padding: 20px;
    position: fixed;
    z-index: 10;
}

.segment-header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.segment-shows {
    overflow: scroll;
    height: 100vh;
    top: 30vh;
    position: absolute;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    z-index: 0;
}

.tags {
    overflow: hidden;
    height: 3rem;
    display: flex;
    margin: 1rem 2rem;
    line-height: 3em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.tags.open {
    height: unset;
}

.filter a {
    text-shadow: 0 0 1.2em #0000ee;
    text-decoration: underline;
    padding: 0.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    color: white;
}

.toy {
    height: 15vh;
    width: auto;
    right: 40px;
    top: 40px;
    position: fixed;
}

.segment-details {
    /* width: 20vw; */
    overflow: scroll;
    height: 100vh;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 11;
}

.show-detail {
    display: none;
}

.show-detail1 {
    top: 0;
    left: 55%;
    background-color: rgba(230, 240, 255, 1);
    position: fixed;
    width: 20vw;
    padding: 1rem;
}

.show-detail2 {
    top: 0;
    right: 1rem;
    background-color: rgba(240, 240, 230, 1);
    position: fixed;
    width: 22vw;
    padding: 1rem;
}

.show-article {
    cursor: pointer;
}

#player-love-target {
    display: none;
}

.shows {
    width: 54%;
    left: 40%;
    padding: 20px;
    position: absolute;
    background: rgba(255, 255, 255, .95);
}

#isLiveButton {
    display: none;
    background-color: red;
    color: white;
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

body.live #isLiveButton {
    display: inline;
}

.detail-play {
    font-size: 2rem;
    margin: auto;
    width: 100%;
    text-align: center;
}

.closeDetail {
    font-size: 2rem;
    cursor: pointer;
    border: none;
    background-color: rgb(255, 255, 255, 0);
    /* margin: auto; */
    /* width: 100%; */
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
}

.show-article-title {
    display: flex;
    justify-content: space-between;
}

.mainfilter {
    background-color: whitesmoke;
    color: white;
    padding: 0.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
}

.mainfilter.shown {
    background-color: black;
}

.mobile-only {
    display: none;
}

.goToArchive {
    text-align: right;
}

body.mobile .shows {
    display: none;
}


/* Mobile */

@media screen and (max-width: 992px) {
    h2 {
        font-size: 3.6rem;
        line-height: 4.4rem;
        margin-block-end: 2rem;
    }
    h3,
    h5,
    p {
        font-weight: 500;
        font-size: 2rem !important;
        line-height: 2.5rem;
    }
    #headerFlags {
        /* display: none; */
    }
    .player {
        /* top: 1rem; */
    }
    #playerFlagParent {
        width: 99vw;
        height: 85vh;
    }
    .mobile-no {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .goToArchive {
        text-align: unset;
    }
    .introThing {
        flex-basis: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}