
/* Tab Bar */
tab-bar {
  background-color: #FF4500;
}

tab-bar tab-bar-item {
  color: black;
  font-family: "Avenir";
  font-size: 10pt;
}

tab-bar tab-bar-item:selected {
  color: #0096d7;
}

navigation-bar {
  background-color: #C71585;
}

navigation-bar title {
  color: #FFF0F5;
  font-size: 20px;
}
