﻿.hero {
  background-color: #B6373A; }
  .hero h1 {
    color: white; }
  .hero p {
    color: white; }

.recruitment-count {
  text-align: center; }
  .recruitment-count h2 {
    font-size: 2rem; }
  .recruitment-count .recruitment-count-total {
    font-size: 2rem; }

#collaborators {
  background-color: white; }
  #collaborators .collaborator-image {
    margin-top: 15px;
    margin-bottom: 35px; }
    #collaborators .collaborator-image img {
      width: 300px; }

#map {
  height: 480px; }

.test-site-banner {
  color: black;
  background: #f5f325;
  position: sticky;
  z-index: 500;
  top: 0;
  border-bottom: 1px solid #444; }
  .test-site-banner p {
    font-size: 0.9rem;
    padding: 3px 0;
    margin: 0; }
