* {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/gothic.ttf');
}
@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: normal;
    src: url('/fonts/gothic_i.ttf');
}
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/gothic_b.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: bold;
    src: url('/fonts/gothic_bi.ttf');
}

.content > :first-child {
    margin-top: 0 !important;
}

.content > :last-child {
    margin-bottom: 0 !important;
}

body {
    margin: 0;
    background-color: #d0d0d0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

header {
    width: 90%;
    height: 48px;
    padding: 8px 5%;
    position: sticky;
    top: 0;
    background-color: #087FE7;
    display: flex;
    justify-content: left;
    
    z-index: 1001;
    align-items: center;
}

footer {
    width: 100%;
    max-width: 800px;
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

footer span {
    color: gray;
    font-size: 10pt;
}

.header-logo {
    height: 48px;
    width: auto;
}

main {
    width: 100vw;
    height: fit-content;
    margin: auto;
    max-width: 800px;
    background-color: #ffffff;
    text-align: justify;
}

.content {
    padding: 16px 5%;
}

.itm {
    width: 600px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.itm-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, #000000ff 0%, #00000000 100%);
}

#itm-1 {
    background-image: url('/img/star.jpg');
}

#itm-2 {
    background-image: url('/img/sillysplosion.jpg');
}

.player {
    width: 100%;
    height: auto;
    border: none;
}

.miniplayer {
    width: 360px;
    height: auto;
    border: none;
}

.w640 {
    aspect-ratio: 4 / 3;
}

.w720 {
    aspect-ratio: 3 / 2;
}

.w854 {
    aspect-ratio: 16 / 9;
}

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

.itm-wrapper h1 {
    margin: 0;
    margin-top: auto;
    margin-left: 32px;
}

.itm-wrapper h3 {
    margin: 0;
    margin-left: 32px;
    margin-bottom: 32px;
}

.station-suffix {
    margin-left: 12px;
    color: #ffffff;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: italic;
}
