
/*
Theme Name: BCH Microsite Child Theme
Theme URI: http://consensusinteractive.com
Author: Bryan Barrera
Author URI: http://bryanbarrera.com
Description: A custom Boston Children Hospital Wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bch-microsite-child-theme
Template: bch-microsite
Tags:

This theme, like WordPress, is licensed under the GPL.

*/

/* Custom Styles start here */
.gform_wrapper .description_above .gfield_description {
    padding: 0 0 0 10px !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
    padding: 0 0 0 10px;
}
#header {
    min-height:  100px;
}
#hero {
    height: 213px;
}
.site-content {
    margin-top: -190px;
}
.home .site-content {
    margin-top:  0;
}
#hero h1 {
    top: 15px;
    margin-top: 15px;
}
h2 {
    font-size:  26px !important;
    font-weight:  bold;
}
h3 {
    font-size:  24px !important;
    font-weight:  bold;
}
h4 {
    font-size:  20px !important;
    font-weight:  bold;
}
h5 {
    font-size:  18px !important;
    font-weight:  bold;
}
@media screen and (max-width: 47.5em) {
  #hero {
    background-image: inline;
  }
  #hero h1 {
    color: #003087;
    top: 75px;
  }
}

