.header-div {
    color: white;
    background-size: cover;
    height: 500px;
    display: table;
    width: 100%;
}

.header-div p {
	font-size: 7em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

@media only screen and (max-width : 992px) {
    .header-div p {
        font-size: 5em;
    }
}

    @media(max-width:767px) {
        .header-div p {
            font-size: 3em;
        }
    }

    @media (max-width: 480px) {
        .header-div p {
            font-size: 2em;
        }
    }


.contactLeadForm p {
    text-align: left;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    height: 25px;
}
