/* Enter Your Custom CSS Here */

.overlay-header #site-header{
  position: fixed;
  background-color: #FFF;
}

.header-titles{
  color: #512d6d;
}

h1, h2, h3, h4, h5 {
  color: #512d6d;
}

h1, heading-size-1 {font-size: 4rem;}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

a, #site-header a {
  color: #da1884;
}

h2.entry-title{
  font-size: 3rem;
}

.entry-categories-inner a{
   color: #512d6d;
}

.has-primary-color {
    color: #da1884!important;
}

button.search-toggle, button.toggle.nav-toggle.mobile-nav-toggle{
  color: #512d6d!important;
}

.pagination .nav-links {
    padding-bottom: 2rem;
}

#about, #campaigns, #news, #resources, #team { padding-top: 155px; }

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 87rem;
    width: calc(100% - 6rem);
}

.reps-table{
  max-width: 120rem!important;
  width: calc(100% - 3rem)!important;
}


}

.wp-block-columns{
  margin-bottom: 1rem!important;
  margin-top: 1rem!important;
}

.entry-content h3 {
    margin: 3rem auto 2rem;
}

.pink-line, .purple-line{
  padding: 0!important;
}

.footer-nav-widgets-wrapper{
    margin-top: 0!important;
    background-color: #512d6d;
}

.footer-widgets.column-two.grid-item{
  color: #FFF;
}

.footer-top{
  border: 0;
}

.footer-widgets-outer-wrapper{
  border: 0;
  padding: 0;
}

.footer-widgets-wrapper a{
 text-decoration: none!important; 
}

.section-inner, .to-the-top{
  color: #FFF;
}

footer#site-footer{
  background-color: #512d6d;
}

.powered-by-wordpress{display: none;}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #da1884;
}

.social-menu a{
  background-color: #da1884;
}
.wp-social-link {
    background-color: #da1884!important;
}
.wp-social-link-mail {
	color: #fff!important;
}

@media screen and (max-width: 782px){
    #wpadminbar{
    position: fixed;
    }
}