/*!
Theme Name: Exhibition
Author: Jonathan Soto
Author URI: https://github.com/amusso01
Description: Starter Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Strapped is based on Underscores https://underscores.me/ and Bootstrap 4 https://getbootstrap.com/ .

*/

  
  /* Notice block styling (replaces <center>) */
  .site-notice {
    background: #e8f7ee;
    padding: 10px 0;
    text-align: center;
  }


  /* Team page specifics */
.page-template-page-team .has-text-align-left {
    text-align: left;
  }
  
  .page-template-page-team .blueBox {
    padding: 40px;
    background: #333C4E;
    color: #fff;
  }
  .page-template-page-team .blueBox h3 {
    color: #fff;
  }
  
  .page-template-page-team h3 {
    margin: 40px 0 20px;
  }
  
  /* Keep font-family declarations in your global typography rules.
     If you truly need a distinct h4 style on this template: */
  .page-template-page-team h4 {
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    /* Prefer a theme variable like var(--font-serif). Avoid hardcoding "Merriweather"
       unless you're enqueuing it. */
    font-family: var(--font-serif, Georgia, "Times New Roman", serif);
    margin: 0 auto 30px;
    max-width: 700px;
  }
  
  .page-template-page-team .page-title.text-center {
    margin: 0 0 24px;
    text-align: center;
  }

  footer address{
    color: #fff;
  }
  