@font-face {
    font-family: "MyPixelFont";
    src: url("./PixelMax.ttf") format('truetype');
}

body{
    background: url(../assets/BG.jpg);
    font-family: 'MyPixelFont', monospace;
}

p {
    margin-bottom: 8px;
}

h1 {
    margin-top: 8px;
    margin-bottom: 4px;
}

.content {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

img {
    image-rendering: pixelated;
}

img.smooth{
    image-rendering: auto;
}

.header {
    font-size: 0;
    padding-bottom: 0px;
    padding-top: 20px;
    border-bottom: 0px;
}

.header-signs{
    font-size: 0;
    border-top: 0px;
    padding-top: 0px;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 40px 120px 180px 195px 141px 170px 50px 100px;
    column-gap: 50px;
}

.even-three-grid{
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px;
    margin: 0px;
    row-gap: 10px;
}

.three-columns-grid{
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 280px 10px 832px 4px 280px;
    padding: 0px;
    margin: 0px;
}

.column{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    row-gap: 0px;
}

.section-stopper{
    width: 16px;
    image-rendering: pixelated;
    margin-left: 12px;
    position: relative;
    top: 10px;
}

.section-side-bar {
    background-image: url('./headers/SectionSide.png');
    background-repeat: repeat-y;
    width: 50px;
    height: 100%;
    margin-left: 12px;
    margin-top: -800px;
    margin-bottom: -10px;
    image-rendering: pixelated;
}

.two-column-body {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 0px;
    row-gap: 0px;
    margin: 0px;
    padding: 0px;
    width: 1400px;
    overflow: visible;
}

.image-base{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.image-base > img{
    margin: 0px;
    display: block;
}

.image-base.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    text-align: center;
}

.image-base img.SectionSide{
    margin-left: 12px;
}

.underbar-text{
    position: absolute; 
    text-align: left;
    font-size: 30px;
    padding: 4px;
    white-space: normal;
    top: 40px; bottom: 0px; left: 8px; right: 12px;
    height: 112px;
    width: 799px;
    text-align: left;
}

.headerBox-text {
    position: absolute;
    left: 40px;
    top: 6px;
    width: 400px;
}

.headerBox-text h1{
    margin: 0px;
    padding: 0px;
}

.headerBoxEXT-text {
    position: absolute;
    left: 40px;
    top: 6px;
    white-space: nowrap;
}

.headerBoxEXT-text h1{
    margin: 0px;
    padding: 0px;
}

.image-hover{
    position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    transition: 0.5s ease;
}

.overlay-text{
    position: absolute; 
    text-align: left;
    font-size: 30px;
    padding: 4px;
    white-space: normal;
}

.overlay-text.sidebar{
    top: 13px; bottom: 0px; left: 8px; right: 12px;
    height: 350px;
    width: 255px;
    text-align: center;
}

.overlay-text.sidebar img {
    max-width: 240px;
    max-height: 240px;
    object-fit: contain;
}

.overlay-text.center{
    top: 13px; bottom: 0px; left: 8px; right: 12px;
    height: 966px;
    width: 799px;
}

.overlay-text.T2{
    top: 12px; bottom: 0px; left: 10px; right: 12px;
    height: 240px;
    width: 1295px;
}

.overlay-text.T2Pic{
    top: 14px; bottom: 0px; left: 10px; right: 12px;
    height: 240px;
    width: 320px;
}

.overlay-text.T2Pic > img{
    max-width: 410px;
    image-rendering: auto;
}

.overlay-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.overlay-text h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.overlay-text h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.overlay-text.center .img{
    max-width: 240px;
}

.overlay-text p{
    margin-top: 0px;
}

.image-base:hover .image-hover{
    opacity: 1;  
}

.left-pic {
    float: left;
    clear: left;
    width: 265px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.right-pic {
    float: right;
    clear: right;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 22px;
}
