html,body {
    overflow-x: hidden;
    background-color: #E8E8E8;
}

img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 1s;
}

.text.white,
.icon.white { color: white !important; }

.inverted:not(.button) {
    background-color: #222831 !important;
}

a { color: #F05454; }
a:hover { color: #c04343; }

.none { display: none !important; }
.borderless { border: none !important; box-shadow: none !important; }
.transparent { background-color: transparent !important; }

#mobile-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 50px;
    text-align: center;
    display: none;
}

#mobile-overlay .social {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

#mobile-overlay .close.icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
