* {
    box-sizing: border-box;
}

body {
    margin: 0;
}


*:not(.main--image) {
    position: relative;
    z-index: 20;
}

.logo--wrapper {
    text-align: center;
    max-width: 180px;
    padding-top: 50px;
    margin: 0 auto;

}

.logo {
    max-width: 100%;
    width: 100%;
    height: auto;
    fill: #fff;
}

.heading--wrapper {
    text-align: center;
    position: relative;
    z-index: 10;
}

.page-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.125rem;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 500;
    margin: 80px auto 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.booklet-cta--wrapper {
    padding: 4px 0;
    border-bottom: 1.6px solid #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booklet-cta {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 3.2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booklet-cta svg {
    width: 38.4px;
    height: 38.4px;
    line-height: 1.8;
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px;
}

.fa-book-icon {
    display: inline;
    fill: #fff;
}

.booklet--wrapper {
    text-align: center;
    position: relative;
    z-index: 99999;
}

.booklet--wrapper img {
    z-index: 999999;
    position: relative;
}

.credentials--wrapper {
    background: #fff;
    padding: 90px 20px 80px;
    position: relative;
    z-index: 999;
    text-align: center;
    margin-top: -100px;
}

.credentials--title {
    color: #354052;
    letter-spacing: 2px;
    font-size: 2.3125rem;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

.credentials--link {
    color: #354052;
    font-size: 1.5rem;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

@media all and (min-width: 468px) {
    .credentials--link {
        font-size: 1.5rem;
    }

    .credentials--wrapper {
        margin-top: -150px;
    }
}

@media all and (min-width: 768px) {

}

@media all and (min-width: 992px) {
    .credentials--wrapper {
        margin-top: -150px;
        padding: 150px 20px 80px;
    }

    .booklet--wrapper {
        margin-top: -50px;
    }
}

@media all and (min-width: 1024px) {
    .credentials--wrapper {
        margin-top: -200px;
    }
}

.main--wrapper {
    position: relative;
    z-index: 10;
}



.main--image {
    background-image: url('../images/brisbane-city.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    z-index: 5;
}

.main--image::after {
    content: '';
    background-color: rgba(66,66,130,0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.book {
    max-width: 100%;
    display: block;
    width: 1250px;
    height: auto;
    margin: 0 auto;
}

.book--wrapper {
    position: relative;
    z-index: 999999999;
    display: inline-block;
}

.book--wrapper.desktop {
    display: none;
}

.booklet-cta.thumbnail.desktop {
    display: none;
}

@media all and (min-width: 992px) {
    .book--wrapper.desktop {
        display: inline-block;
    }

    .book--wrapper.mobile {
        display: none!important;
    }

    .booklet-cta.thumbnail.desktop {
        display: inline-block;
    }

    .booklet-cta.thumbnail.mobile {
        display: none!important;
    }
}