#nav-main-controls,
#nav-main {
    background: #2f373b;
    background: rgba(47, 55, 59, 0.95);
}

#nav_main_toggle .icon-bar {
    background: #fff;
}

#nav-main li a {
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
}

#nav-main-content li:hover a {
    color: #c1c1c1;
    border-color: #c1c1c1;
}

#nav-main-content li.active a {
    border-color: #fff;
}

#nav-main-content li.active:hover a {
    border-color: #c1c1c1;
}

.content-social h1,
.headline h1,
.headlineui h1 {
    font-family: 'Oswald';
    font-size: 32px;
    color: #fff;
    margin: 0px;
    line-height: 32px;
    font-weight: normal;
}

.content-social h2,
.headline h2,
.subheadui h2 {
    font-family: 'Oswald';
    font-size: 24px;
    color: #fff;
    margin: 0px;
    line-height: 24px;
    font-weight: normal;
}

.coming-soon {
    display: flex;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    flex-direction: column;
    padding: 48px 16px 100px;
    text-align: center;
}

.coming-soon img {
    margin-top: -20px;
    max-width: 200px;
    width: 100%;
}

.coming-soon h1 {
    color: white;
}

@media screen and (max-width: 600px) {
    .coming-soon img {
        max-width: 40%;
    }
}

/* === FONTS === */
@import url("https://use.typekit.net/dcp4ccg.css");

@font-face {
    font-family: 'Reign Storm';
    src: url('https://dmbdemo.com/shared/fonts/ReignStorm/ReignStormFontTwo.woff2') format('woff2'),
        url('https://dmbdemo.com/shared/fonts/ReignStorm/ReignStormFontTwo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* === THEME === */
:root {
    --color-primary: #F37E20;
    --color-secondary: #81E3CF;
    --color-background: #ffffff;
    --color-background_alt: #1A1A1A;
    --color-background_nav: #ffffff;
    --color-background_footer: #ffffff;

    --font-main: 'Arial', sans-serif;
    --font-title: 'Reign Storm', sans-serif;
    --font-subtitle: 'Countach', sans-serif;

    --text-main: #000000;
    --text-title: #ffffff;
    --text-alt: #F37E20;
    --text-btn-primary: #000000;
    --text-btn-secondary: #81E3CF;

    --background-main-image: url('https://images.unoapp.com/boxdata/asset88496/images/bg-web.jpg');
}

/* === FONT SETTING === */

*,
html,
body {
    font-size: 18px;
    margin: 0;
}

body,
html,
p,
a,
b,
i,
u,
em {
    font-family: var(--font-main);
    line-height: 1.3;
}

h1 {
    font-family: var(--font-title);
    margin: 0 auto 16px;
    line-height: 1.3;
    letter-spacing: -3px;
    font-size: 48px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    text-shadow: 3px 3px 0px var(--color-primary);
}

p {
    font-weight: 300;
    color: var(--text-main);
    margin: 16px auto;
}

b {
    font-weight: bold;
}

a:hover {
    opacity: 0.8;
}

i.fa {
    font-family: 'FontAwesome' !important;
}

@media screen and (max-width: 600px) {
    p {
        max-width: 100%;
    }
}

html,
div.widget-section {
    background: var(--background-main-image) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: 50% !important;
}


/* === Misc. V2-Default Stuff === */
/* Default Nav Bar*/
#home,
#header-section,
#header_wrap,
#header_wrap #social,
#soc_med_bar,
.footer {
    display: none !important;
}

/* === End of  Misc. V2-Default Stuff === */

.skip {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* === White Rounded Background === */
.white-bg {
    background: var(--color-background);
    border-radius: 16px;
    padding: 24px;
    max-width: 640px;
}

.orange-title {
    text-align: center;
    color: black !important;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: var(--font-subtitle);
    background: var(--color-primary);
    padding: 8px;
    font-weight: normal;
    font-size: 32px;
}

.thanks {
    font-family: var(--font-title);
    letter-spacing: -2px;
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.black-title {
    text-align: center;
    margin-bottom: 16px;
    /*  text-shadow: 3px 3px 0px var(--color-primary);*/
}

.white-bg .orange-title {
    margin: 0 auto 16px;
}

@media screen and (max-width: 600px) {
    .white-bg {
        padding: 16px;
        max-width: 100%;
    }

    .orange-title {
        font-size: 24px;
    }
}

.bg-color-outer_space {
    background-color: rgb(47, 55, 59)
}

.bg-img-logo_placeholder { 
  background-image: url('https://www.unoapp.com/app/source/images/logoplaceholder.png');
}

.txt-color-white{
  color: #fff;
}