/* ----- PARAMETIC MIXINS -----*/
a {
  color: #0066cc;
  -moz-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
a.text,
a .text {
  -moz-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-bottom: 1px solid #0066cc;
}
nav#mainNav {
  background-color: #be0005;
}
