/*
  Branded themes should import their own fonts, weight used are 300, 400 & 600
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600)

.page-header {
  font-family:sans-serif
    color: white;
  /* $page-header-text-color */
  background: #F5F6F6;
  /* $page-header-background-color */
}


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

a {
  color: #0d0d0d;
  /* $link-color */
}

button,
input[type="submit"],
input[type="reset"],
.btn {
  color: #FFFFFF;
  /* $button-text-color */
  background: #9b0000;
  /* $button-background-color */
  border: 0px solid #fff;
  /* $button-border-color */
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.btn-secondary {
  color: #0d0d0d;
  /* button-secondary-text-color */
  background: #d9d9d9;
  /* $button-secondary-background-color */
   /* $button-secondary-border-color */
}

.btn-link {
  color: #9b0000;
  /* $link-color */
}