@font-face {
    font-family: 'HITradio Heading';
    src: url('/fonts/hitradio_heading.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HITradio Text';
    src: url('/fonts/hitradio_text.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
/* Make video fill container */
video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Content style */
.content {
    position: relative;
    z-index: 1;
}

body {
    font-family: 'HITradio Text', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: black;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'HITradio Heading', sans-serif;
    font-weight: 700;
    color: #000000;
}
.h1, h1 {
    font-size: calc(2rem + 1.5vw);
}
.black-background-header{
    background-color: black;
    padding:10px;
    margin-bottom: 0;
}

.bg-dark {
    background-color: #000000!important;
}

b{
    font-weight: bolder;
}
.bg-hitradio{
    background-color: #C3D500;
}
.navbar-toggler{
    border-radius: 0;
    font-size: 1.30rem;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card{
    border-radius: 0;
}
.card-header{
    border-radius: 0;
}
.card-header:first-child {
    border-radius: 0;
}
