/******************************************************************
Theme Name: NRCC Theme 3
Author: NRCC
Author URI: http://www.nrcc.org
******************************************************************/

.social {
	top: 10px !important;
}

.social a {
	margin-left: 10px;
	margin-right: 10px;
}

.social a, .social a:visited, .social a:hover {
	color: white;
}

.social div {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: inline-block;
	background-color: rgba(0, 42, 92, 0.85);
}

.social div i {
	line-height: 60px;
	font-size: 30px;
}
/*
.social .facebook div {
	background-color: #3c5a99;
}

.social .twitter div {
	background-color: #55acee;
}

.social .youtube div {
	background-color: #e12a27;
}
*/