@charset "utf-8";
/* CSS Document */

img{
	width: 100%; /* takes the 100 % width of its container (.box div)*/
	height: 100%; /* takes the 100 % height of its container (.box div)*/
}

.urlShort-1a{
	color: black;
}

.urlShort-1b{
	color: black;
}

.link { 
	color: purple; 
	font-weight: bold; 
} 

.link:hover { 
	color: blue; 
	font-weight: bold;
} 

#ShortCuts_TriForce_00{
	/* The image used */
	background-image: url("0_media/ITEDigitalisationChallenge_TriForce_ProjectFolderCover.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#ShortCuts_TriForce_01{
	/* The image used */
	background-image: url("0_media/ITEDigitalisationChallenge_TriForce_BabyBonusCover.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#ShortCuts_TriForce_02{
	/* The image used */
	background-image: url("0_media/BabyBonusCover1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#ShortCuts_TriForce_03{
	/* The image used */
	background-image: url("0_media/BabyBonusCover2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}