:root {
  /* Interactive */
  --chatButton:#415eb3;
  --chatButtonHighlight:#5274d8;
  --navbarButton:#000000;
  --navbarButtonHighlight:rgb(180, 21, 21);
  --callToActionButton:#c93c2a;
  --callToActionHighlight:#e23428;
  /* Background */
  --background: #ffffff;
  --modal-background: linear-gradient(90deg, rgb(16 14 14) 0%, rgb(23 18 18) 100%);
  --alternate-background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);
  --alternate-background-flip: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);
  --light-background: linear-gradient(180deg, rgb(29 32 30) 0%, rgb(37 66 44) 100%);
  --alternate-light-background: linear-gradient(0deg, rgb(29 32 30) 0%, rgb(37 66 44) 100%);
  /* Text */
  --text: #000000;
  --btnText:#000000;
  --btnTextAlternate:#ffffff;
  --alternate--text: #ffffff;
  --header-text:#ffffff;
  /* Other */
  --primary: rgb(68, 105, 77);
  --secondary: #415eb3;
  --tertiary: #c56e11;
  --quartery: #001431;
  --accent: rgb(231 80 62);
  --alternate-accent: #8bc34a;
  }
  
/* ---------------------------- */

body{
  padding-bottom: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  color:#c2a13f;
  text-decoration: none;
}

.logo {
  max-width:100%;
  width:8em;
 }
 
.img {
  max-width:100%;
}

/* ---------------------------- */



/* ---------------------------- */

.background {
  background-color:var(--background);
}

.footerBackground {
  background-color:var(--quartery);
}

.alternateBackground {
  background: var(--alternate-background);
}

.alternateBackgroundFlip {
  background: var(--alternate-background-flip);
}

.lightBackground {
  background: var(--light-background);
}

.alternateLightBackground {
  background: var(--alternate-light-background);
}

/* ---------------------------- */

/* ---------------------------- */

.chatButton {
  background:var(--chatButton) !important;
  transition:ease-out 200ms;
  }
  
.chatButton:hover {
background:var(--chatButtonHighlight) !important;
text-decoration:underline;
}

.callToActionButton {
  background:var(--callToActionButton);
  color:var(--btnTextAlternate);
  transition:ease-out 200ms;
}

.callToActionButton:hover {
  background:var(--callToActionHighlight);
}

.headerText {
  color:var(--header-text);
}



/* ---------------------------- */

/* ---------------------------- */

.hero {
  filter: brightness(0.3), grayscale(1);
}

/* ---------------------------- */


/* ---------------------------- */

.navbar {
  box-shadow: 0 1px 15px rgba(0,0,0,0.5);
}

.hoverResponse {
  transition:ease-out 200ms;
}
.hoverResponse:hover {
  text-decoration:underline;
}

.navUnderline {
color:#ffffff;
transition:ease-out 200ms;
}

.navUnderline:hover{
text-decoration: underline;
}

.navBackground {
background:var(--quartery);
}

/* ---------------------------- */




/* ---------------------------- */



li a[href*="signup"] {
  display:none;
}

li a[href*="signup.php"] {
  display:none;
}

/* Page Specific Variables */

.carousel-inner .container,
.carousel-inner .row {
  height: 100%;
  align-items: center;
}

.carousel img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 70vh;
}

.carousel-item {
  height: 80vh;
}

.logo {
  height: auto;
}

.g-card {
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.g-card .g-card img {
  transition: all linear 0.25s;
  width: 100%;
  height: auto;
}

.g-card .g-name {
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  transition: all linear 0.25s;
}

.g-card .g-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  transition: all linear 0.25s;
}

.g-card .g-icons .fa {
  margin: 5px;
}

.g-card:hover img {
  filter: grayscale(100%);
}

.g-card:hover .g-name {
  bottom: 80px;
}

.g-card:hover .g-icons {
  right: 40px;
}


.btn-central {
  background-color: #000000;
  border: 1px solid goldenrod;
}

.btn-central > a {
  text-decoration: none;
  color: #fff;
}

.btn:hover {
  background-color: #0c0c0c;
  border: 2px solid green;
}

.termsMargin {
  margin: 0 1rem;
}

/* Forms */
.form-check-label > a {
  color: #000000;
}

@media (min-width: 768px) {
  .button-spec {
    font-size: 24px;
    min-width: 196px;
  }
}


.carousel-inner .container-fluid, .carousel-inner .row{
  height: 100%;
  align-items: center;
}

.carousel-caption{
  position: static;
}

.carousel img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.carousel button {
  width: 100%;
}

.carousel-item.active {
  height: 80vh;
  display: flex;
  align-items: center;
  background-size: contain
}

.logo {
  max-width: 150px;;
  height: auto;
}

.g-card {
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  outline: 2px solid #468ecc;
  border-radius: 5px;
  height: 100%;
}

.g-card img {
  transition: all linear 0.25s;
  width: 100%;
  height: auto;
}

.g-card .g-name {
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 30px;
  color: #000;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  transition: all linear 0.25s;
}

.g-card .g-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #000;
  transition: all linear 0.25s;
}

.g-card .g-icons .fa {
  margin: 5px;
}

.g-card:hover img {
  filter: grayscale(100%);
}

.g-card:hover .g-name {
  bottom: 80px;
}

.g-card:hover .g-icons {
  right: 40px;
}



.button-spec {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-spec {
    padding: 19px 32px;
  }
}

.button-spec:before {
  background-color: #468ecc;  
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-spec:after {
  background-color: initial;
  background-color: #fff;
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-spec:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.button-spec:active:not(:disabled) {
  color: #ccc;
}

.button-spec:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-spec:disabled {
  cursor: default;
  opacity: .24;
}

.g-title {
  padding: 2px 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  white-space: nowrap;
}

.col-md-2 .g-title {
  font-size: 0.5em;
  padding: 5px;
}

.stars {
  text-align: center;
  font-weight: normal;
  white-space: normal;
}

.fa-star {
  font-size: 10px;
}

.fa-star.checked {
  color: #ffbc00;
}

form .button-spec {
  width: 100%;
}

@media (min-width: 992px) {
  .button-spec {
    font-size: 24px;
    min-width: 196px;
  }
  .g-title {
    font-size: 1em;
  }
  .col-md-2 .g-title {
    font-size: 0.8em;
    padding: 5px 10px;
  }
  .fa-star {
    font-size: 14px;
  }
  .carousel button{
    margin-bottom: 2rem !important;
    width: auto;
  }
}

@media (max-width: 991px) {
  .carousel .my-4.d-block {
    margin-top: 0 !important;
    position: static !important;
  }
  .carousel-item.active {
    background-size: cover;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #c2a13f;
}

.button-spec:before {
  background-color: #c2a13f;
}

.g-card {
  outline: 2px solid #c2a13f;
  border-radius: 15px;
}
.footer {
  background-color: #183557;
}

.featurette-heading {
  color: #c2a13f;
}



