@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');

#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,.fw-bold{
	font-weight:900 !important;
}
a{
	color:#1E3668;
}
.navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;
  text-transform:uppercase; 
  color:#000 !important;
  font-size:0.9rem;
  }
.navbar .nav-item .dropdown-menu {
background-color: #9bba53;
border:0;

}

.navbar .nav-item .dropdown-menu .dropdown-item {
	color:#fff;
	text-transform:uppercase;
	font-size:0.8rem;
	 font-weight: 700 !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover{
	color:#1E3668;

}
.btn-primary{
	background:#1E3668;
	border-color:#1E3668;
}




.bg-primary{
	background:#1E3668 !important;
}
.text-primary{
color:#1E3668 !important;
}

.bg-success{
background-color:#9bba53 !important;
}
.text-success{
	color:#9bba53 !important;
}






.logo{
	max-width:150px;
}
.swiper-container-album{
	height:800px;
	max-height:800px;
}