@font-face {
    font-family: 'Panchi Mono';
    font-style: normal;
    src: url("fonts/PanchiMono-Regular.otf");
}
@font-face {
    font-family: 'Pinyon Script';
    font-style: normal;
    src: url("fonts/PinyonScript/PinyonScript-Regular.ttf");
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #2b263a;
    color: white;
    display: flex;
    flex-direction: column;
    position: static;
    overflow: hidden;
}

.site-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    z-index: 10;
}

/* OVERLAYED AUDIO PLAYER */
.overlay-player-wrapper {
    background-color: white;
    color: black;
    width: 100%;
    min-height: 4rem;
    overflow: auto;
    bottom: 0;
    z-index: 50;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.overlay-player-metadata-wrapper {
    margin: .5rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.overlay-player-metadata {
    margin: 0;
}
#overlay-player-nowplaying-artist {
    font-weight: 800;
}
#overlay-player-nowplaying-playlist {
    font-size: 10px;
    margin: 0;
    font-weight: 50;
}

.overlay-player-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 .5rem 0 1.5rem;
}

.overlay-player-button {
    height: 2rem;
    width: 2rem;
    margin: .5rem;
    transition: all .25s;
    cursor: pointer;
    filter: invert();
}

.overlay-volume-wrapper {
    width: 8rem;
    display: flex;
}

#overlay-volume {
    -webkit-appearance: none;
    appearance: none;
    margin: .5rem;
    width: 100%;
    height: 2px;
    background: black;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    accent-color: #7eaed2;
}
#overlay-volume::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; 
    border-color: transparent;
    color: transparent;
}
#overlay-volume::-moz-range-thumb { /*Mozilla*/
    width: 1rem;
    height: 1rem;
    background: black;
    border: solid 2px white;
    border-radius: 100%;
    cursor: pointer;
}
#overlay-volume::-webkit-slider-thumb { /*Others*/
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    background: black;
    border: solid 2px white;
    border-radius: 100%;
    cursor: pointer;
}

/* CONFIG FOR EVERY SECITON */
.section {
    width: 75%;
    margin: 3rem 1rem;
}

.title {
    font-family: 'Panchi Mono';
    font-weight: 800;
    font-size: 32px;
    text-align: center;
}

/* MAIN SITE HEADLINE */
.section-title {
    max-width: 50rem;
    display: grid;
    grid-template-columns: auto 8rem;
    flex-direction: column;
    align-items: center;
    font-family: 'Panchi Mono';
}

.title-logo {
    width: 8rem;
    border-radius: 1rem;
    grid-column: 2;
}

.title-title {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 42px;
    text-align: center;
    font-weight: 800;
    margin-top: 2rem;
    transform: rotate(4deg) translateY(-30px);
}

.title-tagline {
    font-size: 24px;
    text-align: center;
    position: relative;
    bottom: 0px;
    grid-column-start: 1;
    grid-column-end: 3;
}

/* INLINE AUDIO PLAYER WIDGET */
.section-player {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.player-title-wrapper {
    display: flex;
    flex-direction: row;
    margin: 1rem;
}

.player-title-wrapper img {
    height: 75%;
    margin: 0 1rem;
    height: 6rem;
}

.player-title-subwrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.player-title {
    font-family: 'Panchi Mono';
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}

.player-lautfm {
    font-family: 'Pinyon Script';
    font-size: 16px;
    text-align: center;
}

/* SCHEDULE */
.section-schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.schedule-nav-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: 1rem;
}

.schedule-nav-current-day {
    width: 5rem;
    text-align: center;
}

.schedule-nav-button {
    margin: .5rem;
    border-radius: 50%;
    border: solid white 2px;
}
.schedule-nav-button:hover {
    cursor: pointer;
    background-color: #ffffff22;
}

.schedule-show-block {
    border-radius: 1rem;
    margin: .5rem;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: all .45s;
}

.schedule-show-block:hover {
    transform: scale(1.02);
}

.schedule-show-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.schedule-show-name {
    font-size: 24px;
    font-weight: 800;
    filter: brightness(2) saturate(2);
}
.schedule-show-time {
    margin: .25rem .5rem;
}

