
	/*!
	 * ITAC css Template
	 * Version: 1.0.0
	 * Customised for Edublink Template
	 * Custom css for ITAC desktop
	 */

	h1.itac-h1 
	{
	  font-size: 2em;
	  font-weight: bold;
	  margin: 0.67em 0;
	}
	
	h1.blog-title 
	{
		opacity: 1;
		font-size: var(--h3);
		line-height: var(--h3-lineHeight);
		font-weight: var(--p-bold);
		word-break: break-word;
		font-family: var(--font-secondary);
		color: var(--color-heading);
		margin: 0;
		margin-bottom: 20px;	
	}
	
	div.itac-slider-title 
	{
		font-size:36px;
		line-height: 1.4;
		font-weight: var(--p-bold);
		word-break: break-word;
		font-family: var(--font-secondary);
		color: var(--color-heading);
		margin-bottom: 4px;
	}