 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.nonvideocontent {
  xxxposition: fixed;
  position: relative;
  bottom: 0;
/*  background: rgba(255,255,255, 0.55);*/
  xxxbackground: rgba(255,255,255, 0.45); /* white but translucent */
  background: linear-gradient(90deg,#fff0 5%,#fff4 15%,#fff8 20%,#fffb 30%,#fffb 70%,#fff8 80%,#fff4 85%,#fff0 95%);
  width: 100%;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#carma_bar {
 background: initial!important;
 padding-bottom:10px!important;
}
#carma_bar h1 {
 padding-top:7px!important;
}
#search {
 padding-top: 45px!important;
}

#uon_bar {
 background: #0009!important;
}

.menuWrapper {
 xxxbackground: #f009!important;
/* -webkit-linear-gradient(top, #682421 0%, #992a26 50%, #682421 100%)*/
/*
 background: linear-gradient(top, #682421 0%, #992a26 50%, #682421 100%)!important;
 background: linear-gradient(top, #99ff8899 0%, #bbffaa99 50%, ##99ff8899 100%)!important;
 background: -webkit-linear-gradient(top, #99ff8899 0%, #bbffaa99 50%, ##99ff8899 100%)!important;
 background: -moz-linear-gradient(top, #99ff8899 0%, #bbffaa99 50%, ##99ff8899 100%)!important;
 background: -webkit-linear-gradient(top, #68242199 0%, #992a2699 50%, #68242199 100%)!important;
 background: -webkit-linear-gradient(top, #68242199 0%, #992a2699 50%, #68242199 100%)!important;
*/

/*
 height: 40px!important;
 padding: 5px 0 !important;
*/

/*
 background: linear-gradient(top, #682421cc 0%, #992a26cc 50%, #682421cc 100%)!important;
 background: -moz-linear-gradient(top, #682421cc 0%, #992a26cc 50%, #682421cc 100%)!important;
 background: -webkit-linear-gradient(top, #682421cc 0%, #992a26cc 50%, #682421cc 100%)!important;
*/

}

.menuWrapper {
 height: 30px!important;
}
nav ul {
 margin: 5px 0!important;
 font-size: 14px;
 font-weight: bold;
}

.footer {
 background: #ccc9!important;
 margin-top: 50px!important;
}

.meetingcontent {
 xxxbackground-color: #fff4;
 padding: 100px 20px;
 xxxbackground: radial-gradient(#fffb 40%, #fff6 50%, #fff0 70%);
 xxxpadding-bottom: 100px;
 xxxbackground: radial-gradient(ellipse at 50% 60%, #fffb 30%, #fff5 50%, #fff0 60%);
}
