.submit-project {
	width: 100%;
    height: 60px;
    background-color: #ef4c23;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.submit-project a {
	text-transform: uppercase;
  	color: white;
    font-weight: 200;
    margin-right: 75px;
    font-size: 16px;
    border: 1px solid white;
    box-shadow: 2px 2px 18px 1px rgba(0,0,0,0.2);
  	padding: 10px;
}