body {
  font-family: "CeraCY-Regular", Helvetica, Tahoma, Verdana, Arial, sans-serif;
  font-size:16px;
}
.navbar {
  margin-bottom:0;
}

.cbo_nn_page {
  display:flex;
  flex-direction: column;
  min-height:100vh;
}

.cbo_nn_mainContent {
  flex:1;
  max-width:1500px;
  margin:0 auto;
  background-color:white;
  font-size:1.5rem;
}

.page-heading__title {
  max-width:1500px;
  margin:0 auto;
  background-color:white;
  padding:3rem 2rem 2rem;
}

.cbo_nn_footerDiv {
  width: 100%;
}

.rn-footer--basic,
.navbar .navbar-brand span{
  font-size: 1.5rem;
}

/*
there is a ton of custom CSS stored within the net nutrition application.  at some point i should copy that out and put it here to keep all the css in one place.
*/
