/*Footer.......................*/

footer {
	width: 100%;
	height:60vh;
	display: flex;
	flex-direction: column;
	color: white;
}

#upper {
	background-color: #191919;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}


#lower {
	background-color: black;
	flex-grow: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 100%
}

#footerLowerTop {
	flex-grow: 2;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	width: 100%;
}

#footerLowerBottom {
	padding: 20px;
}

.footerCategory {
	display: flex;
	flex-direction: column;
	margin-top: 70px;
}

#copywright {
	color: rgba(256,256,256,.5);
	transition: .5s;
}

#upCircle {
	height: 75px;
	width: 75px;
	border-radius:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 4rem;
	margin:0;
	padding: 0;
	position: relative;
	top: 37px;
}

#copywright {
	padding: 0 20px;
}

footer hr {
	border: 0;
/*	clear:both;*/
/*	display:block;*/
	width: 100%;               
	background-color:#FFFF00;
	height: 1px;
	margin: 0;
	margin-bottom: 10px;
}

footer p {
	margin-bottom: 5px;
}

footer a {
	color: white;
	text-decoration: underline;
}

.socialRow {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.socialRow a {
	margin: 5px;
}