/* Enter Your Custom CSS Here */#footer-outer a,#footer-outer p {
    font-size: 13px !important;
  line-height: 21px !important;
}

/*Custom Text Classes*/

.page-submenu {
    font-size: 16px;
    color: #364161;
    }

.subtitle{
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 21px;
    line-height: 28px;
    }

.subh2 {
    padding-top: 25;
    padding-bottom: 25;
    font-size: 19px;
    line-height: 27px;
}
    
.subtext{
    font-size: 13px;
    color: grey;
    }
    
.pretext{
    font-size: 13px;
    color: #929a9b;
    font-weight: 600;
    padding-bottom: 5px;
    }

.largetext{
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
}
    
.linktext{
    color: green;
    font-weight: 600;
    }
    
.smallline{
    color: green;
    size: 3;
    width: 15;
}

h2 {    
    padding-bottom: 15px;
}

/* removes the native 5px spacing betwen rows across the site so things can align at the top/bottom*/
.wpb_row {
    margin-bottom: 0px !important;
}


/*BLOG STYLING*/
/*adjust the content area of blog posts*/

@media (min-width: 800px) {
.post-area {
    width: 700px;
    max-width: 90%;
    font-size: 21px;
    line-height: 33px;
 }

/*adjust style  on h2 and h3 within blogs*/
.post-area h2 {    
    padding-top: 15px;  
    padding-bottom: 15px;
}

 .post-area h3 {    
    padding-top: 15px;  
    padding-bottom: 10px;
    font-size: 26px !important;
}
  
/*create intro class for larger text at the top of blog posts*/
.intro {
   font-size: 28px;
   line-height: 36px;
}

.entry-title {
   max-width: 850px;
}
 
/*edit blockquote layout*/
 .post-area blockquote {    
    border-left:3px solid #0199cb;
    padding: 0 0 0 25px;
    font-size: 21px;
    line-height: 33px;
    font-weight: 300;
    font-style: italic;
  }
  
}
/*Centering button for Gravity Forms - commented due to ability to change this with a plugin
div.gform_footer.top_label {
 text-align: center;
}
*/