/*!
 * Start Bootstrap - Stylish Portfolio v5.0.3 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

#us-map {
  margin: 0 auto 40px auto;
  width: 100%;
  height: 100%;
}

#map {
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 3em;*/
  margin-bottom: 0.5em;
  height: 40em;
  width: 80%;
}

svg {
  background-color: #f8f9fa;
  xwidth: 80%;
  margin: auto;
  display: block;
}

svg text {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-weight: 300;
}

.masthead h2 {
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  padding-top: 0;
}

.masthead h2 hr {
  border-color: #777;
}

.masthead svg {
  background-color: #000;
  color: #fff;
  opacity: .70;
  width: 100%;
}

.masthead path {
  fill: transparent;
}

.masthead text {
  fill: #fff;
  font-size: 23px !important;
}

.hero-header {
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-header h1 {
  margin-top: 1rem;
  font-size: 64px;
  color: #fff;
  font-weight: 100;
}

.select-header {
  float: left;
  background-color: #fff;
  color: #0058a6;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  padding: 20px 10px;
  margin: 0 auto;
  width: inherit;
  margin-left: 10px;
}

@media (max-width: 870px) {
  .select-header {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .select-header {
    float: none;
    text-align: center;
  }
}

.btn-select {
  display: block;
  margin: 30px auto;
  width: 250px;
}

#about h2, #about h3 {
  font-weight: 100;
}

#about h3 {
  color: #f2b900;
}

#supplemental-materials {
  background-color: #FFFFFF;
  color: #0058a6;
}

#supplemental-materials h2 {
  color: #0058a6;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
}

#supplemental-materials a {
  color: #0058a6;
}

.search-div {
  float: right;
  xwidth: 200px;
  margin: 20px 10px 20px auto;
}

@media (max-width: 700px) {
  .search-div {
    float: none;
    margin: 20px auto;
  }
}

input.search-box {
  background-color: transparent;
  background-image: url(/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
  padding: 7px 10px;
}

.clear {
  clear: both;
}

a.search-icon:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
