.muh-logo-text {
    font-size: 5em;
    position: relative;
    left: 1em;
    top: 2em;
    color: #fff;
    opacity: 1;
    line-height: 1.2em;
    height: 1em;
    white-space: pre;
    text-shadow: .25em .25em .2em rgba(0, 0, 0, .8);
    /* background-color: rgb(255 255 255 / 85%); */
    width: 6.1em;
    border-radius: 2em;
    font-family: 'FontLogo', serif;
}

.muh-logo-text > div {
    font-size: .85em;
    font-weight: 100;
    letter-spacing: .01em;
    left: 12em;
    font-family: 'FontLogo', serif;
    position: absolute;
    margin-top: -3em;
    text-shadow: .2em .2em .4em rgb(0, 0, 0, 1);
}

.muh-logo-icn {
    font-size: 12em;
    color: inherit;
}


.muh-logo-container {
    font-size: .4em;
    left: 21em;
    position: relative;
    color: #fff;
    width: 19em;
    height: 19em;
    margin-left: -18.5em;
    background-color: #70d000;
    border-radius: 10em;
    /* border: solid 1em #fff; */
    box-shadow: 3em 3em 5em rgba(0, 0, 0, .5), inset -1em -1em 2em rgba(0, 0, 0, .15);
}

.muh-logo-inline .muh-logo-container {
    left: 1em;
    display: inline-block;
    font-size: .07em;
    position: relative;
    width: 79em !important;
    top: -16em;
    background-color: unset;
    box-shadow: none;
    padding: 0;
}

.muh-logo-inline .muh-logo-text {
    color: #fff;
}

.muh-logo-stripe {
    width: 9em;
    height: 30em;
    position: absolute;
    background-color: #ffffff;
    transform-origin: bottom right;
    transform: rotate(34deg);
    bottom: 9.5em;
    margin-left: 1.75em;
    border-radius: 6em;
    font-size: .4em;
    z-index: 2;
    box-shadow: 1.4em .8em 3em rgba(0, 0, 0, .1);
}

.muh-logo-stripe.muh-logo-stripe-2 {
    left: 12.1em;
    height: 24.6em;
}

.muh-logo-stripe.muh-logo-stripe-3 {
    left: 24em;
    height: 19.2em;
}

.muh-logo-vertical-spacer {
    height: calc(20% - 5em);
    min-height: 4em;
    width: 5em;
    position: relative;
}

.muh-logo-stripe > div {
    background-color: #607D8B;
    width: 1.5em;
    height: calc(100% - 6em);
    bottom: 3em;
    position: absolute;
    left: 7.5em;
    border-radius: 2em;
    display: none;
    /* box-shadow: inset .6em .6em 1em rgba(255, 255, 255, .4), inset -.6em -.6em 1em rgba(0, 0, 0, .1); */
}

.muh-logo-text > span {
    position: absolute;
    font-size: 3em;
    top: -0.1em;
    left: 1em;
    text-shadow: .1em .1em .1em rgb(0, 0, 0, .5);
}

.muh-logo-top-left {
    z-index: 2;
    right: 3em;
    left: unset;
    font-size: .25em;
    width: 16em;
    height: 16em;
    margin-left: 0;
    top: 3em;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, .4);
}

.muh-logo-top-left > div {
    bottom: 6em;
    margin-left: 0.4em;
    width: 7.25em;
}

.muh-logo-powered-by {
    position: absolute;
    font-family: "FontDefault", serif;
    color: #607D8B;
    font-size: 4em;
    margin-left: -6.25em;
    margin-top: 3em;
}

