.header {
  background:#920710;
   /* background:#360306; */
}
.container-header .navbar-toggler {
    color: #EDDED9;
    border: 1px solid #EDDED9;
}
.metismenu.menu-horizontal{
  justify-content:center;
}
.metismenu.mod-menu {
    margin: 10px 0;
}
body{
 margin: 0px;
  padding: 0px;
  font-family: 'trebuchet ms', geneva, sans-serif;
  color: #4b2c2c;
  font-size: 16px;
  font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mod-custom123{
  height:120px;
  padding:0;
  margin:10px 0px;
}
.container-header .mod-menu {
  color:#EDDED9;
}
:root{
	--body-bg: #E8E1DE;
  	--cassiopeia-color-hover: #bb0e1d;
  	--cassiopeia-color-link: #940A16;
    --cassiopeia-color-primary: #920710;
  	/* --cassiopeia-color-primary: #360306; */
}
.back-to-top-link{
  color: #360306;
}
.back-to-top-link:hover{
  background-color: #920710;
  color:#EDDED9;
}
a {
  text-decoration: underline;
    color:#940A16;

}
a:hover  {
  color:#bb0e1d;
}
html 
{
   overflow-y: scroll;
  font-size:16px；
}

.mainmenu{
    padding: 20px;
}

.footer {
    /* background-color:#920710; */
    background:#360306;
    background-image: none;
    color: #E8E1DE;
  	margin-top: 1em;
  bottom: 0;
}

.querbeet-title{
  font-size: 32px; 
  font-weight: 700;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

.querbeet-text{
  font-size: 16px; 
}

::selection {
    color: #E8E1DE;
    background: #4b2c2c;
}


.video-frame {
    background: #000;
    border-radius: 1px;
}

.video-frame video {
    width: 100%;
    height:314px;
}
