/*
Theme Name:         FoundationPress
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            2.10.4
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

.wordpress-post-view .post-header .post-name {
  font-family: Signifer Light, Tinos, sans-serif;
  font-weight: 400 !important;
  font-size: 3rem !important;
  line-height: 4rem !important;
  margin-bottom: 1.5625rem !important;
}
@media print, screen and (min-width: 64em) {
  .wordpress-post-view.our_people .post-header .post-name {
      font-size: 6rem !important;
  line-height: 7.1rem !important;
  }
}
h2.wp-block-heading {
  font-size: 1.7rem!important;
  line-height: 2.2rem!important;
}
h3.wp-block-heading {
  font-size: 1.2rem;
  line-height: 2rem;
}
h4.wp-block-heading {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width:820px; min-width: 431px;) {
  h2.wp-block-heading {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  h3.wp-block-heading {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  h4.wp-block-heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (max-width:430px) {
  h2.wp-block-heading {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  h3.wp-block-heading {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  h4.wp-block-heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}