#brandsafe section {
  background-color: white;
  min-height: 0;
  color: black;
}

#header {
  background-image: url("/brandsafe/GJI12582 Colorcorp Brand Safe Assets Hero Image 1024x768.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #c9c9ca;
  padding-top: 120px;
  min-height: 100vh;
  text-align: center;
}

#header h1 {
  color: #0065b3;
  font-weight: 600;
  margin-bottom: 40px;
  text-shadow: 0 0 50px hsla(0, 0%, 100%, 1), 0 0 50px hsla(0, 0%, 100%, 1), 0 0 50px hsla(0, 0%, 100%, 1);
}

strong {
  font-weight: 700;
}

#header h2 {
  color: #0065b3;
  font-size: 1.7em;
  font-weight: 600;
}

#header h2 strong {
  font-weight: 800;
}

#header h4 {
  color: #0065b3;
  font-size: 1.2em;
  font-weight: 600;
}

h1 {
  margin-bottom: 40px;
}

h2 {
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 40px;
}

h2 strong {
  font-weight: 700;
}

h3 {
  color: white;
  background-color: black;
  padding: 0.6em;
  font-size: 1.2em;
  margin-bottom: 20px;
  width: max-content;
}

p {
  margin-bottom: 30px;
}

.narrow-container {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.fullwidth-logo {
  margin: 20px auto;
  width: 70%;
  height: auto;
}

section#benefits {
  color: white;
  background-color: #01b8a4;
  font-weight: 600;
  font-size: 1.2em;
}

section#benefits img {
  width: auto;
  height: 2.4em;
  margin-right: 15px;
}

section#benefits .column {
  flex-basis: 30%;
}

section#benefits .column > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

section#benefits small {
  display: flex;
  align-items: center;
}

section#benefits small span {
  font-weight: 300;
  font-size: 0.8em;
}

section#benefits small img {
  height: 2.4em;
  width: auto;
}

section#applications {
  color: white;
  background-color: #0065b3;
}

section#subheader {
  text-align: center;
}
section#subheader img {
  margin-bottom: 60px;
}

#howitworks ul {
  list-style: disc;
  list-style-position: inside;
}
#howitworks ul li span {
  position: relative;
  left: -10px;
}
#howitworks img {
  margin-bottom: 100px;
}

section#howtomeasure {
  background-color: #0065b3;
}
section#howtomeasure img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

footer {
  text-align: center;
  margin: 50px 0;
  font-size: 1.2em;
}
footer a:hover {
  border: 1px solid white;
}

@media (max-width: 1000px) {
  .narrow-container {
    max-width: 75%;
  }
}
@media (max-width: 800px) {
  .narrow-container {
    max-width: 100%;
    margin-left: 1em;
    margin-right: 1em;
  }
  section#benefits .columns {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  section#benefits .column > div {
    margin-bottom: 15px;
  }
}