@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,800|Merriweather);
#map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%; }

#features {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%; }

strong {
  font-weight: bold; }

#section-text {
  margin-bottom: 20px; }

#section-sources, #map-sources {
  font-size: 11px;
  color: #999;
  margin-bottom: 16px;
  text-align: right;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: -10px 0; }

.flag {
  width: 36px;
  border: 1px solid #ccc;
  margin-right: 8px;
  vertical-align: baseline; }

.next {
  background: #EA6903;
  text-decoration: none;
  padding: 8px;
  margin: 0 0 12px 4px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 800;
  float: right; }
  .next a {
    color: white; }

h3 {
  font-size: 32px;
  line-height: 36px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px; }

p {
  font-size: 14px;
  font-family: 'Merriweather', serif; }
  p a {
    text-decoration: none;
    color: #EA6903; }

.mapboxgl-ctrl-attrib {
  display: none; }

#attrib {
  position: absolute;
  bottom: 0;
  font-family: 'Merriweather Sans', sans-serif;
  right: 0;
  color: #ccc;
  font-size: 11px; }
  #attrib a {
    color: #ccc; }

.scale, .scale-mobile {
  margin: 0;
  padding: 0; }

.scale {
  width: 100%;
  margin: 0;
  padding: 0; }

.scale-mobile {
  display: none; }

section {
  padding: 25px 50px;
  line-height: 25px;
  height: 100%; }

@media only screen and (max-width: 640px) {
  .next {
    font-size: 18px; }

  .flag {
    width: 20px; }

  section {
    padding: 12px 25px; }

  h3 {
    font-size: 14px;
    line-height: 18px; }

  p {
    font-size: 11px;
    line-height: 15px; }

  #section-sources, #map-sources {
    font-size: 8px;
    margin: -10px 0; }

  .scale {
    display: none; }

  .scale-mobile {
    display: block;
    width: 100%; } }
