html, body {
	height: 100%;
	margin: 0;
}

body{
	font-family:Arial;
	background:#f4f4f4;
	overflow-x:hidden;
	display:flex;
	flex-direction:column;
}

.header{
	background:#0a1d3b;
	height:9vh;
	flex-shrink:0;
}

.content{
	flex:1;
	overflow-y:auto !important;
	overflow-x:hidden;
	scrollbar-gutter:stable;
	color:#0a1d3b;
	padding:1rem;
}

.footer{
	background:#0a1d3b;
	height:3vh;
	color:#ffffff;
	flex-shrink:0;
	display:flex;
	align-items:center;
}

.hero{
	background:url('../images/primary/hero.JPEG');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:88vh;
}

.menubg{
	background:#0a1d3b;
}

.page_logo{
	height:25%;
}

.image_shadow{
	filter: drop-shadow(10px 10px 10px #000000)
}

.image_shadow_light{
	filter: drop-shadow(10px 10px 10px #C0C0C0)
}

.text_shadow{
	text-shadow: 2px 3px 3px #000000;
}

nav a{
	color:white;
	margin-left:20px;
	text-decoration:none;
	font-weight:bold;
}

.section{
	height:50%;
}

.nav-link{
	color:#000000;
}

.h100{
	height:100%;
}

.fw100 {
		font-weight: 100;
}

.fw200 {
	font-weight: 200;
}

.fw300 {
	font-weight: 300;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fw800 {
	font-weight: 800;
}

.fw900 {
	font-weight: 900;
}

.fw1000 {
	font-weight: 1000;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		position:absolute;
		top:100%;
		right:0;
		width:150px;
		background-color:#F8F9FA;
		padding:1rem;
		text-align:center;
		z-index:1050;
	}

	.navbar{
		padding:0px;
	}

	.navbar-custom .navbar-nav .nav-link {
		color:#000000 !important;
		font-weight:bold;
	}

	.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus{
		color:#FFC107 !important;
	}
}

.navbar-custom .navbar-nav .nav-link{
	color:#ffffff;
}

.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus{
	color:#FFC107;
}

.navbar-custom .navbar-nav .nav-link.active, .navbar-custom .navbar-nav .nav-link.show{
	color:#ffffff;
	font-weight:bold;
}

.navbar-brand img {
    max-height: 80px;
    width: auto;
}

@media (max-width: 1600px) {
    .navbar-brand img {
        max-height:64px;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        max-height:60px;
    }
}

.navbar-brand {
    display:flex;
    align-items:center;
    padding:0;
}

.card-img-fixed {
  width: 100%;
  object-fit: cover;
  height: 150px;
}

@media (min-width: 768px) {
  .card-img-fixed {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .card-img-fixed {
    height: 250px;
  }
}

ul {
  list-style-type: disc;
}

.gallery-img{
	height:200px;
	width:100%;
	object-fit:cover;
}