/*--- UNDER CONSTRUCTION MODULE ---*/

.primary-bg {
    background-color: #EAECF2;
}



.module-under-construction svg#error-message {
    max-width: 350px;
    margin: 0 auto;
    display: block;
    margin-top: 6em;
}

.module-under-construction .message-head {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.5em;
    text-align: center;
    margin-bottom: 1em;
    margin: auto 0;
    display: block;
}

.module-under-construction .message-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6em;
}

.module-under-construction #accent-piece {
    fill: #0EB0AA;
}

.module-under-construction #piece-1 {
    fill: #999999;
}

.module-under-construction #piece-2 {
    fill: #FF8200;
}

.module-under-construction #piece-3 {
    fill: #333333;
}

.webit-logo {
    max-width: 200px;
}


/*--- MEDIA QUERIES ---*/

@media screen and (min-width: 320px) {
    .module-under-construction .message-text {
        font-size: 1.2em;
    }
    .module-under-construction .message-head {
        font-size: 2.2em;
        line-height: 1.5em;
        margin-bottom: .5em;
    }
}

@media screen and (max-width: 1199px) {
    .module-under-construction svg#error-message {
        margin-top: 3em;
    }
}

@media screen and (min-width: 768px) {
    .module-under-construction .message-text {
        font-size: 1.4em;
    }
    .module-under-construction .message-head {
        font-size: 3.5em;
    }
}

@media screen and (min-width: 550px) {
    .module-under-construction .message-text {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 500px) {
    .module-under-construction svg#error-message {
        max-width: 250px;
    }
}