/*!
 * Start Bootstrap - Stylish Portfolio v5.0.3 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2022 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;
  padding-top: 30px;
}

h1, h2, h3, h4, h5 {
  font-weight: 100;
}

#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: #f0efed;
  xwidth: 80%;
  margin: auto;
  display: block;
}
svg text {
  font-family: Roboto, sans-serif !important;
  font-size: 18px !important;
  font-weight: 300;
}

.navbar-nav svg {
  background: #fff;
}

.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;
}
@media (max-width: 600px) {
  .masthead h2 {
    font-size: 1rem;
  }
}
.masthead svg {
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  width: 100%;
}
.masthead path {
  fill: transparent;
}
.masthead text {
  fill: #fff;
  font-size: 23px !important;
}

.hero-header {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.hero-header h1 {
  margin-top: 1rem;
  font-size: 64px;
  color: #fff;
  font-weight: 100;
}
@media (max-width: 600px) {
  .hero-header h1 {
    font-size: 32px !important;
    margin-top: 64px !important;
  }
}

.select-header {
  background-color: #0058a6;
  color: #fff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 auto;
  width: inherit;
  margin-left: 10px;
  position: absolute;
  top: 40px;
  left: 25%;
  text-align: center;
  padding: 10px;
  z-index: 10;
  color: #fff;
  background: #f2b900;
}
@media (max-width: 600px) {
  .select-header {
    position: relative;
    font-size: 24px;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.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 h3 {
  color: #0058a6;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#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;
  width: auto;
}

.clear {
  clear: both;
}

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