body {
    margin: 0px !important;
}

.text-center {
  text-align: center;
}

#hero-main {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
  padding: 0;
 
}

#hero-main #home-video {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}


#hero-main #home-video {
  display: block;
}



#hero-main #home-video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  
}

#hero-main .container-fluid {
  z-index: 2;
  position: relative;
  padding-right: 0px;
  padding-left: 0px
}

#home-video canvas {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 800px){
    #home-rg11{
        margin-top: 60px !important;
    }
}

@media (min-width: 790px){
    #home-video img {
        width: 100%;
    }
}
@media (max-width: 790px){
    #home-video img {
        height: 100%;
    }
    #home-video canvas {
        height: 100%;
    }
}

.bg-dark {
  background-color: #222;
}

.valign-outer {
 
}

.valign-inner {
    padding: 80px 40px 60px;
}
.valign-inner p, .valign-inner h1 {
    margin-bottom: 18px;
}
@media (min-width: 1200px){
   #hero-main .r-home-h1-bg h1 {
        font-size: 73px !important;
} 
}
#hero-main h1 {
    font-size: 50px;
}

@media (max-width: 600px){
    #hero-main h1 {
        font-size: 50px;
   
    }
    .valign-inner {
        padding-right: 0px;
        padding-left: 0px
    }
    #hero-main .intro{
        font-size: 26px !important;
    }
    
}
.promo-vid {
        height:250px;
    }
/*
@media (min-width: 992px){
main>.section:first-child, main>.hero:first-child {
  margin-top: 75px;
}
}
main>.section:first-child, main>.hero:first-child {
  //margin-top: 66px;
}
*/
#footer-widgets .widget-title {
  color: #47a3da;
}

.hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px){
  .hero {
    height: 600px;
  }
  .valign-inner {
    padding-top: 130px;
  }

}
/*
@media (min-width: 1200px){
.hero .hero-inner {
  height: 575px;
}}
*/

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}