

	html {
		font-size: 0.8rem !important;
	}
	
	body {
		background-color:#000;
	}
	
	.text-primary {
	}
	
	.text-secondary {
		color:#333 !important;
	}
	
	.text-dark-hilite {
		color:#fafad2 !important;
	}
	
	.font-weight-xtralight{
		font-weight: 200 !important;
	}
	
	.font-weight-light{
		font-weight: 400 !important;
	}
	
	.font-weight-normal{
		font-weight: 600 !important;
	}

	.bg-primary {
		background-color:rgb(46,115,154) !important;
	}
	
	.bg-secondary {
		background-color:rgb(53,107,111) !important; 
	}
	
	h1,h2,h3,h4,h5,display-1,display-2,display-3,display-4,display-5 {
		font-family:Montserrat,sans-serif !important;
		font-weight:bold;
	}
	
	@media only screen and (max-width:991px) {
	  .nav-link {
		font-size: 1.4rem !important;
		text-decoration: none !important;
	  }
	  
	  .nav-item {
		font-size: 1.4rem !important;
		text-decoration: none !important;
	  }
	  
	  h1.page-title {
		font-size:2.3rem !important;
		font-weight: bold !important;
		font-family: Open Sans Condensed, Arial Condensed, sans-serif !important;
	 }
	}	

	@media only screen and (min-width:992px) {
	  .nav-link {
		font-size: 1.2rem !important;
		text-decoration: none !important;
	  }
	  h1 {
		 font-size: 1.9rem !important;
	  }
	  h1.page-title {
		font-size:2.5rem !important;
		font-weight: bold !important;
		font-family: Open Sans Condensed, Arial Condensed, sans-serif !important;
	 }
	}
	
	@media only screen and (min-width:1200px) {
	  .nav-link {
		font-size: 1.3rem !important;
	  }
	  h1 {
		 font-size: 2rem !important;
	  }
	  h1.page-title {
		font-size:2.7rem !important;
		font-weight: bold !important;
		font-family: Open Sans Condensed, Arial Condensed, sans-serif !important;
	 }
	}
	
	.link-unstyled {
		color: #ccc !important;
		text-decoration: none !important;
	}

	.link-unstyled:hover {
		color:white !important;
		text-decoration: none !important;
	}
	
	.sidebar-link-unstyled {
		color: rgb(46,115,154) !important;
		text-decoration: none !important;
	}

	.sidebar-link-unstyled:hover {
		color:#333 !important;
		text-decoration: none !important;
	}
	
	.sidebar-link-selected {
		color:#333 !important;
		background-color:rgb(192, 219, 215) !important;
		text-decoration: none !important;
	}
	
	.nav {
		height:50px !important;
	}
	
	.bg-nav {
		background-color:rgb(239,247,254) !important;
	}
	
	.nav-item {
		text-decoration:none !important;
		font-weight: bold !important;
		font-family: Open Sans Condensed, Arial Condensed, sans-serif !important;
	  }
	
	.nav-link {
		text-decoration:none !important;
	}
	
	.side-nav-item {
		text-decoration:none !important;
	}
	 
	.text-primary {
		color:rgb(46,115,154) !important;
	}
	
	.text-secondary {
		color:rgb(53,107,111) !important;
	}
	
	.navbar-selected {
		color:black !important;
		background-color:rgb(192,219,215) !important;
	}
	
	.bg-news {
		background-color:rgb(246,242,242) !important;
	}
	
	.card {
		border: none !important;
	}
	
	#left-sidebar ul li.page_item {
		margin:0px !important;
		padding-bottom:15px !important;
	}
	
	#left-sidebar ul li.page_item a {
		text-decoration:none !important;
	}
	
	#left-sidebar ul li.page_item a h5 {
		text-decoration:none !important;
		color:rgb(13,110,253) !important;
	}
	
	#centeredNav ul li ul li a {
		color:rgb(13,110,253) !important;		
	}

