/*

Theme Name: bemt-vvsinstall
Description: Custom made theme for specific client
Author: WP and coding by Abrovink, Design by Djungeltelegrafen
Author URI: https://www.abrovink.se
Template: bemt
Text Domain: bemtvvs
Version: 0.0.11


*/


/* add #header to win specificity */
#header #logo{
	width: 160px;
	flex-shrink: 0;
}

#header #logo img, #header #logo svg{
	max-width: 120px;
}

@media screen and (min-width: 1024px) {
	
	#header #logo img, #header #logo svg{
		max-width: 140px;
	}
	
}

body #footer{
	border-top: solid 8px #bd2b0b;
}

.hero{
	border-bottom: solid 6px #bd2b0b;
}


/* ----------------------------------------------------------------------
   Header search removed (see header.php)

   The parent reserves room for #search through #nav's hardcoded
   width: calc(100% - 240px) at min-width 1024px. With the search gone that
   turns into slack and justify-content: space-between shunts the menu to
   the right, so let #nav claim the leftover space instead. flex rather than
   a fixed calc() keeps this correct whatever this child sets #logo to.
   Two IDs so it outranks the parent's #nav rule regardless of load order.
   ---------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {

	#header #nav{
		width: auto;
		flex: 1 1 auto;
	}

}
