.navlogo {
	width: 80px;
}
.hero {
	height: 50vh;
	position: relative;
}
@media only screen and (max-width: 720px) {
  .hero {
	height: 20vh;
  }
}
.hero.inside {
	height: 20vh;
	position: relative;
}
.hero.inside img {
  max-width: 60%;
}
@media only screen and (max-width: 720px) {
  .hero.inside img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 720px) {
  .hero.inside {
  height: 10vh;
  }
}
.hero .foreground-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.gradient-background {
  background-color: #002a7f;
  background-image: linear-gradient(-45deg,#002a7f,  #0084a3, #00a000, #8ed802, #ffcc00, #e300d8, #8d05c6,  #002a7f);
  background-size: 400% 200%;
  animation: gradient 50s ease infinite;
}
@keyframes gradient {
  0% {
	  background-position: 0% 50%;
  }
  50% {
	  background-position: 100% 50%;
  }
  100% {
	  background-position: 0% 50%;
  }
}
.logoshad {
	filter: drop-shadow(.25rem .25rem 0.75rem rgba(0,42,127,0.45));
}
.smallshad {
  filter: drop-shadow(.3rem .2rem 0.4rem rgba(0,42,127,0.25));
}
@media only screen and (max-width: 720px) {
  .smallshad {
    filter: drop-shadow(.2rem .1rem 0.25rem rgba(0,42,127,0.25));
  }
}
.parallax-scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.nodisplay {
	display: none;
}
a {
  color: #8d05c6;
  text-decoration: underline;
}
a.link-light {
	color: #06d0ff;
	text-decoration: none;
}
a.link-light:hover {
	color: #06ff75;
}
.caps-hed {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 800;
	color: #002a7f;
	margin-top: 3rem;
}
p.cardhed {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: .7rem;
	color: #999;
	background-color: #fff;
	padding: 0.5rem 0;
	margin-bottom: 0.75rem;
}
.curveshad {
  position:relative;
}
.curveshad:after {
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 40px rgba(0,0,0,0.8);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  height: 20%; 
  left: 10%;
  right: 10%;
  width: 80%;
  bottom: 0px;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}
.curveshad-banner {
  position:relative;
}
.curveshad-banner:after {
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 20px rgba(0,42,127,0.6);
  -moz-box-shadow: 0 0 20px rgba(0,42,127,0.6);
  box-shadow: 0 0 20px rgba(0,42,127,0.6);
  height: 15%; 
  left: 5%;
  right: 5%;
  width: 90%;
  bottom: 0px;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}
.card-flat {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word;
  background-color: #fff;
}
.btn-primary-flat {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8d05c6;
  --bs-btn-border-color: #8d05c6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #660599;
  --bs-btn-hover-border-color: #57068c;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #57068c;
  --bs-btn-active-border-color: #47067a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #888888;
  --bs-btn-disabled-border-color: #888888;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.text-jumbo {
  font-size: 14rem;
  font-weight: 800;
  /* background: linear-gradient(-45deg,#002a7f,  #0084a3, #00a000, #8ed802, #8d05c6); */
  background: linear-gradient(-45deg,#002a7f,  #0084a3, #00a000, #8ed802, #ffcc00, #e300d8, #8d05c6,  #002a7f);
  /* background-size: 20% 20%; */
  background-size: 50% 40%;
  /* background-size: 100% 100%; */
  letter-spacing: -2rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px white;
}
@media only screen and (max-width: 720px) {
  .text-jumbo {
    font-size: 8rem;
    -webkit-text-stroke: 3px white;
    letter-spacing: -1rem;
  }
}
.text-pagehed {
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-size: 7rem;
  font-weight: 800;
  background: linear-gradient(-45deg,#002a7f,  #0084a3, #00a000, #8ed802, #ffcc00, #e300d8, #8d05c6,  #002a7f);
  background-size: 50% 40%;
  letter-spacing: -0.8rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px white;
}
@media only screen and (max-width: 720px) {
  .text-pagehed {
    font-size: 4rem;
    -webkit-text-stroke: 2px white;
    letter-spacing: -0.5rem;
  }
}
.text-mono {
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
}
.form-control, .form-select {
  border: 3px solid #ccc !important;
}
::placeholder {
  color: #bbb !important;
  opacity: 1 !important; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #bbb !important;
}
.char-count {
  font-size: 0.9em;
  color: #6c757d;
}
.footer {
	background-color: black;
	color: white;
	text-align: center;
	padding: 20px;
}