@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Raleway);
body {
  margin: 0px;
}
nav {
  margin-top: 30px;
  padding: 24px;
  text-align: left;
  font-family: Raleway;

}
#nav-1 {
  background: #fff;
}
.link-1 {
  transition: 0.3s ease;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-decoration: none;
 
  border-bottom: 4px solid #0066CC;
  padding: 10px 0;
  margin: 0 20px;
}
.link-1:hover {

  border-bottom: 4px solid #ffffff;
  padding: 6px 0; 
}
