/*
Load on *-page templates
*/
@charset "utf-8";
    /*.container-index h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 100;
        font-family: 'ChunkFive Ex';
        letter-spacing: 0.5px;
        color: #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }*/
    .container-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .container-text h2,.container-text h3,.container-text h4,.container-text h5 {
        font-family: "veneercleanreg";
        padding-left: 0px;
    }
    footer {
        /*position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;*/
    }
    main {
        /*margin-bottom: 200px;*/
    }
