@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
.topbar {
  background: #BBBBBB;
  padding: 20px 0; }

.topbar .topbar-content,
.topbar .topbar-content p,
.topbar .topbar-content a {
  color: #212121; }

.topbar-content {
  display: inline-block;
  position: relative;
  margin-right: 30px; }

#page-content {
  background: #EEEEEE;
  padding: 15px; }

#logo-bar {
  background-color: #343A40;
  padding: 8px 16px; }

#lower {
  background: #595B5A;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: .8rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

#lower p {
  color: #FFFFFF;
  margin-bottom: 0; }

#lower a {
  color: #FFFFFF;
  text-decoration: underline; }

#lower a.cd {
  text-decoration: none; }

#lower a.cd:hover {
  color: #FF9600;
  text-decoration: none; }

ul.districts {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2em;
  padding-left: 0; }
  ul.districts li {
    flex: 1 0 25%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center; }

/* ##################################
   ### Bootstrap v4 Media Queries ###
   ################################## */
/*
XS = Extra small < 576px
SM = Small  - 576px to 767px
MD = Medium - 768px to 991px
LG = Large  - 992px to 1199px
XL = Extra large ≥ 1200px
*/
/* XS - Extra small devices (portrait smartphones, less than 576px)
   No media query since this is the default in Bootstrap v4
   We jut put CSS items here to remind us that there may be a larger screen variant */
.display-3 {
  font-size: 2.5rem; }

/* SM - Small devices (landscape smartphones, 576px and up) */
@media (min-width: 576px) {
  .display-3 {
    font-size: 3rem; }
  #page-content {
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    margin: 15px auto; } }

/* MD - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .display-3 {
    font-size: 3.5rem; } }

/*  LG - Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .display-3 {
    font-size: 4rem; } }

/*  XL - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4.5rem; } }
