/*
Theme Name:  Detroit Greenways
Theme URI:  https://detroitgreenways.org/dgc/
Description:  Theme for the Detroit Greenways Coalition website. Child theme for the Twenty Twenty theme.
Author:  DGC
Textdomain:  dgc
Author URI:  https://detroitgreenways.org
Template:  twentytwenty
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* header logo styling */
@media (min-width: 700px)
.site-logo img {
    max-height: 16rem;
}

.site-logo img {
  max-height: 16rem;
}

/* Hide title, narrow header on homepage */
.home .entry-header .entry-title {
	display: none;
}

.home header.entry-header {
    padding: 0;
}

.singular .entry-header {
    padding: 2rem 0;
}

@media (min-width: 700px) {

  h1, .heading-size-1 {
      font-size: 4rem;
  }

  h2, .heading-size-2 {
      font-size: 3rem;
  }

  h3, .heading-size-3 {
    font-size: 2.5rem;
  }

  /* Tame CiviCRM */
  .crm-title h1 {
    font-size: 2.5rem;
  }
}


/* Style menus */
#site-header {
		z-index: 99;
	}

#site-header .primary-menu > li > a {
  color:#000;
  font-weight: bold;
}

#site-header .primary-menu > li > a:hover {
  color:#008938;
  /* text-decoration: none; */
}

#site-header .sub-menu li.current-menu-item > a {
  /* color:#008938; */
  text-decoration: none;
}

#site-header .sub-menu li.menu-item > a:hover {
  background-color: #3dab38;
}

#site-header .primary-menu .icon {
  display: none;
}

.footer-privacy {
  margin: 0 0 0 2.4rem;
}

.footer-privacy a {
  color: inherit;
}
