@font-face {
    font-family: Pipboy;
    src: url('../Pipboy from Fallout 4/monofonto.ttf');
}

body {
    font-family: Pipboy, sans-serif;
    color: #14fe17;
    background: #272b23;
}

body::after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: repeating-linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .4) 1px, transparent 1px, transparent 2px);
    opacity: .1;
    z-index: 100000;
    pointer-events: none;
}

navbar,
nav {
    border-bottom: 2px solid;
    margin: 0px 10px;
}

.navbar::before,
.navbar::after,
navbar::before,
navbar::after {
    height: 6px;
    width: 3px;
    content: "";
    position: absolute;
    display: block;
    z-index: 5000;
    background: #14fe17;
    bottom: -8px;
}

.navbar::before,
navbar::before {
    left: 0px;
}

.navbar::after,
navbar::after {
    right: 0px;
}

.navbar-nav {
    width: 100%;
}

.navbar-light ul.navbar-nav > li {
    display: block;
    position: relative;
    width: 100%;
}

ul > li.nav-item > a.nav-link,
ul > li.navbar-item.active > a.nav-link {
    color: #14fe17 !important;
    font-size: 30px;
    line-height: 22px;
    padding-bottom: 0px;
    z-index: 50;
    position: relative;
    background: #272b23;
}

.navbar-item.active::before {
    content: "";
    position: absolute;
    background: #272b23;
    width: 100%;
    height: 22px;
    top: 21px;
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
}

.navbar-light .navbar-nav > li.nav-item > .nav-link,
.navbar-light .navbar-nav > li.navbar-item.active > .nav-link {
    text-align: center;
    width: 50%;
    margin: auto;
}

ul.nav.nav-tabs {
    margin-left: 160px;
}

.nav-link:active{
    color: rebeccapurple;
}

.center-image {
    position: absolute;
}

.center-image img {
    margin: auto;
    display: block;
    position: relative;
    max-height: 300px;
    filter: grayscale(1) sepia(100%) hue-rotate(55deg) saturate(7) brightness(1) contrast(2);
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 0;
}

.weapons {
    margin-left: 550px;
}

.container {
    display: none;
    max-width: 500px;
}

.center-image p{
    margin: auto;
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    margin-left: 110px;
    font-size: 30px;
}


.pip-footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 20px);
    margin: 10px;
}

.navbar.navbar-light .navbar-nav {
    margin-left: 50px;
}

.nav.nav-tabs {
    margin: 20px;
    border-bottom: none;
}

.nav.nav-tabs > .nav-item > .nav-link:hover {
    border: 1px solid transparent
}

.nav.nav-tabs > li > a {
    font-size: 26px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    padding: 5px 10px;
}

.nav.nav-tabs > li:nth-child(2) > a {
    opacity: .5;
}

.nav.nav-tabs > li:nth-child(3) > a {
    opacity: .2;
}

.level-progress {
    width: 70%;
    height: 10px;
    border: 2px solid;
    display: inline-block;
}

.level-progress-indicator {
    height: 6px;
    background: #14fe17;
    padding: relative;
    width: 70%;
}

.stat-bar {
    width: 60px;
    margin: auto;

}

#status {
    width: 400px;
    margin: auto;
}

.stat-bars > .row {
    margin-bottom: 100px;
    margin-left: 0px;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.stat-numbers{
    margin-top: -50px;
}

.stat-numbers .col-1, .stat-numbers .col-2{
    background: rgba(16, 255, 0, 0.15);
    margin-right: 4px;
}

.stat-numbers .col-1.transparent, .stat-numbers .col-2.transparent{
    background: transparent;
}

.stat-numbers img {
    width: 100%;
    transform: scaleX(-1);
    filter: grayscale(1) brightness(200) contrast(0) sepia(100%) hue-rotate(55deg) saturate(20);
}

.stat-numbers img.pistol-image{
    margin-top: 5px;
}

.stat-numbers img.sm-image{
    width: 15px;
    margin-left: -5px;
}

.stat-numbers img.helmet-image{
    width: 110%;
    margin-left: -2px;
}

.point{
    position: inherit;
    margin-left: -7px;
}

.spacer-numbers{
    width: 50px;
}

#status.tab-pane.full{
    width: 100%;
    max-width: 100%;
}

.item-list{
    float: left;
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.item-list li a{
    display: block;
    width: 300px;
    padding: 5px 25px;
    border-radius: 2px;
    color: #14fe17;
    padding-left: 45px;
    text-decoration: none !important;
}

.item-list li a:hover {
    text-decoration: none;
    background: #14fe17;
    color: #272b23;
}

.item-list a.active::before{
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #14fe17;
    left: 25px;
    margin-top: 7px;
}

.item-list a.active:hover::before{
    background: #272b23;
}

.item-stats{
    position: absolute;
    right: 25px;
    bottom: 50px;
    width: 200px;
}

.pull-left{
    float: left !important;
}

.pull-right{
    float: right !important;
}

.item-stats .row .col-12{
    background: rgba(16, 255, 0, 0.15);
    margin-bottom: 2px;
}
