@import url('https://sweetpproductions.com/common/fontawesome-free/css/all.min.css');
@import url('https://sweetpproductions.com/common/fonts/lato/latofonts.css');

/* General */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
}

body,
input,
select,
textarea {
    color: #444;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.65em;
}

#wrapper {
    height: 100%;
}

#wrapper a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: underline;
}

strong,
b {
    color: #474747;
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #474747;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 0;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(144, 144, 144, 0.25);
    margin: 2em 0;
}

hr.scroll_marker {
    margin: 3em 0;
}


/* Section */
section {
    padding: 0 1em;
}

.row {
    margin: 0 2em;
}

section.box {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.box.info {
    justify-content: initial;
}

section.box div {
    display: inline-block;
    padding: 0 3em;
}

section.support {
    margin-top: 2em;
}

section.support section {
    text-align: left;
}

section div.row {
    display: flex;
    justify-content: center;
}

section div.row section {
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
}

section.special_footer {
    position: relative;
    z-index: 0
}

section.special_footer::after {
    content: "";
    background: url(https://sweetpproductions.com/common/img/footer.jpg);
    background-position: top center;
    background-size: cover;
    opacity: .1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    filter: grayscale();
}


/* Box */
.box {
    border-radius: 4px;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
    margin-bottom: 0;
}

/* Icon */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:active,
.icon:hover {
    text-decoration: none;
}

.icon>.label {
    display: none;
}

.icon.rounded {
    background-color: #383b43;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    height: 3.25em;
    line-height: 3.25em;
    text-align: center;
    width: 3.25em;
}

.icon.rounded.big {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.icon.rounded.color1 {
    background-color: #f3624f;
}

.icon.rounded.color2 {
    background-color: #b0e781;
}

.icon.rounded.color3 {
    background-color: #83a6dc;
}

.icon.rounded.color4 {
    background-color: #f78176;
}

.icon.rounded.color5 {
    background-color: #25c09d;
}

.icon.rounded.color6 {
    background-color: #9d86d9;
}

.icon.rounded.color7 {
    background-color: #f8b46b;
}

.icon.rounded.color8 {
    background-color: #7fe5dd;
}

.icon.rounded.color9 {
    background-color: #f197d7;
}

.icon.rounded.color10 {
    background-color: #f6e97a;
}


/* Image */
.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 4px;
    display: block;
}


/* List */
ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.unstyled {
    list-style: none;
    padding-left: 0;
}

ul.unstyled li {
    padding: 0.4em 0;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
    margin-top: 0.5em !important;
}

ul.actions li:last-child {
    padding-right: 0;
}


/* Button */
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #3cadd4;
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.35em;
}

.button:hover {
    background-color: #51b6d9;
    text-decoration: none;
}

.button:active {
    background-color: #2da2ca;
    text-decoration: none;
}

.button.icon {
    padding-left: 1.35em;
}

.button.icon:before {
    margin-right: 0.5em;
}

.button.white {
    background-color: #fff;
    color: #474747 !important;
}

.button.white:hover {
    background-color: #383b43;
    color: #fff !important;
}

.button:hover,
.button:hover,
.button.white:active {
    background-color: rgba(144, 144, 144, 0.5);
}

.button.white.icon::before {
    color: #858585;
}

.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
    color: #474747 !important;
}

.button.alt:hover {
    background-color: rgba(144, 144, 144, 0.075);
}

.button.alt:active {
    background-color: rgba(144, 144, 144, 0.2);
}

.button.alt.icon:before {
    color: #858585;
}

.button.special {
    background-color: #383b43;
    color: #ffffff !important;
    margin: 10px !important;
}

.button.special.top {
    margin-top: 4em !important;
}

.button.special:hover {
    background-color: #444751;
}

.button.special:active {
    background-color: #2c2f35;
}

.mas_button {
    height: 4em;
    margin: 0.4em 0 0 -0.2em;
    cursor: pointer;
}

.mas_button_sm {
    height: 3em;
}

