@font-face {
	font-family: 'VT323';
	src: url('/linux_gaming/phantasy_star_iv/vt323.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: 'VT323', monospace;
    background: #000000;
    background-image: url('/linux_gaming/phantasy_star_iv/images/background.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    image-rendering: pixelated;
    cursor: url('/linux_gaming/phantasy_star_iv/auto_cursor.cur'), auto;
}

a:link, a:visited {
	color: red;
	text-decoration: none;
	text-shadow: 2px 2px 4px darkred;
	cursor: url('/linux_gaming/phantasy_star_iv/link_cursor.cur'), auto;
}

a:hover {
	color: red;
	text-decoration: underline;
	text-shadow: 2px 2px 4px darkred;
	cursor: url('/linux_gaming/phantasy_star_iv/link_cursor.cur'), auto;
}

a:active {
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 4px gray;
	cursor: url('/linux_gaming/phantasy_star_iv/link_cursor.cur'), auto;
}

p, ul, li, span, h3 {
	cursor: url('/linux_gaming/phantasy_star_iv/text_cursor.cur'), text;
}

body {
    font-size: 20px;
    margin-left: 475px;
    margin-right: 100px;
}

.navigation {
    border: 14px solid transparent;
    border-image: url('/linux_gaming/phantasy_star_iv/images/frame.png') 14 repeat;
    image-rendering: pixelated;
    background: #002060;
    color: #ffffff;
    position: fixed;
    left: 0;
    margin: 100px 0 0 100px;
    padding: 0 20px;
    width: 200px;
}

.menu_bullets {
    list-style-type: none;
    line-height: 25px;
    padding-left: 0;
}

.menu_bullets li a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    color: white;
    text-decoration: none;
}

.menu_bullets li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url('/linux_gaming/phantasy_star_iv/images/normal_bullet.png');
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

.menu_bullets li a:hover::before {
    background-image: url('/linux_gaming/phantasy_star_iv/images/hover_bullet.png');
}

.logo {
    margin: 20px 0;
    height: auto;
    width: 500px;
}

.main {
    border: 14px solid transparent;
    border-image: url('/linux_gaming/phantasy_star_iv/images/frame.png') 14 repeat;
    image-rendering: pixelated;
    background: #002060;
    color: #ffffff;
    margin-bottom: 25px;
    padding: 0 20px;
}

.window {
    border: 14px solid transparent;
    border-image: url('/linux_gaming/phantasy_star_iv/images/frame.png') 14 repeat;
    image-rendering: pixelated;
    background: #002060;
    color: #ffffff;
    margin: 0 auto;
    padding: 0 20px;
    width: fit-content;
    text-align: center;
}

.header {
    border: 14px solid transparent;
    border-image: url('/linux_gaming/phantasy_star_iv/images/frame.png') 14 repeat;
    image-rendering: pixelated;
    background: #002060;
    color: #ffffff;
    font-weight: bold;
    margin-top: -30px;
    padding: 0 20px;
    width: fit-content;
}

.main p, .main a, ul, li, .navigation a, span, h2, h3, h4, table, td, b, q, audio {
    background: #002060;
}

.rune_cutscene {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    height: 250px;
    width: auto;
}

footer {
    color: white;
	text-align: center;
    font-size: 16px;
}

#table-h3 {
    margin-top: -1.75rem;
    margin-left: -0.5rem;
    padding: 0 0.5rem;
    width: fit-content;
}

#table-h3-2 {
    margin-top: -1.9rem;
    margin-left: -0.5rem;
    padding: 0 0.5rem;
    width: fit-content;
}

table {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

td {
    border: 0.1rem solid hsl(0, 0%, 100%);
    padding: 1rem;
}

.bios-column {
    text-align: center;
    width: 10rem;
}

.tech-column {
    width: 10rem;
}

td p {
    margin-top: 0;
    margin-bottom: 0;
}

#main-h3 {
    margin-top: -23px;
    margin-left: 0.5rem;
    padding: 0 0.5rem;
    width: fit-content;
}

#combo-h3 {
    margin-top: -1.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
    width: fit-content;
}

.combo-flexbox {
    background: #002060;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 5rem;
    width: 100%;
}

.combo {
    background: #002060;
    width: 46%;
}

.combo video {
    width: 30rem;
}

.hunters-guild {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    height: 275px;
    width: auto;
    image-rendering: pixelated;
}

.psiv-soundtrack {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    height: 250px;
    width: auto;
}

audio {
    margin-bottom: 10px;
}