/**
 * @file
 * Subtheme specific CSS.
 */

@import url(/themes/custom/bootstrap_barrio_frames10/css/style.css);

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

/* 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;
}
