@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@200&family=Montserrat:wght@300;400;500&display=swap");
html, html * {
	font-family: 'Montserrat', sans-serif
}
h1 {
	font-family: 'MuseoModerno', sans-serif;
	font-size: 1.75rem
}
h2 {
	font-size: 1.5rem
}
body {
	font-weight: 300;
	background-image: linear-gradient(rgba(0,94,158,0.75), rgba(7,27,40,0.90)), url("../images/shubham-dhage-T9rKvI3N0NM-unsplash.jpg");
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	background-attachment: fixed
}
/*
	Site-specific Bootstrap overrides...
*/
.table-primary th {
	color: #fff;
	background-color: rgba(255,193,7,0.12)
}
/*
	Site-specific custom styles...
*/
#body-content {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px)
}
#titlebar {
	background-color: rgba(8,35,62,1.00);
	transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out
}
.dropdown-item svg.svg-inline--fa {
	margin-right: 0.75rem;
	opacity: 0.7
}
.navbar-toggler:hover {
	background-color: hsla(0,0%,0%,0.15)
}
.titlebar-translucent {
	background-color: rgba(8,35,62,0.30) !important
}
@media print {
	a {
		color: #000 !important
	}
	body, #titlebar, .titlebar-translucent {
		color: #000 !important;
		background-color: #fff !important;
		background-image: initial
	}
	header nav.navbar {
		background-color: #fff !important
	}
	#body-content nav *, .table td {
		color: #000 !important;
		background-color: initial !important
	}
	#titlebar {
		box-shadow: none !important
	}
	.card {
		color: #000 !important;
		border-color: rgba(0,0,0,0.18)
	}
	.card-header, .table th {
		color: #000 !important;
		background-color: rgba(255,193,7,0.12) !important
	}
	.sticky-top {
		position: relative;
	}
	.table-striped > tbody > tr:nth-of-type(even) > * {
		background-color: rgba(0,0,0,0.03) !important
	}
}