@charset "utf-8";
/* CSS Document */

a{color: #F7931E;}
a:hover{color: #d17400;}

.btn-primary {
  color: #fff;
  background-color: #F7931E;
  border-color: #F7931E;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d17400;
  border-color: #c76c00;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d17400;
  border-color: #c76c00;
  box-shadow: 0 0 0 0.2rem rgba(247, 147, 30, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #F7931E;
  border-color: #F7931E;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c76c00;
  border-color: #af7836;
}

.jumbohome{background-color: white}

.whole-card-link{color: #212529; text-decoration: none; box-shadow: rgba(0,0,0,0.5) 0 0 0;  transition: box-shadow 1s;}
.whole-card-link:hover{color: #212529; text-decoration: none; box-shadow: rgba(0,0,0,0.2) 0 0 10px;}

@keyframes pulse {
  from {
	opacity: 1;  
    transform: scale(1.0);
	  
  }
  50% {
    opacity: 0.4;
    transform: scale(0.9);
  }

  to {
	opacity: 1;  
    transform: scale(1.0);
  }
}
.fill-block{ background-color: #F7931E;}


header {
  position: relative;
  background-color: black;
  height: 55vmin;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 68%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -webkit-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
}

header .container {
  position: relative;
  z-index: 2;
}
.card {margin-bottom: 0.5em;}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.styled-input {width: 100%; background-color: #f2f2f2; border: none; border-radius: 1em; padding: 0.5em; margin-bottom: 0.5em;}
.styled-input:focus { outline: none !important; box-shadow: 0 0 3pt 2pt rgba(247, 147, 30, 0.5); }


/*
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../images/about-bg.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
*/


.anim-delay-100{ animation-delay: 100ms}
.anim-delay-200{ animation-delay: 200ms}
.anim-delay-300{ animation-delay: 300ms}
.anim-delay-400{ animation-delay: 400ms}
.anim-delay-500{ animation-delay: 500ms}
.anim-delay-600{ animation-delay: 600ms}
.anim-delay-700{ animation-delay: 700ms}
.anim-delay-800{ animation-delay: 800ms}
.anim-delay-900{ animation-delay: 900ms}
.anim-delay-1000{ animation-delay: 1000ms}
.anim-delay-1100{ animation-delay: 1100ms}
.anim-delay-1200{ animation-delay: 1200ms}
.anim-delay-1300{ animation-delay: 1300ms}
.anim-delay-1400{ animation-delay: 1400ms}
.anim-delay-1500{ animation-delay: 1500ms}
.anim-delay-1600{ animation-delay: 1600ms}
.anim-delay-1700{ animation-delay: 1700ms}
.anim-delay-1800{ animation-delay: 1800ms}
.anim-delay-1900{ animation-delay: 1900ms}
.anim-delay-2000{ animation-delay: 2000ms}
.anim-delay-2100{ animation-delay: 2100ms}
.anim-delay-2200{ animation-delay: 2200ms}
.anim-delay-2300{ animation-delay: 2300ms}
.anim-delay-2400{ animation-delay: 2400ms}
.anim-delay-2500{ animation-delay: 2500ms}
.anim-delay-2600{ animation-delay: 2600ms}
.anim-delay-2700{ animation-delay: 2700ms}
.anim-delay-2800{ animation-delay: 2800ms}
.anim-delay-2900{ animation-delay: 2900ms}

.pulse {
  animation-duration: 3s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}