/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

h2, .h2 {
    font-size: 28px;
    color: #00839B;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.hmboxbg h2 {font-size: 1.3em;    color: #1f1f1f;}
.hmboxbg p {font-size: 1.0em;}
.page-id-2758 .page-header { display:none!important; }
.post_content a {
    color: #4C4C4C;
    text-decoration: none;
}


.post_content a:hover {
    color: #337ab7;
    text-decoration: none;
}

.hmboxbg{
  
    min-height: 480px;
    height: auto;
}

.hmboxbg:hover {
   
    min-height: 480px;
    height: auto;
}

.footercontact label {color:#ffffff!important;}
.footercontact .wpcf7-submit {color:#000000!important;    font-size: 14px!important;}
.footercontact .wpcf7-response-output  {color:#ffffff!important;}

.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {

.lead {
    font-size: 20px;
}


