.page-header {
    width: 100%;
    height: 300px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background: center center no-repeat;
    background-size: cover;
}
.page-title {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
		margin-top:10px;
    float: left;
		bottom:10px;
		margin-left:40px;
}