.xpack-header h1,.xpack-header h2, .xpack-header h3{
    color:white;
    text-align: center;
}

header.xpack-header {
    background-image:url('https://d1jetx968ek4fx.cloudfront.net/images/xpack/backgrounds/fuji-fs-banner_girl_wide.jpg');
    background-position:center center; 
    background-repeat:no-repeat;
    background-size:cover;
    padding: 100px 0px
}

header.xpack-thankyou-header {
    padding: 150px 0px;
}

.xpack-header h1 {
    margin: 0px 0px 0px 0px;
    font-size:50px;
    line-height: 65px;
}

.xpack-header h1 > img {
    width: auto;
    height: 66px;
    padding-bottom: 8px;
    vertical-align: text-bottom;
}

.xpack-header h1 > img:first-child {
    margin-right:10px; 
}

.logotype-shadow {
    -webkit-filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 0.35));
}

.xpack-section {
    background-color: rgba(25,25,25,0.8);
    color: rgb(220,220,220);
    padding-bottom: 95px;
    padding-top:30px;
}