/* Large devices (large desktops, 1200px and up) */

.container {
  max-width: 970px;  
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FrutigerLight", Arial, sans-serif;    
}
 
a {
  line-height: 22px;
  font-size: 16px;
  color: #004598;
  text-decoration: underline;
  outline: 0;
}

a:hover {
  color: #6691C2;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.nav-pills > li > a {
  border-radius: 0;
}


