/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, html {height: 100%}
.bgimg {
  background-image: url('/w3images/forestbridge.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
body, h1 {
  font-family: "Raleway", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 400;
  margin: 10px 0;
}
.padding-large {
  padding: 12px 24px !important;
}
.xlarge {
  font-size: 24px !important;
}
.display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}
.display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.jumbo {
  font-size: 64px !important;
}
.animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
.border-grey, .hover-border-grey:hover, .border-gray, .hover-border-gray:hover {
  border-color: #9e9e9e !important;
}
.center {
  text-align: center !important;
}
.large {
  font-size: 18px !important;
}
hr {
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top: 1px solid #eee;
    border-top-color: rgb(238, 238, 238);
  margin: 20px 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.text-black, .hover-text-white:hover {
  color: #000 !important;
}