#site-wrapper {
    margin: 100px auto 0 auto;
    padding: 20px 50px;
    max-width: 675px;
    /*width: 100%;*/
    width: calc(100% - 100px);
}

#error-message {
    font-family: Outfit, Helvetica, Arial, sans-serif;
    display: block;
    float: left;
    margin: 90px 0 0 340px;
    padding: 0px 0 0 40px;
    border-left: 1px dotted #b2b2b2;
    font-size: 16px;
    font-style: italic;
    color: #666;
    line-height: 24px;
    height: 35px;
    width: 390px;
    max-width: 390px;
    height: auto;
}
/* Logo */
#website-logo-wrapper a:link, #website-logo-wrapper a:visited {
    display: block;
    background: #3fb4b0 url(../grfx/layout/crew-birmingham-logo.png) no-repeat center;
    background-size: contain;
    width: 281px;
    height: 63px;
    text-indent: -999em;
    text-decoration: none;
    /*float: left;*/
    /*mix-blend-mode: difference;
    background-blend-mode: difference;*/ 
    margin-top: 82px;
    position: absolute;
}

@media screen and (max-width: 991px) and (min-width: 1px), screen and (max-device-width: 991px) and (orientation : portrait) {
    #website-logo-wrapper a:link, #website-logo-wrapper a:visited {
        float: none;
        margin: auto;
        /*width: 180px;
        height: 100px;
        background-size: contain;*/
        position:relative;
    }
    #site-wrapper {
        width: calc(100% - 140px);
    }

    #error-message {
        width: 100%;
        float: none;
        max-width: 100%;
        margin: auto;
        padding: 0;
        border-left: none;
        text-align: center;
    }
}

@media screen and (max-width: 568px) and (min-width: 1px), screen and (max-device-width: 568px) and (orientation : portrait) {

    #site-wrapper {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
}
