.logo img{
	/*float: right;*/
	position: absolute;
	top: 88%;
	left: 88%;
	width: 150px;
	height: auto;
}

body
{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-family: Century Gothic;
	//background-image:linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%), url(../uwo.jpg);
	background-image:linear-gradient(to bottom, #A33DC5, #E7D8EC);
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.main{
	position: absolute;
	top: 2%;
	left: 40%;
	max-width: 2000px;
	margin: auto;
}

.awards{
	position: absolute;
	top: 28%;
	right: 73%;
	transform: translate(-50%, -50%);
}
.awards h2{
	color: #fff;
	font-size: 50px;
}

.awards_container
{
	width: 1200px;
	margin-left: 60px;
	display: flex;
	justify-content: space-between;
}
.awards_container .fa-ul .fa
{
	font-size: 30px;
	cursor: pointer;
	color: #00bcd4;
}

.main .ul{
	float: right;
	list-style-type: none;
	margin-top: 5px;
}

ul li{
	display: inline-block;
}

#trophys li{
	margin: 0 0 30px 0;
	font-family: Century Gothic;
	color: #000;
	font-size: 20px;
}

#trophys li a{
	text-decoration: none;
	color: #000;
	padding: 0px 5px;
	border: 0px;
	transition: 0.5s ease;
}

#trophys li a:hover{
	color: #00bcd4;
	background-color: transparent;
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #fff;
	transition: 1s ease;
}

ul li a:hover{
	background-color: #fff;
	color: #A28EA8;
}

ul li.active a{
	background-color: #fff;
	color: #A28EA8;	
}
