/* 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-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - 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: 500;
  src: url('../fonts/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - 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: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root
{
	--bs-info-rgb: 91, 50, 23 !important;
	--bs-body-font-size: 14px;
} 

body {
	
	font-family: 'Open Sans' !important;
}

:root{
	
	--bs-link-color-rgb: 75, 13, 15;
	
	
	
	
	
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf2126;
  --bs-btn-border-color: #bf2126;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #bf2126;
  --bs-btn-focus-shadow-rgb: 98, 196, 210;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #bf2126;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(75, 13, 15, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #bf2126;
  --bs-btn-disabled-border-color: #bf2126; }

.btn-info:not(.btn-noshadow):hover, .btn-info:not(.btn-noshadow):not(.btn-soft):active, .btn-info:not(.btn-noshadow):not(.btn-soft):focus {
    box-shadow: 0 4px 11px rgb(75 13 15 / 35%);
}
.bg-gradient-linear-primary {
    background-color: #920000!important;
    background-image: linear-gradient(90deg,#770000,#6d2828 50%,#541111)!important;
}
.navbar {
  --bs-navbar-padding-y: 25px !important;
}

.text-info
{
	color: #bf2126 !important;
}
#header a, header.main-nav a {
    text-decoration: none;
	font-weight: 700;
}

#header a:hover, header.main-nav a:hover {
    text-decoration: underline !important;
	color: unset !important;
}

#header, header.main-nav {
    background-color: #eff1f7;
	-webkit-box-shadow: 0 0px 4px #6e6e6e !important;
    box-shadow: 0 0px 4px #6e6e6e !important;
}

#footer.footer-light {
	background-color:#d7d4d4 !important;
	background:unset;
}

h1,h2,h3,h4,h5,h6 {
	
	font-family: Montserrat;
	font-size: 1.2rem;
    font-weight: 700;
}

p {
    margin: 0.5rem 0;
}

.social-icons a {
	
	
color: #fff !important;
}

.navbar-brand>img {
    max-height: 80px;
    max-width: 200px;
}

.bg-info {
    background-color: #bf2126 !important;
}

.section-faq a                    {
	color:#fff;
	text-decoration: underline;
}