/*!
Theme Name: Wind Farm
Theme URI: https://nirmal.com.au/
Author: Nirmal Web Studio
Author URI: https://nirmal.com.au/
Description: A WordPress theme
Version: 1.0.0
Text Domain: windfarm
*/

.b-lazy {
    opacity: 0;
    /* transform: scale(3); */
    transition: all 900ms;
}

.b-loaded {
    opacity: 1;
    /* transform: scale(1); */
}

.section.section__prog_resource {
    padding: 20px 0 50px;
}

.section__grantinfo .grant__text-top {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 20px;
    font-size: 1.125rem;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: #232323;
}

.section__grantinfo .grant__text-top strong {
    font-size: 30px;
    font-size: 1.25rem;
    line-height: 43px;
}

.section__grant__application .grant__application__top {
    padding-left: 0;
}

.section__prog_resource .resource__top {
    min-height: 150px;
}
