@charset "utf-8";

.column {
	float:inherit;
}

header h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	
	text-align: center;
}

.container-fluid {
    margin: 0;
	padding-left: 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: left;
    background-color: #fff;
	background-image: url("/ipao/scholarshub/img/polyu_logo2_low.png");
	background-size: auto;
	background-repeat: no-repeat;


}

.container-fluid a:link{
	text-decoration: none;
}

.container-fluid a:hover {
	text-decoration: underline;
	color: #0087ca;
}

.footer {
	background-color: #A02337;
	color: #ffffff;
	font-size: 15px;
	padding: 1px;
	
}

.footer a:link{
	text-decoration: none;
	color: #ffffff;
}
	
.footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.icon {
	width: 1.6em;
	position: relative;
}

.role {
	width: 2.3em;
	position: relative;
}
