/**/
@font-face {
	font-family: 'Blackchancery';
	src: url('/assets/fonts/BLKCHCRY.TTF') format("truetype");
}

@font-face {
	font-family: 'BankGothic';
	src: url('/assets/fonts/bankgothicmediumbt.ttf') format("truetype");
}

ul, .navbar {
	font-family:'BankGothic', Arial, sans-serif !important;
}

h1 {
	font-family: 'Blackchancery', Arial, sans-serif !important;
}

body {
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 70.0%;
	background-image: url('/assets/media/banner.webp');
	background-repeat: no-repeat;
	background-color: #09366C;
	background-attachment: fixed;
	background-position: 0px 0px;
	background-size: cover;
}
/**/
article {
	font-size: 2.3em;
	color: #EED;
	background-image: url(images/shell-bg.jpg);
	background-attachment: fixed;
	background-position: 0px 0px;
	border: 15px solid rgba(0, 0, 0, 0.01);
    background: rgba(27, 27, 28, 0.93);
	margin-top: -52px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 26px;
}

article h1 {
	background-color: #AACCEE;
	margin: auto;
	color: #062656;
	padding-top: 0.3em;
	text-align: left;
	font-size: 250%;
	padding-right: 0.1em;
	padding-bottom: 0.2em;
	font-family: 'Blackchancery', Regular, sans-serif; 
	letter-spacing: 5px;
}

/*
.container {
	animation: transitionIn 10s;
}

@keyframes transitionIn {
	from {
		opacity: 0;
		transform: rotateX(-10deg);
	}

	to {
		opacity: 1;
		transform: rotateX(0);
	}
}
*/

/* Customize the advanced audio player's appearance here */
.audio-player {
    width: auto;
    margin: 5px;
	margin-top: -30px;
	float: right;
}

.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.progress {
    height: 10px;
    background-color: #ccc;
    margin-top: 10px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #4caf50;
}

#current-time, #total-time {
    margin-top: 5px;
	color: white;
}
/**/
.navbar {
	background-color: #333;
	width: 180px;
	height: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar li {
	display: block;
}

.navbar a{
	display: block;
	color: white;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-family: 'BankGothic', Regular, sans-serif;
	text-transform: uppercase;
}

.navbar a:hover {
	background-color: #111;
}
/**/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  text-align: center;
  font-family: 'BankGothic', Regular, sans-serif;
  text-transform: uppercase;
}

li {
  float: none;
  display: inline-block;
}

li a {
  display: block;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 14px 16px;
  text-decoration: none;
  margin-inline: 30px;
}

li a:hover {
  background-color: #111;
}
