/*
// Theme Name : Default Theme
// Created On : 10/30/2020
// Author : Joe Kustek
// Version : 1.0
// Description : The Default Built In joeCms Theme
*/
.jstyle-36::after {
    background: #000;
}

.home-splash-img {
position: absolute;
bottom: 0;
}

.j-form-wrapper h6 {
  color: #fff;
}

.j-form-wrapper .rr_req {
  color: #cfcfcf;
}

.j-form-wrapper .btn {
  background: transparent;
  width: 100%;
  border: 1px solid #fff;
}

.j-form-wrapper .btn:hover, .j-form-wrapper .btn:focus,.j-form-wrapper .btn:active {
  background: #000!Important;
  width: 100%!Important;
  border: 1px solid #fff!Important;
}
.conf-message {
  background: #deffde;
  padding: 10px;
  margin-bottom: 15px;
}

#messageBox {
  z-index: 1;
}
h1 {
   letter-spacing: 5px;
}
.site-header {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(150,75,0,1) 100%);
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .site-footer a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .nav-wrapper {
    height: 47px!Important;
  }
  .page-class-1 #video {
    margin-top: -45px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .tgs-logo {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    max-width: 1375px;
  }
  nav {
    max-width: 1375px;
  }
  .content-wrapper {
    max-width: 1375px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    text-align: center;
  }
  .jvideotron-wrapper {
    height: 180px!Important;
  }
  .page-class-1 #video {
    margin-top: -10px;
  }
  #messageBox {
    display: none;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%;
    flex: none;
  }
}
