@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

body {
  font-family: Open Sans, Source Sans Pro, Helvetica, Arial, sans-serif;
  color: #21272D;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 12px;
  font-weight: normal;
}

#mainNav .brand span {
  vertical-align: middle;
  line-height: 45px;
  font-size: 20px;
  color: white;
  font-weight: normal;
}

#mainNav .brand span:before {
  content: '';
  background: url(http://appcues.com/images/logos/mark-angle-white.png) no-repeat center center;
  background-size: 24px 24px;
  display: inline-block;
  height: 45px;
  width: 46px;
  padding: 9px 10px 10px;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 4px;
  margin-right: 8px;
}


#mainNav ul.nav li a {
  font-size: 13px;
}
