@font-face {
    font-family: "NotoSansRegular";
    src: url("../font/EncodeSans-Regular.ttf");
}

@font-face {
    font-family: "ArchivoBlack";
    src: url("../font/ArchivoBlack-Regular.ttf");
}

@font-face {
    font-family: "ArchivoNarrow";
    src: url("../font/ArchivoNarrow-VariableFont_wght.ttf");
}

@font-face {
    font-family: "DellaRespira";
    src: url("../font/DellaRespira-Regular.ttf");
}

@font-face {
    font-family: "LessPerfectDOSVGA";
    src: url("../font/LessPerfectDOSVGA.ttf");
}

@font-face {
    font-family: "MorePerfectDOSVGA";
    src: url("../font/MorePerfectDOSVGA.ttf");
}

@font-face {
    font-family: "VT323Regular";
    src: url("../font/VT323-Regular.ttf");
}

body
{
    color: #e0e0e0;
    background-color: #080808;
    padding: 0;
    font-family: "NotoSansRegular";
    font-size: 15px;
    background-image: url("../img/fp-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}

p
{
    text-align: left;
}

h1
{
    font-family: "ArchivoBlack";
    font-size: 70px;
    margin: 5px;
}

h2
{
    font-family: "ArchivoBlack";
    font-size: 34px;
    margin: 5px;
}

h3
{
    font-family: "ArchivoBlack";
    font-size: 30px;
    margin: 5px 0 5px 0;
}

h4
{
    font-family: "ArchivoNarrow";
    font-size: 20px;
    margin: 10px 0 5px 0;
}

h6
{
    font-family: "ArchivoNarrow";
    font-size: 20px;
    margin: 5px;
}

a
{
    text-decoration: none;
    color: #6F90C0 !important;
}

.bok-text-left
{
    text-align: left;
}

.bok-text-center
{
    text-align: center;
}

.bok-text-right
{
    text-align: right;
}

.bok-text-justify
{
    text-align:  justify;
}

.bok-align-left
{
    margin-left: 0;
    margin-right: auto;
}

.bok-align-center
{
    margin-left: auto;
    margin-right: auto;
}

.bok-align-right
{
    margin-left: auto;
    margin-right: 0;
}

.bok-align-top
{
    vertical-align: top;
}

.bok-align-middle
{
    vertical-align: middle;
}

.bok-align-bottom
{
    vertical-align: bottom;
}

.bok-bordered
{
    border-style: solid;
    border-color: white;
    border-width: 5px;
}

#bok-section-header
{
    text-align: center;
}

#bok-section-header p
{
    margin: 0;
}

#bok-page-title-header
{
    display: inline-block;
}
.bok-logo
{
    max-height: 50px;
    margin-left: 20px;
}

.bok-nav
{
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 1280px;
    background-color: black;
    text-decoration: none;
    justify-content: space-between;
}

.bok-nav a:visited
{
    color: inherit;
}

.bok-nav-button
{
    display: inline-block;
    min-width: 150px;
    background-color: white;
    height: 50px;
    line-height: 50px;
}

#bok-nav-button-rojovision
{
    color: #130000;
}

#bok-nav-button-neverchive
{
    color: #0E001C;
}

#bok-nav-button-games
{
    color: #391C00;
}

#bok-nav-button-home
{
    color: white;
    background-color: black;
    text-align: right;
}

#bok-section-summary-cards
{
    display: flex;
    max-width: 1280px;
    margin: 0 auto 0 auto;
    justify-content: space-between;
}

.bok-fptile
{
    display: inline-block;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    padding: 2.5%;
    width: 25%;
    vertical-align: top;
}

.bok-rojovision
{
    background-color: #1f0000;
    border-color: #6F0000;
}

.bok-neverchive
{
    background-color: #12031f;
    border-color: #5D1280;
}

.bok-games
{
    background-color: #1F1400;
    border-color: #8C5B00;
}

.bok-rojovision-hi
{
    color: #CE0707;
}

.bok-neverchive-hi
{
    color: #C13DFF;
}

.bok-games-hi
{
    color: #FCA707;
}

.bok-social-logo-big
{
    max-height: 50px;
    margin: 10px 20px 5px 20px;
}

.bok-social-logo-wide
{
    max-height: 50px;
    max-width: 110px;
    margin: 22px 20px 15px 20px;
}

.bok-videocontainer
{
    position: relative;
    padding-top: 57%; /*maintain slightly taller than 16/9 aspect ratio so the thumbnails don't get butchered*/
}

.bok-videoframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*#bok-section-rojovision
{
    max-width: 1280px;
    background-color: black;
    margin: 0 auto 0 auto;
}

#bok-section-rojovision h1
{
    text-align: center;
}*/