/* Common elements found in the "layout.css" */
/* .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.row {
    width: 100%;
    display: flex;
}

.col {
    flex: 1;
    margin: 0.5em;
}

.col-2 {
    flex: 2;
}

.col-3 {
    flex: 3;
}

@media (max-width: 768px) {
    .col {
        flex: 100%;
    }
} */

.header-bge {
    position: absolute;
    background: radial-gradient(farthest-corner at 40px 40px, #3c44431f, #0000 50%), linear-gradient(174deg, #000000ad 0%, transparent 41%);
    height: 325px;
    width: 100%;
    left: 0;
    z-index: 1;
    margin-top: -46px;
    pointer-events: none;
}

.brand {
    position: relative;
    display: flex;
    font-size: 1.62rem;
    /* font-family: 'Bebas Neue'; */
    /* font-family: 'Helvetica', 'Sans-Serif'; */
    font-family: 'logoFont6';
    text-transform: uppercase;
    font-weight: 100;
    line-height: 47px;
    /* text-shadow: 0px -2px 0px #0d0f10; */
    margin: 0px 0px;
    color: #c3c1c7;
}

.logo-set-stick {
    margin-top: -21px !important;
}

.logo-slogan-stick {
    display: none;
}

.logo-shrink {
    width: 140px !important;
    margin-top: 2px;
}


.logo-slogan {
    font-size: 13.8px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #a7a7a7;
    padding: 0px 0px 0px 5px;
}

.logo-set {
    flex-direction: column;
    text-align: left;
    margin-top: -9px;
    margin-left: 9px;
}

.logo-set .logo {
    height: 98px;
    padding: 17px 0px;
}

.logo.col-lg-4 {
    text-align: center;
    padding: 14px;
}










.container {
    /* max-width: 960px !important; */
    overflow: hidden;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
    /* padding-left: 5px;
    padding-right: 5px; */
}

.container-flex {
    display: flex;
    overflow: hidden;
}

.row-compact {
    margin-left: -15px;
    margin-right: -15px;
}










/*--------------------------------------------------*/
/* NAVBAR ELEMENTS > MAIN NAV */
/*--------------------------------------------------*/


.collapse .navbar-collapse {
    padding: 10px 0px;
}

.navbar-collapse {
    padding-bottom: 0px;
}

.navbar a {
    /* font-family: 'Karla', sans-serif; */
    font-family: 'Questrial', sans-serif;
    font-size: 0.90rem;
    letter-spacing: 1px;

}

.navbar-nav {
    text-transform: uppercase;
    justify-content: left;
    margin: 0px 0px;
}

.navbar-light .navbar-toggler {
    color: rgb(65 67 68);
    border-color: rgb(55 61 62);
    background-color: #111314;
    margin: 7px;
    padding: 4px 8px;
    transition: 0.2s;
}

.navbar-light .navbar-toggler:hover {
    color: #242526;
    border-color: #707070;
    background-color: #09090a;
    transition: 0.4s;
    outline: none !important;
    box-shadow: none !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .nav-items {
    padding: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    /* box-shadow: 0px 2px 8px #00000085; */
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {}
}

body .navbar-inverse {
    padding: 0px 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    /* border-bottom: solid 1px #000000; */
    /* background: #111516; */
    text-align: center;
    /* border-top: solid 1px #ba8345; */
    box-shadow: none;
}

.navbar-menu-stick {
    margin-top: -47px !important;
    margin-left: 82px !important;
}

.navbar-holder {
    position: fixed;
    width: 100%;
    height: 130px;
    z-index: 2;
}

.navbar-holder-stick {
    position: relative;
    height: 130px;
    z-index: 2;
}

.navbar-wrapper {
    height: 137px;
    text-align: center;
    z-index: 2;
    /* box-shadow: 0px 0px 13px 0px #000000b3; */
    background: linear-gradient(45deg, #ffffff0c, transparent);
    /* background: linear-gradient(177deg, #ddfdff0f 0%, #ddfdff03 30%, #00000000 30.1%, #00000000 100%); */
}

.navbar-wrapper-stick {
    position: fixed;
    max-height: 60px;
    height: 100%;
    top: -60px;
    /* box-shadow: 0px -6px 9px 7px #0000008f; */
    /* border-bottom: solid 1px #101410; */
    background-color: #111311;
    left: 0;
}
.navbar-wrapper-move {
    top: 0;
}

.navbar-inset {
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 0px;
}

.navbar-toggler-icon {
    height: 1.7em;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    /* padding: 2px 0px; */
    z-index: 2 !important;
    padding: 0px 0px;
}

.navbar-menu {
    width: 100%;
    padding: 0px 0px;
    margin-top: -11px;
    margin-left: 50px;
}

.nav-dash-item {
    display: inline-flex;
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 5px;
    margin: 3px 0px;
}

.navtext {
    margin-left: 8px;
}

.navtitle {
    color: #a5a5a5;
    margin-left: 7px;
    margin-bottom: 0px;
}





