html {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: url('/assets/images/Webberwocky-WebDesign-2_05-1000x1000.png');
    font-family: 'Montserrat';
    color: #676767;
    position: relative;
    margin: 0;
}

header {
    font-family: 'Montserrat';
    height: 615px;
    background-image: url('/assets/images/Webberwocky-WebDesign-2_01.png');
    background-color: #ffff;
}

header img.logo {
    max-width: 500px;
    width: 100%;
}

.header-content h2 {
    font-size: 16px;
    line-height: 80px;
    letter-spacing: 5px;
    display: block;
    color: #111;
    font-weight: 600;
}

.header-content p {
    color: #292c33;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
}

.header-content p span.blue {
    color: #0565f7 !important;
}

.flex-container {
    margin: 12px;
}

footer {
    background-color: #16181c;
    padding: 60px 0;
    color:#ffff;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

footer h4 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

div.footer-box {
    padding: 10px 30px;
}

.info-box {
    color: #ffff;
    font-family: 'Montserrat';
    font-stretch: 100%;
}

.info-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.info-box h1 {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 24px;
}

.info-box h1 span {
    color:  #0062f7;
}

.service-box {
    background-color: #ffff;
    border-bottom-right-radius: 11px;
    border-top-left-radius: 11px;
    padding: 15px 14px;
    height: 95%
}

.disciplines li {
    line-height: 35px;
}

.centralise {
    margin-top: auto;
    margin-bottom: auto;
}

.book-title, .jabberwocky {
    color: #deb887;
    font-weight: 600;
}

.frabjous {
    color: currentColor;
}

@media screen and (max-width: 640px) {
    header {
        height: 600px;
    }

    .header-content p {
        font-size: 50px;
    }
}

@media screen and (max-width: 800px) {
    header {
        background-image: url('/assets/images/Webberwocky-WebDesign-2_01-800x800.png');
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 450px) {
    header {
        height: 200px;
        background-image: url('/assets/images/Webberwocky-WebDesign-2_01-400x269.png');
        background-repeat: no-repeat;
    }

    .header-content p {
        color: #292c33;
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-top: 0px;
    }
}