.mas_button:hover,
.mas_button_sm:hover {
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.mas_button_sm_parent {
    text-align: center;
    margin-bottom: 4em;
}

.custom_color.button:hover {
    background-color: rgba(144, 144, 144, 0.2) !important;
}


/* Header */
#header {
    background-color: #383b43;
    color: #ffffff;
    cursor: default;
    font-size: 1.1em;
    height: 12em;
    line-height: 6em;
    width: 100%;
    z-index: 10000;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#header h1 {
    margin-left: 35px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-top: 34px;
    color: #ffffff;
    height: inherit;
    left: 3em;
    padding: 0;
    position: absolute;
}

#header h1::before {
    content: '';
    background: url('https://sweetpproductions.com/gfx/sweetp_logo.svg') no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 30px;
    display: block;
    float: left;
    margin: -3px 5px 10px 0;
    filter: invert(0%) sepia(0%) saturate(5140%) hue-rotate(51deg) brightness(115%) contrast(79%);
}

#header h1 a {
    font-size: 1.25em;
    color: #ffffff !important;
}

#header h1 a:hover {
    text-decoration: none;
}

.heavy {
    font-weight: 900;
}

.light {
    font-weight: 300;
}

header.scroll_marker p,
#banner p {
    font-weight: 400;
}

#header .container {
    position: relative;
}

#header .container h1 {
    left: 0;
}

#header .container nav {
    right: 0;
}


/* Sub Header */
header p {
    color: #858585;
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2+p {
    font-size: 1.25em;
    margin-top: -1em;
    line-height: 1.5em;
}

header h3+p {
    font-size: 1.1em;
    margin-top: -0.8em;
    line-height: 1.5em;
}

header h4+p,
header h5+p,
header h6+p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}

header.scroll_marker {
    text-align: center;
    margin-bottom: 4em;
}

header.scroll_marker h2 {
    font-size: 2.25em;
    margin-bottom: 0.5em;
}

header.scroll_marker p {
    font-size: 1.25em;
}

li.title::before {
    content: '';
    background: url('https://sweetpproductions.com/gfx/sweetp_logo.svg') no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 20px;
    display: block;
    float: left;
    margin: 2px 4px 0 0;
    filter: invert(0%) sepia(0%) saturate(66%) hue-rotate(203deg) brightness(90%) contrast(79%);
}


/* Banner */
#banner {
    position: relative;
    color: #ffffff;
    text-align: center;
    z-index: 0;
    padding: 12em 0em;
}

#banner::after {
    content: "";
    background-position: center center;
    background-size: cover;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    filter: grayscale();
}

#banner :last-child {
    margin-bottom: 0;
}

#banner h2 {
    color: #ffffff;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 4em;
    font-weight: 900;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#banner p {
    margin-bottom: 1.75em;
    font-size: 1.25em;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#banner p.tag {
    margin-bottom: 0 !important;
}

#banner p.os {
    font-size: 1em;
}

#banner a.changelog {
    color: #fff;
}

#banner a.changelog:hover {
    text-decoration: underline;
}

#banner h2 .changelog {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}


/* Wrapper */
.wrapper {
    padding: 6em 0em 4em;
}

.wrapper.style1 {
    background-color: #F5F5F5;
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    border-top: 1px solid rgba(144, 144, 144, 0.25);
}

.wrapper.style1 .box {
    background-color: #fff;
    padding: 3em 2.5em;
}

.wrapper.style1 .box h2,
.wrapper.style1 .box h3,
.wrapper.style1 .box h4,
.wrapper.style1 .box h5,
.wrapper.style1 .box h6 {
    color: #858585;
}

.wrapper.style2 .profiles {
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    border-top: 1px solid rgba(144, 144, 144, 0.25);
    margin-bottom: 4em;
    padding-top: 4em;
}

.wrapper.style2 .profile {
    margin-bottom: 2em;
    text-align: left;
}

.wrapper.style2 .profile img,
.wrapper.style1 .profile img {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

.wrapper.style2 .profile h4,
.wrapper.style1 .profile h4 {
    margin-bottom: 0;
    margin-top: 1em;
}

.wrapper.style3 {
    background-color: #3cadd4;
    color: #ffffff;
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 p {
    color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
    background-color: #fff;
    color: #444;
}

.wrapper .profile img {
    border-radius: 4px;
    height: 160px;
}

.wrapper .features {
    margin-bottom: 4em;
}


/* Container */
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: center;
}


/* Navigation */
#nav_wrapper {
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10001;
    transition: all 0.5s ease-in-out;
}

