.skip-link {
                    background: #ca7c3c;
                    color: white;
                    font-weight: 700;
                    left: 50%;
                    padding: 5px 10px;
                    position: absolute;
                    transform: translateY(-500%);
                    transition: transform 0.3s;
                    z-index: 999;
                }
                a.skip-link:focus {
                    transform: translateY(00%);
                }#nav-main-controls, #nav-main { background: #2f373b; background: rgba(47, 55, 59, 0.95);}#nav-main li a {font-family:'Oswald';text-transform: uppercase;}#nav_main_toggle .icon-bar {background: #fff;}#nav-main li a {color: #fff;}#nav-main-content li.active a {border-color: #fff;}#nav-main-content li:hover a {color: #c1c1c1; border-color: #c1c1c1;}#nav-main-content li.active:hover a {border-color: #c1c1c1;}.home-36462 .layout-1-bg-path{background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/1/home/layout_1.jpg');}.home-36462 .layout-1-logo-section{background-image: url('../source/images/logoplaceholder.png');}.home-36462 .layout-1-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .layout-1-logo-padding{padding-top:495px !important;}}@media only screen and (max-width: 1600px) { .layout-1-logo-padding{padding-top:395px !important;}}.intro-36463 .layout-1-bg-path{background-image: url('');}.layout-1-footer-bg{background-color:rgb(47, 55, 59);}.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;}/* == Google Font URL == */
@font-face {
  font-family:'Open Sans Condensed';
  src: url('https://unoapp.com/shared/fonts/OpenSans/OpenSansCondensed-ExtraBold.woff'), url('https://dmbdemo.com/shared/fonts/OpenSans/OpenSansCondensed-ExtraBold.woff2');
}
/* == ROOT DIRECTORY ==*/
/* This is the main command center. You can make changes in this section.*/
:root {
  
  /* Colour palette */
   --primary:  #8DC63F;
   --secondary: #00964C;

   /* Main Background can be a solid colour or an image. 
   After '--main-bg:', you can use either 1. url('insert url here') for images or 2. color Hex code for solid colours*/
   /*--main-bg: url('https://www.monsterenergyrules.com/allaccess/img/monster_bg_1600x900.jpg');*/
   --main-bg: url('https://images.unoapp.com/boxdata/asset87523/images/monster_bg_1600x900.jpg');
   --content-bg: #000;

   --font-main-color: #fff;
   --font-title-color: #8DC63F;

   --btn-bg: #000;
   --btn-hover-shadow:#8DC63F;

   /* Font Change */
   /* This controls the font-family. Remember to update the Google Font URL at the top as well to match */
   --font-family: 'Open Sans Condensed', Arial, sans-serif !important;

   /*Table of content Hover - When user's mouse hovers over the Chapter*/
   --toc-bg-hover: rgba(0,0,0,0.1);

   /* Do not touch this */
   --base-text-size: 16px;
}

/* === General Background Settings === */


/* This is the main background */
body, #intro div.widget-section {
  background: var(--main-bg) !important;
  background-position: fixed !important;
}
/* This is the container around each section 
This should just be black or white */
#intro div.widget-section > div {
  /*background: var(--content-bg) !important;*/
}


/* === General stuff === */
/* This controls the bold/italic/underlines */
b, i, strong, u {
  font-weight: bold;
  color: var(--primary);
}

/* === DO NOT TOUCH BEYOND THIS LINE === */
/*Everything below this blurb is set up as a template.
Preferably not to be touched unless there are needs for custom work.
*/

#home, .footer, #header-section {display: none !important;}
.structure8 {pointer-events: none !important;}

.unoapp-new-page-heading, .element-btn {
  font-family: var(--font-family) !important;
}

/* === Base Font Size of page === */
*, html, body {font-size: var(--base-text-size);}


.unoapp-new-page-image {margin: 0px auto !important;}
.unoapp-new-page-heading {
    font-size: 2.25rem;
    color: var(--font-title-color) !important;
}
.element-btn {
    font-size: 1rem !important;
    padding: 16px;
    color: var(--primary) !important;
    font-weight: bold !important;
    border:  1px solid var(--primary) !important;
    border-radius:8px;
    background: var(--btn-bg) !important;
}
.element-btn:hover {
  background-color: var(--btn-bg) !important;
  box-shadow: 0 0 10px var(--btn-hover-shadow);
}
.home-home-36462 .content-social h1, .home-home-36462 .headline h1 {font-family: 'Oswald'; font-size: 32px; color: #fff; margin: 0px;font-weight: normal;}.home-home-36462 .content-social h2, .home-home-36462 .headline h2 {font-family: 'Oswald'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}#btn-36463-2:hover{background-color:rgb(0, 0, 0)!important;cursor:pointer;}