/**
 * @file
 * Subtheme specific CSS.
 */
 
 @import url(/themes/custom/bootstrap_barrio_frames10/css/style.css);

/* These rules are specific to Fire Ops Maps subtheme. */

/* background banner image */
#navbar-top 
{
	background-image: url('/sites/default/files/fireopsmaps_banner-background_20231010.jpg');
	background-repeat: no-repeat;
    background-size: cover;
	}

/* other themes have the title in the Featured Top region, and it has a margin-top. Fire Ops Maps doesn't have content in Featured Top, so it needs a margin-top above its content. */
#main-wrapper	{
	margin-top: 32px;
}

 /* add left padding to the links in the Fire Ops Maps sidebar blocks; this also adds padding to the main menu items so only should be used on Fire Ops Maps */
  li.nav-item {
	padding-left:15px;
}
 
 /* set the appearance of active menu item in the sidebar menu block; it also affects main menu items with no children or parent items that are identical to children; only useful on Fire Ops Maps or sites with menu blocks in a sidebar */
a.active.nav-link.is-active {
	padding-left: 10px;
	font-weight: 600;
}

/* override background color for media block */
div.frames-media-block	{
	border: none;
	background-color: inherit;
}

/* override bottom border to the navbar */
#navbar-main {
	border-bottom: 0px;
}


