@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;
}
.container-padding {padding-top:1em;}
.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;}
.jumbotron{padding: 1rem 1rem;}
@keyframes pulse {
  from {
	opacity: 1;  
    transform: scale(1.0);
	  
  }
  50% {
    opacity: 0.4;
    transform: scale(0.9);
  }

  to {
	opacity: 1;  
    transform: scale(1.0);
  }
}
.li-frame{box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); padding: 0 0; margin: 0 0 1em; border-radius: 10px;margin: 0 0 2em;}
.fill-block{ background-color: #F7931E;}

.feature-icon{width:100px; height: 100px; margin-bottom: 1em; border-radius: 1em;box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);}
.client-logo{max-width: 100%;}
header {
  position: relative;
  background-color: black;
  height: 55vmin;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
}
#vid-overlay {
 
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}
.card-height .card-body .card-text{min-height: 6.2em;}
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;
}
@media (max-width: 576px){
.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
}

@media (min-width: 576px){
.jumbotron {
    padding: 1rem ;
	}

}

@media (min-width: 768px) {
	.center-small {
		text-align: center;
	}
}