:root,
.c-app {
    --bgdark: #050505;
    --primary: #ff8c00;
    --primarydark: #ff7300;
    --secondary: #ced2d8;
    --success: #2eb85c;
    --info: #39f;
    --warning: #f9b115;
    --danger: #e55353;
    --light: #ebedef;
    --dark: #636f83;
    --bs-body-font-size: 12px;
}

html,
body {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
}

@font-face {
    font-family: ffff;
    src: url(ffff.woff);
}

* {
    font-family: ffff;
}

.gfg {
    height: 50px;
    width: 50px;

}
 

.peacelylogosidebar {
    width: 100%;
    max-width: 100%;
}

.navbar-brand {
    max-width: 300px;
    /*position: fixed;*/
}

#peacelySidebar {
    overflow-y: scroll;
    background-color:var(--bgdark)!important;
    width: 300px !important;
}

.maincontent {
    overflow-y: scroll;

}

.peacelysidemenuheader2 {
    background-color: var(--primarydark) !important;
    border-color: var(--primarydark) !important;
    fon-weight: bold;
}

.peacelysidemenulinkitem {
    font-size: 12px;
}

.peacelysidebarcredit {
    font-size: 8px;
    color: #999;
}

.peacelylogomaincontent {
    max-height: 42px;
}

.sidebartoggle {
    font-size: 24px;
}
.sidebarsection {
    font-size: 16px; margin-top: 0.5em;
}

.colchange {
    animation: color-change 1s infinite;
    background-color: var(--primarydark)!important;
    border-color: black!important;
    font-size: 12px;
    font-weight:normal!important;
}
@keyframes color-change {
  0% { color: black; }
  50% { color: orange; }
  100% { color: black; }
}
.contenttopbar {
    background-color: var(--bgdark)!important;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: blur(2px) brightness(0.5);
}

.vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.vvcontent {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 50px;
}

.mainvidwrapper {
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 1.3em;
}

.vvcontainer {
    position: absolute;
    height: 100%;
    ;
    width: 94%;
    color: white;
    /*position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;*/
}

.vignette2 {
    xxwidth: 100%;
    xxheight: 100%;
    box-shadow: 0 0 200px rgba(0, 0, 0, 1.0) inset;
}

.video-container2 {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 1.3em;
  }

  .video-container2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }
  img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
  }

  
  .control-group {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 1rem;
    position: relative;
    margin-bottom: 1rem;
  }

  .control-group legend {
    display: inline-block!important;
    width: auto;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0.5rem;
    position: absolute;
    top: -0.75rem;
    left: 1rem;
    background: #ebedef;
  }

  .blurthis {
    filter: blur(5px);
    transition: filter 0.3s;
  }
  .spoilerct {
    padding: 1.4em;
  }