.site-header .wrapper, .site-footer .wrapper {
  max-width: 80%;
}

.brand-color-font-1 {
  color: #069;
  font-weight: bold;
  text-align: center;
}

.brand-color-font-2 {
  color: #900;
  font-weight: bold;
  text-align: center;
}

.brand-color-font-3 {
  color: #396;
  font-weight: bold;
  text-align: center;
}

.button-card-link:hover {
  text-decoration: none;
}
.button-card-link:hover .button-card {
  background-color: #0184c5;
}

.button-card {
  display: block;
  background-color: #069;
  color: white;
  padding: 1em 2em;
  text-align: center;
  margin: 1em 6em;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.post-content h4 {
  margin-top: 1.5em;
}

/* Dropdown Button */
.dropbtn {
  background-color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropbtn.nav-cta-button {
  display: inline-block;
  background-color: #900;
  padding: 0 1.5em;
  margin: 0.25em;
  border-radius: 10px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a.page-link:not(:last-child) {
  margin-right: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  text-decoration-line: underline;
}

.post-title {
  text-align: center;
  margin-bottom: 1em;
}

.home-banner-cta {
  background-color: #ececec;
  border-radius: 10px;
  padding: 1em 2em;
  margin: 3em 0em;
}

.home-banner-text {
  font-size: 2em;
  text-align: center;
}
.home-banner-text .brand-color-link-font-1 {
  color: #069;
  font-weight: bold;
  font-size: 0.8em;
}
.home-banner-text a.brand-color-link-font-2 {
  color: #900;
  font-weight: bold;
  font-size: 0.8em;
}
.home-banner-text a.brand-color-link-font-3 {
  color: #396;
  font-weight: bold;
  font-size: 0.8em;
}

.home-banner-text-2 {
  font-size: 1.5em;
  text-align: center;
}

#one-big-union {
  text-align: center;
}
#one-big-union img {
  margin: 0 auto;
  margin-top: 6em;
}

/*# sourceMappingURL=custom.css.map */