#nav_wrapper.hidden {
    left: -310px;
    pointer-events: none;
}

#nav_show_wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10001;
    padding: 10px;
}

#nav-content {
    list-style: none;
    font-size: 0.97em;
    pointer-events: all;
    width: 260px;
    background-color: #282828;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
}

#nav-content .button {
    height: 1.9em;
    line-height: 2em;
    padding: 0 1em;
    width: 60%;
    margin-right: auto !important;
    margin-left: auto !important;
}

#menu-hide {
    position: sticky;
    float: right;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
    background-color: transparent;
}

.nav_title {
    font-weight: 700;
    color: #e4e4e4;
}

#menu-hide:hover {
    opacity: 1;
    cursor: pointer;
}

#menu-hide:before,
#menu-hide:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #d3d3d3;
}

#menu-hide:before {
    transform: rotate(45deg);
}

#menu-hide:after {
    transform: rotate(-45deg);
}

#menu-show {
    position: sticky;
    display: block;
    padding: 15px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    height: 10px;
    width: 20px;
}

#menu-show-button {
    position: absolute;
    cursor: pointer;
    pointer-events: all;
    top: 11px;
    left: 15px;
    width: 20px;
    height: 2px;
    border-bottom: 2px solid #fff;
}

#menu-show-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 8px;
    border-bottom: 2px solid #fff;
}

#menu-show-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 14px;
    border-bottom: 2px solid #fff;
}

#menu-left {
    padding: 15px 20px;
    width: 240px
}

#nav-content ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#nav-content li {
    padding-left: 1.5em;
}

#nav-content li.title {
    margin-bottom: 2em;
}

#nav-content li:last-child {
    margin-bottom: 10em;
}

#nav-content a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
    border-right: 2px solid transparent;
    color: #e4e4e4 !important;
}

#nav-content li.title a:hover {
    background-color: transparent !important;
}

#nav-content a:hover {
    transition: all 150ms ease;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#nav-content .mas_button_sm_parent a:hover {
    background-color: transparent !important;
}

#nav-content a.active {
    border-right: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

#nav-content .separator {
    height: 20px;
}


/* Footer */
#footer {
    background: #383b43;
    padding: 2em 0em 1em 0;
}

#footer .links {
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    margin-bottom: 2em;
    padding-bottom: 1em;
    color: #e4e4e4;
}

#footer .links h3 {
    color: #e4e4e4;
}

#footer .copyright {
    margin-top: 0.65em;
    padding: 0;
    text-align: left;
}

#footer .copyright li {
    color: #858585;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-left: 0.1em;
    padding-left: 0.1em;
}

#footer .copyright li:last-child {
    float: right;
}

.copyright a:link,
.copyright a:visited,
.copyright a:hover {
    font-weight: bold;
    color: #fff !important;
}

#footer a.icon {
    color: #ffffff;
    font-size: 2em;
    cursor: pointer;
    vertical-align: middle;
}

#footer section {
    text-align: left;
}

#footer .links li {
    line-height: 80%;
    font-size: 80%;
}

#footer .links li a {
    line-height: 110%;
}

#footer .links li a:hover {
    text-decoration: underline;
}

#footer .links p {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 80%;
    line-height: 110%;
}

.wrapper footer {
    border-top: 1px solid rgba(144, 144, 144, 0.25);
    padding-top: 2em;
    margin: 0 16em;
}

footer#footer .icon:hover {
    opacity: 0.6;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* screens */
.screen_container {
    width: 262px;
    margin: auto;
}

