
@font-face {
  font-family: TradeGothicLTStd-Cn18;
  src: url("TradeGothicLTStd-Cn18.otf");
  font-display: swap;
}

@font-face {
  font-family: TradeGothicLTStd-BdCn20;
  src: url("TradeGothicLTStd-BdCn20.otf");
  font-display: swap;
}

@font-face {
  font-family: TradeGothicLTStd;
  src: url("TradeGothicLTStd.otf");
  font-display: swap;
}

@font-face {
    font-family: elza-narrow-400;
    src: url("elza-narrow-400.otf");
    font-display: swap;
  }

  @font-face {
    font-family: elza-narrow-700;
    src: url("elza-narrow-700.otf");
    font-display: swap;
  }


body, html {
  height: 100%;
}




body:after {
	background-image: url('live_dochouse_org_bkgrnd.webp');
 /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;


}
#banner{
   /*border: 5px solid #73AD21;*/
    position: relative;
    height: 150px;
    padding-left: 100px
        
}

#bannerText{
    /*background-color: #f7941d;*/
    font-family: elza-narrow-400;
    font-size: 42px;
    color: white;
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    
}

#countDown{
    font-family: elza-narrow-700;;
    font-size: 38px;
}

.editBannerText {
    float: none ! important;
}

#mainText{
    clear: both;
    /*background-color: #f7941d;*/
    font-family: TradeGothicLTStd ! important;
    font-size: 20px;
    color: white;
    text-align: left;
    width: 50%;
    margin: 0 auto;   
    margin-top: 100px; 
}

#mainText span {
    background-color: black;
    font-family: TradeGothicLTStd;
    font-size: 20px;
    }

#login{
    clear: both;
    /*background-color: #f7941d;*/
    font-family: TradeGothicLTStd ! important;
    font-size: 20px;
    color: white;
    text-align: left;
    width: 30%;
    margin: 0 auto;
}

#login ul{
   color: red;
}

#login span {
   /* background-color: black;*/
    font-family: TradeGothicLTStd;
    font-size: 20px;
    }
#refresh{
    background-color: #f7941d;
    clear: left;
    font-family: TradeGotTLBold;
    font-size: 20px;
    color: red;
    width:400px;
    
           
}

#videoPlayer{
    clear: both;
    background-color: #000000;
    font-family: TradeGothicLTStd-BdCn20;
    font-size: 20px;
    color: white;
    width: fit-content;
    width: min-content;
    text-align: left;
    margin: auto;
    
}
.logo {
    background-image: url("bertha-dochouse_orange.webp");
    display: block;
    margin: 0;
  /* Full height */
    height: 166.5px;
    width: 266px;
    float: left;
    
   

  /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    

}

#countDown {
    clear: left;
    float: left;
}

.twitter{
     background-image: url("twitter_141x142.png");
    
    margin: 0;
  /* Full height */
    height:50px;
    width: 50px;
    float: right;
        /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
    margin-top: 5px;
}

.fb{
     background-image: url("fb_141x142.png");
   
    margin: 0;
  /* Full height */
    height:50px;
    width: 50px;
    float: right;
        /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px; 
    margin-top: 5px;
    
}
.insta{
     background-image: url("insta_141x142.png");
   
    margin: 0;
  /* Full height */
    height:50px;
    width: 50px;
    float: right;
        /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px; 
    margin-top: 5px;
}


/* override bootstrap */


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /* border-radius: .50rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shad>
}



.btn-secondary {
    color: #fff;
    background-color: #212844;
    border-color: #000000;
    width: 100%;
}

.btn.btn-secondary.active {
    color: #fff ! important;
    background-color: #ACADAA ! important;
    border-color: black ! important;
    font-size: x-large;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ACADAA  ! important;
    border-color: #black ! important;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #212844;
    border-color: white ! important;
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    margin-right: auto;
    width: 100%;
    /*height: 50px;*/
}

.form-group {
 color: white ! important;
}

#password {
 width: 100%;	
}

textarea {
 width: 100%;
 height: 500px;
}


.amp-default-skin .vjs-error-display {
background: none ! important;
}


.vjs-modal-dialog-content::before {
background: none ! important;
}

.btn.btn-secondary.donate {
    
    font-size: x-large;
    }       
    

.btn.btn-secondary.qanda {
     min-width: 100px;
     max-width: 300px;
    }       
        
.amp-default-skin .vjs-error-display > div {
	display: none;
}

#PopupSignupForm_0 .mc-modal {
top: 15px;
}
 

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*display: none; <-  commented as subtitles settings were being hidden, no sure what this is needed for. */
}