footer {
	background: url(../images/campus-toronto-opaque.jpg);
	background-size: cover;
	color: white;


}


.footer-wrap {
	width: 100%;
/*	text-align: center;*/
	padding-top: 30px;
	padding-bottom: 30px;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}


.nav-footer {
    /*float:left;*/
	margin-right: 0px 30px;

	align-self: center;
}


.copyright {
    /*display: inline-block;*/
    /*margin:0 auto;*/
    /*width:400px;*/
    opacity: 0.4;
    font-size: 10px;
    margin: 0px 30px;
	
	text-align: center;
    align-self: center;
}


.author {
    /*float:right;*/
    /*width:400px;*/
    opacity: 0.4;
    font-size: 14px;
    align-self: center;
    margin: 0px 30px;
}




/*links*/
#links {
	visibility: hidden;
	transition: 0.8s;
	position: relative;
	display: flex;
	width: 30%;
	background: white;
	margin-bottom: 80px;

	-webkit-box-shadow: 0px 0px 127px -2px rgba(152,197,245,1);
	-moz-box-shadow: 0px 0px 127px -2px rgba(152,197,245,1);
	box-shadow: 0px 0px 127px -2px rgba(152,197,245,1);
}

.icons-container {
	transition-delay: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
	max-width: 700px;
	display: flex;
/*	background: blue;*/
	margin: auto;
	align-items: center;

}

.icons-container > div {
/*	background: red;*/
	margin: 10px 20px;
}

.icons-container img:hover {
	width: 80px;
	height: 80px;
	transition-delay: 0.1s;
	transition-duration: 0.5s;
}



.icons-container img {
	transition-duration: 0.5s;
	width: 60px;
	height: 60px;
}

.icon-email {
	text-align: center;
	line-height: 0.3;
}
.icon-email a{
	text-decoration: none;
	color: black;
	font-weight: 700;
	font-size: 12px;
}

.icon-res {
	text-align: center;
	line-height: 1.1;
}
.icon-res a{
	text-decoration: none;
	color: black;
	font-weight: 700;
	font-size: 10px;
}