@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(poppins/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	background-color: #17173d;
	font-family: 'Poppins', rubik, helvetica, arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

body {
	display: flex;
	flex-direction: column;
	margin: 0;
    background-image: url('images/latest.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

body > *:not(.image-container):not(nav) {
	padding-left: 20px;
	padding-right: 20px;
}

audio {
	width: 100%;
	max-width: 300px;
}

nav {
	position: fixed;
	top: 20px;
    right: 20px;
	display: flex;
    padding: 10px;
    border-radius: 5px;
	background-color: #000000B3;
	z-index: 999;
}

nav a {
	font-weight: bold;
	color: #ffa827;
    text-decoration: none;
    margin: 0 5px;
}

nav a:hover {
	text-decoration: underline;
}

nav > span {
	margin: 0 10px;
}

.section-text {
	width: 100%;
	font-weight: bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
}

.image-container {
	position: relative;
	align-self: center;
	width: 872.72px;
	max-width: calc(100% - 40px);
	max-height: 600px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
    border: solid 2px #3d8ac4;
    background-color: #0b1333c7;
}

.image-container img {
	width: 872.72px;
    max-width: 100%;
    max-height: 600px;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}


section > span {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

section > div {
	font-family: Arial;
	display: grid;
	grid-template-columns: fit-content(100%) 319px 1fr 10rem;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

section > div > div {
	padding: 8px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

section > div > div img {
	margin-right: 5px;
}

.head {
	font-weight: bold;
	color: #000000;
	background-color: #ffa827;
}

.title {
	color: #ffffff;
}

.audio,
.notes {
	min-height: 56px;
}

.title,
.audio {
	display: flex;
	align-items: center;
}

.details,
.notes {
	align-content: center;
}

.odd {
	background-color: rgba(11, 19, 51, 0.78);
}

.even {
	background-color: rgba(5, 10, 26, 0.78);
}

.title.odd {
	background-color: rgba(36, 55, 80, 0.78);
}

.title.even {
	background-color: rgba(19, 37, 60, 0.78);
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #a2a9b1;
	margin: 4.5px 0;
}

.title:has(hr) {
	display: flex;
	flex-direction: column;
	align-items: unset;
	justify-content: center;
}

div:has(.chibi) {
	position: relative;
}

.chibi {
	position: absolute;
	height: 100px;
	right: 0;
	top: -71.27px;
}

.title .chibi {
	display: none;
}

.chibi-1 {
	top: -52.61px;
}

section:last-of-type {
	margin-bottom: 20px;
}

footer {
	padding-top: 26px;
	margin: 32px 0 16px;
	text-align: center;
}

/*
header span {
	padding: 0 18.5px;
	background: red;
}
*/

@media (pointer: coarse) {
	body {
		-webkit-tap-highlight-color: transparent;
	}
	nav a:hover {
		text-decoration: unset;
	}
	nav a:active {
		text-decoration: underline;
	}
}

@media (max-width: 1112px) {
	nav {
		position: sticky;
		top: 18px;
		justify-content: space-evenly;
        transform: translateY(-18px);
		border-radius: unset;
		border-bottom: 1px solid #dddddd;
		background-color: rgba(0, 0, 0, 0.95);
	}
	#to-top {
		margin: 0;
		margin-right: 10px;
	}
	#to-bottom {
		margin: 0;
		margin-left: 10px;
	}
    nav > div {
        display: grid;
        grid-template-columns: fit-content(100%) 1fr fit-content(100%);
        justify-items: center;
    }
	nav > span {
		margin: unset;
		align-content: center;
	}
	section > div {
		grid-template-columns: 1fr;
	}
	.head {
		display: none;
	}
	.audio {
		background-color: rgba(11, 19, 51, 0.78);
	}
	.details {
		background-color: rgba(5, 10, 26, 0.78);
	}
	.notes {
		display: none;
		background-color: rgba(11, 19, 51, 0.78);
	}
	.notes:has(span) {
		display: unset;
	}
	.title {
		align-items: unset;
		font-weight: bold;
	}
	.title.odd,
	.title.even {
		background-color: #ffa827;
	}
	.title .chibi {
		display: unset;
	}
}

@media (pointer: coarse) and (max-width: 1112px) {
	body {
		-webkit-tap-highlight-color: transparent;
	}
	nav {
		display: grid;
		grid-template-columns: 1fr fit-content(100%) 1fr;
		height: 41px;
		padding: 0;
	}
	nav a {
		width: 100%;
		margin: 0;
		text-align: center;
		align-content: center;
		transition: background-color 0.3s;
	}
	#to-top {
		margin: 0;
	}
	#to-bottom {
		margin: 0;;
	}
	nav a:active {
		text-decoration: unset;
		background-color: rgba(221, 221, 221, 0.95);
	}
    nav > div {
        grid-template-columns: 1fr 1fr 1fr;
    }
	.section-text,
	nav > a > span {
		margin: 0 5px;
		text-align: center;
		align-content: center;
	}
}

@media (max-width: 768px) {
	body > *:not(.image-container):not(nav) {
		padding-left: 10px;
		padding-right: 10px;
	}
	.image-container {
		max-width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 480px) {  
	body > section:has(.head) {
		padding-left: 0;
		padding-right: 0;
	}
	section > span {
		padding-left: 10px;
	}
}
