:root {
	--primary-colour: #E00085;
	--slate-blue: #211951;
}

html, body {
	background: #eee;
	position: relative;
	min-height: 100%;
	margin: 0;
	font-family: "Roboto", sans-serif
}

h1.page-title {

}

h2.card-title {
	margin-top: 0px!important;
	margin-bottom: 0px;
	font-size: 1.1rem;
}


.card-header {
	border-bottom: none!important;
}
.card-footer {
	border-top: none!important;
}

.main {
	min-height: 100%;
	height: 100%;
	margin-bottom: 120px;

}



body {
	overflow-y: scroll;
}

a {
	text-decoration: none!important;
}

.container {
	max-width: 720px!important;
}



#top {
	margin-top: 100px;
}



.bg-slate {
	background-color: var(--slate-blue);
}

.nav-pills .nav-link {
	color: var(--slate-blue);
}

.content {
	padding-top: 0px !important;
}

.no-underline:hover {
	text-decoration: none !important;
}

.no-drag {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.dj-name {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0.9;
}
.dj-info {
	font-size: 0.8em;
}

h6.dj-name {
	margin-top: 8px!important;
	margin-bottom: 0px!important;
}


#player {
	display: none;
}


div.blockUI.blockMsg.blockPage {
	left: 5%!important;
	width: 90%!important;
}


.show-description {
	display: block;
	font-size: 0.8em;
}

.np-image {
	width: 64px;
	height: 64px;
	object-fit: cover;
	margin-right: 1rem;
}

.np-artist {
	display:block;
	font-style: italic;
	line-height: 1.1;
	margin-bottom: 0.25rem;
}

.np-title
{
	display: block;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0.1rem;
}

.np-next-play {
	margin-top: 0.4rem;
	font-size: 0.8em;
}
#np-time
{
	display: block;
	float: left;
}

.section-padded {
	padding-top: 2em;
	padding-bottom: 2em;
}

.band-normal {
	padding-top: 1em;
	padding-bottom: 1em;
}

.band-white {
	padding-top: 1em;
	padding-bottom: 1em;
}

.card-img-article {
	width: 100%;
	object-fit: cover;
	max-height: 20em;
}

.card-img-article2 {
	width: 100%;
	object-fit: cover;
	height: 16em;
}

h1, h2, h3, h4, h5
{
	text-transform: uppercase;
}

h2 {
	margin-top: 1em!important;
}

.card-presenter {
	margin-bottom: 2.5em;
}

.page-title {
	padding-top: 1rem;
	padding-bottom: 0.25em;
}

.page-subtitle {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#footer a {
	color: rgb(160, 160, 160);
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 70px; /* Vertically center the text there */
	z-index: 4;
}

#footer .nav-item {
	min-width: 84px;
	padding-top: 0;
}

#footer .nav-link {
	padding-top: 0;
}

.nav-link-icon {
	display: block;
	text-align: center;
	height: 20px;
}

.nav-link-text {
	display: block;
	text-align: center;
}


.btn-play-pause {
	background: var(--primary-colour);!important;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: var(--primary-colour);
}
.btn-play-pause:active,
.btn-play-pause:hover,
.btn-play-pause:visited {
	background: var(--primary-colour) !important;
}

.meta-created-on {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 0.5em;
}


/* moved from music.css; may not be needed */
#log {
	padding-top: 2em;
	padding-bottom: 2em;
}

.badge-np {
	width: 3rem;
}

.pre-tracklist {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 0.75rem;
}


.contact-thumbnail {
	width: 120px;
	height: 80px;
	object-fit: cover;
	margin-right: 1em;
}

.show-info {
	margin-top: 0.77rem;
}

.dj-name {
	margin-bottom: 0.25rem;
}

.text-block {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.show-time {
	font-size: 1.25rem;
	font-weight: bold;
}




.fads {
	background: black;
	height: 14rem;
}

.fad {
	width: 100%;
	object-fit: cover;
	min-height: 14rem;
	max-height: 14rem;
}

.thumbnail {
	width: 64px;
	height: 64px;
}


.phone-number-large {
	font-size: 2rem;
	font-weight: bold;
}

#dropdown-station {
	color: white;
}

#station-select-panel {
	position: fixed;
	top: 68px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 100%;
	border-top: 2px solid white;
	z-index: 999;
	color: #dddddd;
}

.station-select-row{
	cursor: pointer;
}

.station-select-row:hover{
	background: rgba(255,255,255,0.1);
}

.station-select-image {
	width: 96px;
	height: 96px;
	object-fit: cover;
}

.col-station-select:hover {
	background: rgba(255,255,255,0.15);
}

#header-image {
	height: 48px;
}

ol>li {
	margin-bottom: 0.5rem!important;
}

.article-thumbnail {
	object-fit: cover;
	width: 100%;
	min-width: 100%;
	height: 12rem;
}


.background-primary {
	background: var(--primary-colour);
	color: white
}
#footer .active {
	background: var(--primary-colour);
	color: white;
}

@media screen and (max-width: 1199px) {

	#top {
		margin-top: 80px;
	}

	:root {
		--bs-body-font-size: 14px; /* Set base font size to 18px */
	}

	.nav-item {
		min-width: 40px!important;
	}
	#footer .nav-link {
		font-size: 0.75em!important;
		padding: 0.25rem 0.5rem!important;
	}
	.nav-link-icon {
		height: 14px;
	}

	#footer {
		height: 60px;
		line-height: 40px;
	}

	.main {
		margin-top: 64px!important;
	}

	#station-select-panel {
		position: fixed;
		top: 64px!important;
	}

	.article-thumbnail {
		height: 8rem;
	}
}

.meta-author {
	font-size: small;
	display: block;
}
.meta-filed {
	font-size: small;
	display: block;
}

.shortcut {
	text-align: center;
}

.shortcut-icon {
	display: block;
}
.shortcut-text {
	display: block;
}

.avatar {
	object-fit: cover;
	vertical-align: middle;
	border-radius: 50%;
}

.avatar-small {
	width: 32px;
	height: 32px;
}

.avatar-medium {
	width: 48px;
	height: 48px;
}

.avatar-large {
	width: 64px;
	height: 64px;
}

.sponsor-thumbnail {
	max-width: 128px;
	height: 64px;
	object-fit: contain;
}

#table-timetable tr td:first-child {
	padding-left: 0.75rem!important;
}

#table-timetable tbody tr:first-child td {
	border-top: none!important;
}

#table-timetable tbody tr td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.tr-clickable {
	cursor: pointer;
}

.chart-position {
	font-size: 2rem;
}


@media only screen and (max-width: 376px) {
	#table-chart tr td, #table-chart tr th {
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: small;
	}

	.chart-image
	{
		width: 48px;
		height: 48px;
	}

	.playlist-image
	{
		width: 48px;
		height: 48px;
	}
}


/** Articles **/

.article-main {
	margin-bottom: 2em;
}

.figure-caption {
	background-color: #00152e;
	color: #e0e0e0!important;
}

.figure-caption-caption {
	color: #fff;
}

.figure-caption-credit {
	font-weight: lighter;

}

.meta-author-description {
	font-size: 0.8em;
	font-style: italic;
}

.article-image {
	width: 100%;
	max-height: 40rem;
	object-fit: cover;
}


.carousel-indicators{
	margin-bottom: 0rem!important;
}



.cls {
	width:100%;
	height:auto;
	object-fit: cover;
}


.ll-time {
	font-size: 14px;
	font-style: italic;
	text-align: end;
}

.ll-activity {
	font-size: 14px;
}
