.portfolioNav{
	display: flex;
	background: #303030;
	padding: 0 !important;
	justify-content: space-between;
}

.portfolioNav a{
    padding: 5px 12px;
    border: solid #333 1px;
    margin:  10px;
    background: #52b4c0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s;
    color: #000000;
}
.portfolioNav a:hover{
    background: #b7b7b7;
}
