 .hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* Full browser height hero */
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.faq.btn-primary {
    padding: 10px 30px 25px;
}




@media(min-width:760px) {
.video-container {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 120%;
    pointer-events: none;
    z-index: 0;
}
}

@media (max-width:759px) {
.video-container {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 120%;
    pointer-events: none;
    z-index: 0;
}
}

.video-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.justify-left, .justify-left ul li {text-align:left;}
.text-white {color:#fff;}

.dev ul li {
    color: #eee;
    font-size: 1.3em;
    line-height: 1.9em;
}
.col-lg-8.dev ul li {
    margin-bottom: 25px;
}
.fencingtable .table-title {
      background-color: #7f999a; /* Adjust to match your desired shade */
      color: #fff;
      font-weight: bold;
      font-size:0.9em;
      padding: 12px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 0;
    }
.fencingtable table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0;
    }
.fencingtable thead {
      background-color: #cdd4d3; /* Adjust to match your desired shade */
    }
.fencingtable th, td {
      padding: 8px 12px;
      border: 1px solid #ccc;
      vertical-align: middle;
      text-align: left;
    }
.fencingtable th {
      font-weight: bold;
      font-size:0.9em;      
      text-transform: uppercase;
    }
.fencingtable tfoot td {
      font-weight: bold;
      font-size:0.9em;      
    }
    /* A couple of “highlight” rows for subtotal and total */
.fencingtable .sub-total-row {
      background-color: #f5f5f5;
      font-weight: bold;
      font-size:0.9em;      
    }
.fencingtable .total-row {
      background-color: #e2e7e6;
      font-weight: bold;
      font-size:0.9em;      
    }
.fencingtable .note-row td {
      text-align: center;
      font-style: italic;
      font-size:0.9em;
    }
    
table.fencedemo td {
    padding: 0px;
    border: 0px solid #fff;
}
table.fencedemo td > p {
    margin: 0px !important;
    line-height: 1.4em;
    padding: 9px;
}
table.fencedemo img {width:190px;height:135px;}

a, a:focus, a:hover {
    outline: 0;
    color: #7f999a;
}
.page-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-right: 40px;
    padding-bottom: 30px;
}

.devintro p { font-size:1.9em!important; color:#eeeimportant; }