@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap");
@font-face {
  font-family: 'HALDEN PAINTED SOLID';
  src: url("HALDENPAINTEDSOLID.woff2") format("woff2"), url("HALDENPAINTEDSOLID.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html, body {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif; }

.bg-blue {
  background-color: #007DBC !important; }

.bg-navy {
  background-color: #1A4262 !important; }

.bg-orange {
  background-color: #F47847 !important; }

.bg-tan {
  background-color: #ECDFBB; }

.bg-green {
  background-color: #00B485 !important; }

.text-navy {
  color: #1A4262; }

.text-6xl {
  font-size: 5.4rem !important; }

.font-title {
  font-family: 'HALDEN PAINTED SOLID';
  line-height: 1.1em; }

.mobile-logo {
  width: 50vw; }

.wfp {
  max-width: 100px; }

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  cursor: pointer; }

.video-pre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/video1.png); }

.video-pre:hover {
  background-image: url(../img/video2.png); }

.video-pre .fas {
  color: #fff;
  opacity: 0.7;
  font-size: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%); }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(1px 1px); }

.share-this {
  max-width: 220px;
  width: 100%; }

.share-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #fff;
  background-color: #1A4262;
  border-radius: 50%;
  margin-left: 8px; }

.footer-button {
  max-width: 350px;
  width: 100%; }

/*# sourceMappingURL=styles.css.map */
