@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
html {
    min-height: 100%;
}
body {
    height: auto;
    color: #000;
}
a {
    color: rgb(151, 140, 14);
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    color: #fff;
}
p, ul li, ol li {
    font-family: 'DM Sans', 'Century Gothic', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'DM Sans', 'Century Gothic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
label {
    font-family: 'DM Sans', 'Century Gothic', Helvetica, Arial, sans-serif;
}
.navFix {
    box-shadow: 0 0px 6px -2px rgba(0, 0, 0, 0.6705882352941176);
}
.navbar {
    height: auto;
    background-color: rgb(45, 60, 89);
    border-bottom: 3px solid #f2f2f2;
}
.navbar-brand img {
    height: 80px;
}
.navbar a {
    border-radius: 2px;
    color: #fff;
}
.navbar ul li a {
    margin: 2px;
    background: #cfc023;
    background: -webkit-linear-gradient(0deg, rgba(207, 192, 35, 1) 0%, rgba(209, 196, 50, 1) 50%, rgba(207, 192, 35, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(207, 192, 35, 1) 0%, rgba(209, 196, 50, 1) 50%, rgba(207, 192, 35, 1) 100%);
    background: linear-gradient(0deg, rgba(207, 192, 35, 1) 0%, rgba(209, 196, 50, 1) 50%, rgba(207, 192, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CFC023", endColorstr="#CFC023", GradientType=0);
    font: 700 1rem/1rem 'DM Sans', Helvetica, Arial, sans-serif;
    vertical-align: bottom;
    color: #fff;
}
.navbar ul li a:active {
    background-color: #fbff62;
    color: rgb(156, 143, 13);
}
.navbar ul li a:hover {
    background: #ffffff;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
    color: #000;
}
.navbar .nav-link {
    text-align: center;
    padding: 5px;
}
.navbar .fas {
    color: #fff;
}
.btn {
    border-radius: 3px;
    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: #cfc023;
    background: -webkit-linear-gradient(0deg, rgba(207, 192, 35, 1) 0%, rgba(209, 196, 50, 1) 50%, rgba(207, 192, 35, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(207, 192, 35, 1) 0%, rgba(209, 196, 50, 1) 50%, rgba(207, 192, 35, 1) 100%);
    background: linear-gradient(0deg, rgba(207, 192, 35, 1) 0%, rgba(209, 196, 50, 1) 50%, rgba(207, 192, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CFC023", endColorstr="#CFC023", GradientType=0);
    font: 700 1rem/1rem 'DM Sans', Helvetica, Arial, sans-serif;
    border: 1px solid #666;
}
.btn:not(.btn-file):active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}
.btn:hover:not(.btn-danger):not(.btn-primary) {
    background-color: #2E9A12;
    color: #fff;
}
.alert {
    margin: 0 auto 15px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
    z-index: 10;
}
.hlt {
    color: rgb(154, 142, 14)
}
.spacer {
    height: 170px;
    margin-bottom: 15px;
}
.box {
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    border-radius: 7px;
}
.nbox {
    background-color: #323232;
    border: 3px solid #888;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    border-radius: 7px;
    color: #fff;
}
.nbox td {
    color: #fff;
}
.header {
    background: #ddd;
    padding: 5px;
    margin-bottom: 5px;
}
.scrollable {
    overflow-y: auto;
    max-height: 25vh;
}
.cursor {
    cursor: pointer;
}
.logos img {
    max-height: 65px;
}
.hlist {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.hlist li {
    display: inline-block;
    margin: 0 auto;
    padding: 1px 3px;
    text-align: center;
    font-family: 'DM Sans', 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 0.83rem;
}
.hlist em {
    font-weight: bold;
    color: #000;
}
.tag {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    font-family: 'DM Sans', 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 1vw;
}
#main {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
}
#main::after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background-image: url('images/background.jpg');
    background-repeat: repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
#page {
    background-color: rgba(255, 255, 255, 0.8);
}
#bottom {
    border-radius: 5px;
    background-color: #444;
    color: #222;
}
#footer {
    position: relative;
    display: block;
    background: rgb(56, 56, 56) url(images/bkg.jpg) repeat-x top center;
    font-family: 'DM Sans', 'Century Gothic', Helvetica, Arial, sans-serif;
    color: #fff;
}
#footer-inner {
    background: rgb(102, 102, 102);
}
@media (max-width: 920px) {
    .tag {
        font-size: 3vw;
    }
}
@media (max-width: 640px) {
    h1, h2, h3, h4, h5 {
        font-size: 6vw;
    }
    p, ul li, ol li {
        font-size: 3.5vw;
    }
}