/*******************************************************************************
 *   
 *	Supergraphic in header
 *	Desktop view	
 *
 *******************************************************************************/

/* base defaults for the header container  */
header#desktop > div.container-fluid > div.row {
    padding: 20px 0px 10px 0px;
    background-image: url('images/headergraphic.svg');
	background-repeat: no-repeat;
	background-size: 100% 6px;
}

/*******************************************************************************
 *   
 *	Supergraphic in header
 *	Mobile view	
 *
 *******************************************************************************/

/* base defaults for the header container  */
header#ipad > div.container-fluid > div.row {
    padding: 20px 0px 10px 0px;
    background-image: url('images/headergraphic.svg');
	background-repeat: no-repeat;
	background-size: 100% 6px;
}