:root {
  --orange: #ffa800;
  --white: white;
  --black-blue: #010825;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--orange);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

ul {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.brand {
  background-image: url('../images/WJB-MEDIA-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55px;
  width: 75px;
  height: 60px;
}

.nav-link, .nav-link-3 {
  color: var(--white);
}

.navbar {
  background-color: #000;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dropdown, .text-block-2, .icon {
  color: var(--white);
}

.body-2 {
  background-color: var(--black-blue);
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.link-4, .link-5 {
  color: #fff;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-span {
  color: var(--orange);
}

.text-span-2 {
  color: #ffa800;
}

.image {
  text-align: left;
}

.link-block {
  vertical-align: baseline;
  margin-bottom: 10px;
}

.div-block-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h3 {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .icon-2 {
    color: #d00;
  }

  .menu-button {
    background-color: rgba(32, 32, 32, 0);
  }

  .menu-button.w--open, .nav-menu {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .menu-button {
    color: #1a1818;
  }

  .text-block-3 {
    font-size: 16px;
  }
}


