/*-- Enter your custom CSS below --*/

.nav a {
font-family: 'Open Sans', sans-serif;
color: #666;
padding: 0 10px 0 10px;
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 20px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
vertical-align: middle;
}