.schedule-show-desc {
    margin-bottom: 1rem;
}

.schedule-show-badges {
    font-size: 12px;
}

@media only screen and (max-width: 800px) { /* smaller screens */
    .schedule-show-header {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .schedule-show-time {
        margin: 0;
        margin-bottom: .5rem;
    }
}

.nowPlaying {
    animation: pulseBorder infinite 2.5s;
}

@keyframes pulseBorder {
    0% {
        border: solid 2px transparent;
    }
    50% {
        border: solid 2px white;
    }
    100% {
        border: solid 2px transparent;
    }
    
}

/* GET PLAYER IFRAME */
.section-getembed {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.getembed-code-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1rem;
}
.getembed-icon-wrapper {
    margin: .5rem;
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.getembed-icon {
    height: 2rem;
}

#getembed-code {
    font-family: 'Pinyon Script';
    background-color: black;
    border: solid 2px;
    padding: .5rem;
    color: white;
    border-radius: .5rem;
    margin: .5rem;
}

#getembed-button {
    background-color: black;
    border: solid 2px;
    padding: .5rem;
    color: white;
    border-radius: .5rem;
    margin: .5rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#getembed-button:hover {
    background-color: gray;
    cursor: pointer;
}


/* GET BADGE */
.section-getbadge {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.getbadge-code-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1rem;
}

.getbadge-badge {
    margin: .5rem;
    height: 2rem;
}

#getbadge-code {
    font-family: 'Pinyon Script';
    background-color: black;
    border: solid 2px;
    padding: .5rem;
    color: white;
    border-radius: .5rem;
    margin: .5rem;
}

#getbadge-button {
    background-color: black;
    border: solid 2px;
    padding: .5rem;
    color: white;
    border-radius: .5rem;
    margin: .5rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#getbadge-button:hover {
    background-color: gray;
    cursor: pointer;
}


/* DJ LIST */
.section-djs {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: left top;
    width: auto;
}

.djs-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 2rem;
    justify-content: center;
    max-width: 96rem;
}
.djs-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00000055;
    width: 15rem;
    height: 22rem;
    border-radius: 1rem;
    border: 1px solid white;
    margin: .5rem;
    backdrop-filter: blur(10px);
}
.djs-name {
    font-family: 'Panchi Mono';
    font-weight: 800;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin: .5rem 0;
}
.djs-img {
    width: 90%;
    height: 6rem;
    border-radius: 1rem;
}
.djs-descr {
    width: 90%;
    margin: 1rem .5rem;
    text-align: left;
}

.djs-genre-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: .5rem;
    margin-top: auto;
    width: calc(100% - 1rem);
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.djs-genre {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    background-color: lightblue;
    padding: .25rem .5rem;
    margin: .25rem;
    border-radius: .5rem;
}


/* CONTACT */
.section-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-description {
    margin: .5rem;
    text-align: center;
}
.contact-button {
    margin: 1rem;
    padding: 1rem 2rem;
    border: solid 1px white;
    border-radius: 1rem;
    color: white;
    transition: all .5s;
    text-align: center;
    background-color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.contact-button:hover {
    color: #2b263a;
    background-color: white;
}


/* POWERED BY */
.section-poweredby {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.poweredby-title {
    color: white;
    text-decoration: none;
}

.poweredby-img {
  margin-left: 1rem;
  height: 2rem;
  transform: translateY(4px);
}

@media only screen and (max-width: 600px) { /* Mobile Devices */
    .section-getbadge { /* mobile users probably aren't gonna use the html */
        display: none;
    }
    .section-getembed {
        display: none;
    }
    .section-player { /* I'm sure they'll see the overlay */
        display: none;
    }
    .site-content {
        height: 10rem;
        flex-grow: 1
    }
    .overlay-player-wrapper {
        flex-direction: column;
    }
    .overlay-player-metadata-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
        width: 90%;
    }
    .overlay-player-controls {
        margin: .5rem;
        width: 90%;
    }
    .overlay-volume-wrapper {
        width: 100%;
    }
}


/* BACKGROUND */

.background-floater {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
    opacity: 25%;
    height: 0;
}
