/*----------------------------
    3. WELCOME TEXT AREA
------------------------------*/

.welcome-area {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}


.welcome-text { text-align: center; }

.welcome-text h4 {
    font-size: 20px;
}

.welcome-text h1 {
    margin-bottom: 30px;
}
.welcome-text .wt1 { display: block; font-size: 32px; line-height: 1.3; }
.welcome-text .wt2 { display: block; font-size: 22px; line-height: 1.2; }

.home-button {
    padding-top: 50px;
}


@media only screen and (min-width: 992px) {
	.welcome-text { text-align: left; }
    .welcome-text .wt1 { font-size: 48px; }
    .welcome-text .wt2 { font-size: 32px; }

}

