#footer{
    background: white;
}

footer{
	padding:10px;
	color: rgba(0,0,0,0.8);
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#copyright a{
    color: white;
    padding: 3px 10px;
    background: rgba(54,159,255,1);
    margin-top: 3px;
    transition: all 0.5s;
    border-left: 1px solid white;
}

#copyright a:hover{
    background: rgba(54,159,255,0.6);
}

#copyright{
	width: 50%;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    padding-left: 20px;
}

#copyright h3{
	width: 100%;
}

#rrss{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    align-items: center;
}

#rrss a{
	text-decoration: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(54,159,255,1);
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all 0.8s;
}

#rrss a:hover{
	color: rgba(255,255,255,0.8);
	background: rgba(54,159,255,0.6);
}
