
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
	font-family: "Work Sans", sans-serif !important;
}

.bg-primary, .nav-link {
	background: #00293b !important;
	border-color: #027aab !important;
	color:#cc812d !important;
}
.btn-primary{
	background: #cc812d !important;
	border-color: #cc812d !important;
	color: white;
}

.btn-primary:hover {
	background: #f89934 !important;
	color: white;
}
.page_title{
	display: inline-block;
	white-space: nowrap;
	width: max-content;
	font-size: 1.5em;

}
.copyright{
	font-family: 'Poppins';
	font-weight: bold;
	letter-spacing: .2em;
}
.navbar{
	display:grid;
	grid-template-columns: auto 1fr auto !important;
}
.nav_opts{
	display:grid;
	grid-template-columns: auto auto auto auto auto 1fr;
}
.nav_opt{
	width: min-content;
	white-space: nowrap;
	margin: 0 1em;
	font-family: 'Poppins';
	font-size: 18px;
	cursor:pointer;
	height: min-content;
}
.nav-link{
	color: #edbf3d !important;
}
.active_navopt{
	border-bottom: 2px solid #edbf3d;
}
/*.nav_opt{*/
/*	border-right: 2px solid #cc812d;*/
/*}*/
.nav_border:last-child{
	border-right: none;
}
.nav_border{
	border-right: 2px solid #edbf3d;
	height: 1em;
	position:relative;
	top:30%;
}
.fullscreen_pane{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}