.button--filled a {
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.button--filled {
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.button--filled span {
	color: #151515;
}


.button--filled {
	border-radius: 3px;
	font-family: 'poppins-medium';
	color: #151515;
	padding: 20px 25px;
	margin-top: 30px;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.button--filled--grey {
	display: inline-block;
	border-radius: 3px;
	height: 16px;
	color: #121212;
	padding: 23px 32px;
	margin: 25px 0 0 0;
	background-color: #282828;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.button--filled--grey span {
	color: white;
	font-size: 16px;	
}

.button--filled--grey:hover {
	background-color: #353535;
}

.button--filled--dribbble {
	border-radius: 3px;
	font-family: 'poppins-medium';
	color: #fff;
	padding: 20px 25px;
	margin-top: 30px;
	background-color: #ea4c89;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.button--filled--dribbble img {
	padding: 0 0 0 10px;
}

.button--filled--dribbble:hover {
	background-color: #D7467E;
}

.button--filled--linkedin {
	border-radius: 3px;
	font-family: 'poppins-medium';
	color: #fff;
	padding: 20px 25px;
	background-color: #0277B5;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.button--filled--linkedin img {
	padding: 0 0 0 10px;
}

.button--filled--linkedin:hover {
	background-color: #0069a0;
}


.button--filled--white {
	border-radius: 3px;
	font-family: 'r-bold';
	color: #151515;
	padding: 18px 25px;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
}

.button--filled--white:hover {
	background-color: #DEDEDE;
}