.homepage, .contentPages {
    background: url('../images/iStock-516553196.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.home-page-wrapper {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

.content-wrapper {
    max-width: 960px;
    background: #fff;
    margin: 0 auto;
    padding: 0 5% 5% 5%;
    width: 80%;
}

.content-wrapper li {
    margin: 10px 0;
    line-height: 160%;
}

.content-wrapper p {
    line-height: 160%;
}

.content-wrapper h2 {
    margin-top: 50px;
}

.logo-image-wrapper {
    text-align: center;
    padding: 20px;
}

.logo-image {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

.footer-inner {
    margin-top: 60px;
}

.footer-logo {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.footer-info center {
    margin: 3px 0;
}

.page-links {
    font-family: 'Segoe UI';
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-links li {
    position: relative;
    padding: 0 10px;
    margin: 0 !important;
    line-height: 140%;
}

.page-links li:after {
    width: 1px;
    position: absolute;
    top: 50%;
    height: 13px;
    right: 0;
    content: "";
    transform: translateY(-50%);
    background-color: #000;
}

.page-links li:last-child:after {
    display: none;
}

.page-links a,
.footer-info a {
    color: #000;
    text-decoration: none;
    line-height: 130%;
    transition: all ease-in-out 0.3s;
}

.page-links a:hover,
.footer-info a:hover {
    color: #EE2E26;
}

@media only screen and (max-width: 720px) {
    .page-links {
        flex-direction: column;
    }

    .page-links li:after {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .content-wrapper h2 {
        font-size: 1.5em;
    }

    .content-wrapper h2 {
        font-size: 1.3em;
    }
}
