footer {
	position: relative;
	z-index: 105;
	width: 100%;
	padding-top: 95px;
	padding-bottom: 70px;
	color: #000;
	fill: #000;
	background-color: #fff;
	border-top: 1px solid #E8E8E8;
}
.fixed-footer footer {
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-template-graduate footer,
.post-type-archive-project footer {
	border-top: none;
}

footer > .container > .top {
	margin-bottom: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer > .container > .top.text-content h3 {
	font-size: 2em;
}
footer > .container > .top .btn:hover {
	background-color: #BD1D1B !important;
	border-color: #BD1D1B !important;
}

footer > .container .logo {
	fill: #888C8F;
	display: inline-block;
	width: 21vw;
}
footer > .container .logo:hover {
	fill: #666 !important;
}

footer > .container > .custom-grid {
	display: flex;
	justify-content: space-between;
}
footer > .container > .custom-grid .text-content {
	font-size: 22px;
}
footer > .container > .custom-grid > *:not(:first-child) {
	margin-left: 40px;
}
footer > .container > .custom-grid .social > p {
	margin-bottom: 0.5em;
}

footer > .container > .copyright {
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
}
footer > .container .copyright .scroll-to > svg {
	width: 40px;
	height: auto;
}
@media all and (max-width: 1400px) {
	footer {
		padding-top: 75px;
		padding-bottom: 40px;
	}
	footer > .container .logo {
		width: 17vw;
	}
	footer > .container > .custom-grid .text-content {
		font-size: 16px;
	}
	footer > .container > .top {
		margin-bottom: 140px;
	}
	footer > .container > .copyright {
		margin-top: 100px;
	}
}
@media all and (max-width: 1000px) {
	footer {
		padding-top: 45px;
	}
	footer > .container > .top {
		display: block;
		text-align: center;
		margin-bottom: 55px;
	}
	footer > .container > .top.text-content h3 {
		font-size: 1.44em;
		margin-bottom: 1.1em !important;
	}
	footer > .container > .custom-grid {
		display: block;
	}
	footer > .container > .custom-grid .text-content {
		font-size: 14px;
	}
	footer > .container > .custom-grid > * > .text-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer > .container > .custom-grid > *:nth-child(2) > .text-content {
		padding-top: 0;
	}
	footer > .container > .custom-grid > *:last-child > .text-content {
		padding-bottom: 0;
	}
	footer > .container > .custom-grid > *:not(:first-child) {
		margin-left: 0;
		border-bottom: 1px solid #E9E9E9;
	}
	footer > .container > .custom-grid > *:last-child {
		border-bottom: none;
	}
	footer > .container .logo {
		width: 300px;
		margin-bottom: 60px;
	}
	footer > .container > .copyright {
		margin-top: 45px;
	}
	footer > .container .copyright .scroll-to > svg {
		width: 25px;
	}
}
