@import 'https://fonts.googleapis.com/css?family=Roboto';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';

.navbar {
   background-color: #848385 !important;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
 }

 footer {
  background-color: #848385 !important;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

div.lightbox {
  background-color: white;
  color: #003d6b; 
  text-align:center;
  padding-top: 2rem;
}

div.darkbox {
  background-color: #003d6b;
  color: white; 
  text-align:center;
  padding-top: 2rem;
}

div.textsection {
  font-family: Roboto;
  font-size: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.textcenter {
  text-align: center;
}

.textbig {
  font-family: Roboto Condensed;
  font-size: 3.5rem;
  font-weight: bold;
}

.textmedium {
  font-family: Roboto Condensed;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00b1db;
}