.screen_container img {
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.screen_container img:hover {
    transform: scale(1.05, 1.05);
}


/* icon */
.appicon_big {
    height: 200px;
    margin: -4em 0 0 0;
}

.appicon {
    height: 100px;
    margin: 2em 0 0 0;
}

.appicon img,
.appicon_big img {
    height: 100%;
}

.icon_header {
    margin-bottom: 0.2em;
    font-size: 45px;
}

.main {
    font-size: 1.3em;
    white-space: nowrap;
    margin-bottom: 1em;
}

.icon::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    text-transform: none !important;
}


/* animation */
/* thanks !Animate.css - http://daneden.me/animate */
.animated {
    margin: 0 1em;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

.delay {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}


/* misc */
.info {
    padding: 3em 1.5em !important;
    width: 180px
}

.tech_info {
    text-align: left;
}

.tech_info a {
    text-decoration: underline;
}

.tech_info li a,
.tech_info li a:hover,
.tech_info li a:visited,
.tech_info li a:link {
    font-weight: bold;
    text-decoration: underline !important;
}

.profile_text {
    text-align: center;
}

.questions div.row>div {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 4em;
}

.box a {
    color: #429c46 !important;
}

@media screen and (max-width: 320px) {
    #header h1 {
        font-size: 15px;
    }

    .button {
        font-size: 1.1em !important;
    }
}


@media screen and (min-width: 321px) and (max-width: 400px) {

    #header h1 {
        font-size: 19px;
    }
}

@media screen and (min-width: 401px) and (max-width: 480px) {

    #header h1 {
        font-size: 23px;
    }
}

@media screen and (max-width: 480px) {

    #banner h2 {
        font-size: 2.5em;
    }

    section,
    section.box div {
        padding: 0;
    }

    .box {
        padding: 1.5em !important;
    }

    #footer {
        padding: 2em 0em 1em 0 !important;
    }

    .row {
        margin: 0 !important;
    }
}

@media screen and (max-width: 780px) {

    .wrapper footer {
        margin: 0 !important;
    }

    section.box div {
        margin: 0;
    }

    .wrapper .features div.row:first-child,
    .wrapper .questions div.row:first-child {
        margin: 0 0 4em 0 !important;
    }

    #footer section div.row {
        flex-direction: column !important;
        margin: 0 !important;
        justify-content: center;
    }
}

@media screen and (max-width: 820px) {
    #footer .copyright li {
        display: block;
        text-align: center;
    }

    #footer .copyright li:last-child {
        float: none;
    }
}

@media screen and (max-width: 1040px) {

    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }

    .container {
        width: auto !important;
        padding: 0 2em;
    }

    .wrapper {
        padding: 4em 0em 2em;
    }

    .wrapper .features div.row:first-child,
    .wrapper .questions div.row:first-child {
        margin: 0 8em 4em 8em;
    }

    #footer {
        padding: 4em 4em 1em 4em;
    }

    #footer a.icon {
        font-size: 1.5em;
    }

    footer .appicon {
        margin-top: 2em;
        margin-bottom: 0 !important;
    }

    footer.purchase {
        padding-top: 2em !important;
        width: initial;
        margin: auto;
    }

    .wrapper footer {
        margin: 0 2em;
    }

    section div.row {
        flex-direction: column;
    }

    #footer section div.row {
        flex-direction: row;
        margin: 0;
    }

    #footer .links {
        padding-left: 0;
        padding-right: 0;
    }

    .info {
        width: 100%;
    }

    section.box.info {
        min-height: initial !important;
        width: auto;
    }
}

@media screen and (max-width: 1260px) {
    .container {
        width: 900px;
    }

    .wrapper footer {
        margin: 0 8em;
    }

    .questions div.row>div {
        padding: 0;
    }
}

@media (prefers-color-scheme: dark) {

    html,
    body,
    .wrapper.style1 {
        background-color: #232323 !important;
        color: #e4e4e4;
    }

    .wrapper.style1 .box,
    .wrapper.style2 .box {
        background-color: #171717 !important;
    }

    .wrapper.style2 {
        background-color: #1e1e1e;
    }

    #footer {
        background: #1e1e1e;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    .icon_header {
        color: #e4e4e4 !important;
    }

    img {
        filter: grayscale(30%);
    }

    #menu-show {
        background-color: rgba(255, 255, 255, 0.4);
    }
}