body {
  color: #105660;
  font-family: "Barlow", sans-serif;
}

a {
  color: #105660;
}
p a {
  font-weight: bold;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

/* header */
#site-name {
  display: flex;
  margin: 0;
  text-decoration: none;
  justify-content: center;
  color: #105660;
  font-family: "Staatliches", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -1px;
}

nav.navbar {
  font-family: "Staatliches", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

@media (min-width: 576px) {
  nav.navbar {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #site-name {
    font-size: 4.5rem;
  }
  nav.navbar {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  #site-name {
    font-size: 6rem;
  }
  nav.navbar {
    font-size: 3.25rem;
  }
}

nav.navbar ul,
footer ul {
  list-style: none;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
.nav-item {
  text-align: center;
}
.nav-item a {
  color: #0fc5ff;
}
nav.navbar ul a.active {
  color: #105660;
}

/* page */

h1,
.stat {
  font-family: "Staatliches", sans-serif;
}

hr,
hr:not([size]) {
  margin-top: 1.5rem;
  height: 15px;
  width: 100%;
  opacity: 1;
  border: none;
  background-color: inherit;
  background-size: 25px;
  background-image: url(../img/hr.png);
  background-repeat: repeat-x;
}
header hr,
header hr:not([size]) {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
hr.hr2 {
  background-image: url(../img/hr2.png);
}

/* participants */

.circle {
  width: 100%;
  border-radius: 100%;
}
.participant {
  align-items: center;
}
.participant h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.participant h3 {
  font-size: 1.75rem;
  font-style: italic;
  margin: 0;
  line-height: 2rem;
}

.participant .toggle {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.75rem;
  transition: 0.3s color;
}
.participant[aria-expanded="false"] .toggle {
  color: #7ac943;
}
.participant[aria-expanded="false"] .toggle .minus {
  display: none;
}
.participant[aria-expanded="true"] .toggle {
  color: #ccc;
}
.participant[aria-expanded="true"] .toggle .plus {
  display: none;
}

/* downloads */

.site h2 {
  font-weight: bold;
  margin: 0;
}
.site h3 {
  font-size: 1.25rem;
}
.site h4 {
  font-size: 1.25rem;
  font-style: italic;
}

.site .toggle {
  text-align: center;
  font-size: 3rem;
  margin: 0;
  line-height: 1.75rem;
  transition: 0.3s color;
}
.site[aria-expanded="false"] .toggle {
  color: #7ac943;
}
.site[aria-expanded="false"] .toggle .minus {
  display: none;
}
.site[aria-expanded="true"] .toggle {
  color: #ccc;
}
.site[aria-expanded="true"] .toggle .plus {
  display: none;
}

.overall-icons img {
  margin-right: 15px;
}

.icons img {
  max-width: 50px;
}
.icons a {
  color: #7ac943;
  font-family: "Staatliches", sans-serif;
  text-decoration: none;
  font-size: 1.5rem;
}
.audio-icon {
  margin-right: 15px;
}
.photo-icon {
  margin-right: 10px;
}

/* footer */

footer {
  background: #105660;
  padding-bottom: 4rem;
}
footer a {
  color: #fff;
  font-size: 1.75rem;
  text-decoration: none;
  font-family: "Staatliches", sans-serif;
  position: relative;
  margin-left: 2rem;
  opacity: 1;
  transition: 0.2s opacity;
}
footer a:hover {
  color: #fff;
  opacity: 0.6;
}
footer li {
  width: 100%;
  text-align: center;
}
footer a:before {
  content: "";
  height: 1.75rem;
  width: 1.75rem;
  position: absolute;
  top: 4px;
  left: -2rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

#subscribe:before {
  top: 8px;
  background-image: url("../img/icon-subscribe.png");
}

#instagram:before {
  background-image: url("../img/icon-instagram.png");
}
#contact:before {
  background-image: url("../img/icon-contact.png");
}
