@charset "ISO-8859-1";

.pic {
	margin-right: 1em;
	width: 2.5em;
	height: 3em;
}

.footer {
	display: flex;
	flex-direction: row;
	margin-top:2%;
}

.tool-rectangle {
	margin: 1vw 2vw 1vw 0vw;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding-left: 1em;
	width: 210px;
	height: 100px;
}

#img-dashboard {
    background-image: url('../picture/1b_ScholarlyWorksDashboardOverlay.png'); /* Initial background image */
    background-size: cover; /* Cover the entire area of the element */
    transition: background-image 0.5s ease-in-out; /* Smooth transition */
}

#img-dashboard:hover {
    background-image: url('../picture/1_ScholarlyWorksDashboard.png'); /* Change on hover */
}

#img-irims {
    background-image: url('../picture/2b_IRIMS_overlay.png'); /* Initial background image */
    background-size: cover; /* Cover the entire area of the element */
    transition: background-image 0.5s ease-in-out; /* Smooth transition */
}

#img-irims:hover {
    background-image: url('../picture/2_IRIMS.png'); /* Change on hover */
}

#img-research-support {
    background-image: url('../picture/3_ResearchSupportServices_overlay.png'); /* Initial background image */
    background-size: cover; /* Cover the entire area of the element */
    transition: background-image 0.5s ease-in-out; /* Smooth transition */
}

#img-research-support:hover {
    background-image: url('../picture/3_ResearchSupportServices.png'); /* Change on hover */
}