
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 100;
  src: local('Source Sans Pro'), url('/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

nav a {
    display: inline;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.23px;
    vertical-align: top;

    color: #000;

    margin: 0;

    padding: 20px 12px 20px 12px;

    border-bottom: 5px solid #fff;

    float: left;
}

nav a.active {
    border-bottom-color: rgb(208, 27, 34);
}