body{
background-color: white;
}
.blue{
  background-color: blue;
}
.teal{
 background-color: #03666D;
 color:white;
}

.bump-around{
  padding-top:4em;
  padding-bottom:2em;
}
.balanced-bump{
  padding-top:4em;
  padding-bottom:4em;
}
a, a:visited, a:active{
  color: #FFA0F6;
}
.top-bar-right a, .top-bar-right a:visited, .top-bar-right a:active{
  color: #FFA0F6;
}
a:hover, .top-bar-right a:hover{
  color: #FFC0FF;
}

.top-bar{
  background-color: #323232;
}
.top-bar{
  color: white;
}
.gray{
 background-color: #323232;
 color:white;
}
.org-profile{
  height:200px;
}
