#welcome {
    color: white; color:#fffce9;
    text-align: center;
    padding-bottom: 10px;
}

#welcome p {
    font-size: 24px;
    /*font-weight: 800;*/ font-weight: 900;
    margin: 0 auto 0.5em;
    line-height: 1.35;
    padding: 0 1em;
}
body.error404 #welcome p,
body.home #welcome p {
    font-size: 32px;
    /*font-weight: 800;*/ font-weight: 900;
    margin: 0 auto 0.5em;
    line-height: 1.35;
    max-width: 12.5em; max-width: 10em;
    padding: 0;
}
body.error404 #welcome p { max-width: 18.5em}

#welcome h1:first-child,
body.home #welcome p:first-child {
    font-size: 18px;
    /*font-weight: 300;*/ font-weight: 400;
    margin-bottom: 0.5em;
    max-width: none;
}


.wrapper:first-child .textpagecontent {
    /*max-width: 600px;*/
    margin: 40px auto 40px;
    color: #4B4E49;
    padding-top: 40px;
}

#main .content:first-child .wrapper:first-child .textpagecontent:first-child { margin-top: 0; padding-top: 20px;}

.infointro .textpagecontent { margin-bottom: 0; text-align: center;}

.textblock p {
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 1em;
}
.textblock p strong { font-weight: 700;}
@media all and (max-width: 899px) {

    .textpagecontent { padding-left: 20px; padding-right: 20px; }

    .textblock p {
        font-size: 18px;
    }


    #welcome p {
        font-size: 21px;

    }
    #welcome h1:first-child,
    body.home #welcome p:first-child {
        font-size: 16px;

    }



}
@media all and (max-width: 599px) {
    .textblock p {
        font-size: 16px;
    }
}