@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');
body.modal-open{
	overflow: visible !important;
}
#site_content{
	min-height:60vh;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-family: 'Inter', sans-serif;
}
h1,.h1,h2,.h2,.font-weight-bold{
	font-weight:900 !important;
}
#response-toast{
	width:200px;
}
a
{
	text-decoration: none;
	color:#0e3063;
}

a:hover
{
	text-decoration: none;
}



.navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 900 !important;
  text-transform: uppercase;
  color:#000 !important;
}
.navbar-nav .nav-link:hover{
 color:#547929 !important;
}
.btn-primary{
	background:#03a9f4;
	border-color:#03a9f4;
}
.bg-flatblue { background: #27739f; }
.bg-darkblue { background: #0e3063; }
.bg-darkest-blue { background: #182044; }
.bg-light-green { background: #82bc41; }
.bg-green { background: #547929; }
.bg-fusia { background: #c94eac; }
.bg-darkpink { background: #c83a78; }

.text-darkblue{
	color:#0e3063;
}
.border-heading {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.border-heading::after {
    content: "";
    width: 10%;
    border: 1.5px solid #8db953;
    position: absolute;
    left: 0;
    bottom: 0;
}