@font-face {
  font-family: 'Foundcall';
  src: url('./font.ttf') format('truetype');
}
body{
    color: #1f647b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
}
.text-body {
  color: #1f647b !important;
}
.foundcall-font{
  font-family: 'Foundcall';
}
.btn-primary{
  color: white;
  background-color: #ff5d52;
  border-color: #ffffff;
  border-width: 2px;
}
.btn-primary:hover{
  color: #1e647d;
  background-color: white;
  border-color: #01818b;
}
.btn-outline-secondary{
  background-color: white;
}
.bg-secondary{
  background-color: #A6F1Eb !important;
}
.bg-dark{
  background-color: #01818b !important;
}
.bg-darker{
  background-color: #016970;
}
.text-dark{
  color: #1f647b !important;
}
.text-yellow{
  color: #ffd406;
}
.text-red{
  color: #ff5d52;
}
.text-outline{
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.bg-yellow{
  background-color: #fed407;
}
.border-primary {
  border-color: #ff5d52 !important;
}
.border-dark {
  border-color: #01818b !important;
}
.fs-small{
  font-size: 0.8rem;
}
.fs-large{
  font-size: 2.4rem;
}
.carousel-card {
  margin-left: 1rem;
  margin-right: 1rem;
  min-height: 12rem;
  max-width: 400px;
}
.icon-flipped {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.text-angle {
  width: 5rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/*FoundCall Component Styles*/
.fc-feature-header{
  height: 2.5rem;
}
.hero-container {
  width: 360px;
}
#gdpr{
  z-index: 100000;
}
#popup-4th-july{
  background-image: url(/img/bg-4th-july.webp);
}
#hero-index{
  background-color: #454;
  background-image: url(/img/women-dog-grass.webp);
  background-position: left bottom;
}
#hero-veterans{
  background-color: #444;
  background-image: url(/img/veterans-flag.webp);
  background-position: right bottom;
}