
.BtnGhost{
	letter-spacing: 10px;
	color:#ffffff;
	/* untuk modifikasi text*/
	text-decoration:none;
	text-transform:uppercase;
	/* menambahkan border */
	border:0.15em solid #fff;
	padding:0.4em 0.6em;
	background-color: Transparent;
}

.BtnIcon{
	
	text-decoration:none;
	text-transform:uppercase;
	
	border:0.15em solid white;
	background-color: Transparent;
}

.BtnIcon2{
	
	text-decoration:none;
	text-transform:uppercase;
	
	border:0.15em solid white;
	background-color: Transparent;
}

.BtnGhost:hover{
	border-color:#545e7a;
	color:#545e7a;
	background-color: Transparent;
}