html {
    height: 100%;
}
body {
    height: auto;
    background: #eee;
    color: #000;
}
a {
    color: #2C7E17;
}
a:hover {
    color: #357235;
}
p, ul li, ol li {
    font-size: 0.83vw;
}
h1, h2, h3, h4, h5 {}
.navFix {
    box-shadow: 0 0px 6px -2px rgba(0, 0, 0, 0.6705882352941176);
}
.navbar {
    height: auto;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5242297602634804) 20%, rgba(47, 47, 47, 1) 89%);
    border-bottom: 3px solid #33ce0a;
}
.navbar-brand {
    margin: 5px 0;
    text-transform: uppercase;
    color: #fff;
}
.navbar a {
    border-radius: 2px;
    color: #fff;
}
.navbar ul li a {
    background-color: #000;
    font-size: 0.83vw;
    color: #fff;
}
.navbar ul li a:active {
    background-color: #33ce0a;
    color: #fff;
}
.navbar ul li a:hover {
    background-color: #33ce0a;
    color: #fff;
}
.navbar .fas {
    color: #fff;
}
.btn {
    border-radius: 5px;
    padding: 5.5px 20px;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
}
.btn:not(.btn-danger):not(.btn-primary) {
    background-color: #33ce0a;
}
.btn:hover:not(.btn-danger):not(.btn-primary) {
    background-color: #2C7E17;
    color: #fff;
}
.btn-file {
    position: relative;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
    font: inherit;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: black;
    cursor: inherit;
}
.btn:not(.btn-file):active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}
.audio-btn {
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 0.93rem;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #05185e;
}
.audio-btn:hover {
    background-color: #7862b7;
    text-decoration: none;
    color: #fff;
}
.mPlayerBox {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    z-index: 5;
}
.innerPlayerBox {
    border-top: 2px solid #04025c;
    background: rgb(14, 82, 8);
    background: linear-gradient(180deg, rgba(14, 82, 8, 1) 20%, rgba(17, 46, 6, 1) 91%);
}
.closePlayerBox a {
    float: right;
    padding: 2px 10px;
    background-color: #ffd800;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px 0 0 0;
    color: #000;
}
.clickrow {
    cursor: pointer;
}
.alert {
    margin: 0 auto 15px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
    z-index: 10;
}
.cursor {
    cursor: pointer;
}
.hlt {
    color: #33ce0a;
}
.green {
    color: green;
}
.red {
    color: red;
}
.box {
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    border-radius: 5px;
}
.spacer {
    height: 170px;
    margin-bottom: 15px;
}
#main {
    position: relative;
    min-height: 90vh;
}
#bottom {
    position: relative;
    display: block;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: #fff;
}
#bottom::after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background-color: #222;
    z-index: -1;
}
#footer {
    position: relative;
    display: block;
    padding: 15px 0;
    background: #2f2f2f;
    color: #222;
}
#footer p {
    color: #04025c;
}
#footer a {
    color: #222;
}
#footer h5 {
    text-transform: uppercase;
}
#footer .bottom {
    background: #33ce0a;
    color: #fff;
}
#mPlayerBox {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
#mPlayerA {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
#metaTxt {
    font: 400 1.3rem/1.3rem 'Teko', 'Century Gothic', Helvetica, Arial, sans-serif;
    text-shadow: 2px 1px #555;
    color: #fff;
}
@media (max-width: 640px) {
    h1, h2, h3, h4, h5 {
        font-size: 6vw;
    }
    p, ul li, ol li {
        font-size: 4vw;
    }
}