#content {
	top: 0;
	margin-top: 0;
	height: auto;
	min-height: 100vh;
	position: relative;
}

#footer a {
	color: white;
}

#footer {
	color: white;
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
	background-color: #1C1C1E;
	position: relative;
	margin-top: 50px;
	text-align: left;
}

#ft-container {
	width: auto;
	position: absolute;
	top: calc(50% - 100px);
	height: 200px;
}

#ft-left {
	width: auto;
	float: left;
	position: relative;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

#ft-name {
	font-size: 25px;
	font-weight: 400;
	position: relative;
	right: 0;
	width: 300px;
}

#ft-sub {
	position: relative;
	width: 300px;
	right: 0;
	font-size: 20px;
	font-weight: 300;
}

#copy-right {
	color: #464646;
	font-size: 15px;
	margin-top: 20px;
}
#ft-line {
	position: relative;
	float: left;
	height: 150px;
	top: 50%;
	margin: 0;
	padding: 0;
	width: 2px;
	background-color: white;
	transform: translateY(-50%);
}

#ft-right {
	position: relative;
	width: auto;
	float: left;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

#ft-sitemap {
	width: 200px;
	height: auto;
	float: left;
	margin-left: 100px;
}

#ft-sitemap ul li {
	font-size: 18px;
}

#ft-sitemap ul li:nth-child(1) {
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 40px;
}

#ft-contact {
	padding: 0 0px 0 0;
	width: auto;
	height: auto;
	float: left;
}

#ft-contact ul li {
	font-size: 18px;
}

#ft-contact ul li:nth-child(1) {
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 40px;
}