html, body {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Different Logo';
    font-size: 22px;
    color: #444444;
    /*background-color: #EEE517;*/
    /*background-color: #FFFF00;*/
    background-color: #FCFF6A;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bg {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100vh;
}

.logo {
    width: 85%;
    height: 100%;
    z-index: 1000;
}

a,
a:visited {
    color: #444444;
    text-decoration: none;
}

    a:focus,
    a:hover,
    a:active {
        color: #444444;
        text-decoration: underline;
    }

.inline-link {
    text-decoration: none;
    color: #444444 !important;
    font-weight: 400;
}

    .inline-link:hover {
        color: #444444 !important;
        text-decoration: underline;
        font-weight: 400;
    }


.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 24px;
    left: 0;
    z-index: 1030;
    text-align: center;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
html, body, footer, span{
font-size: 12px;
}
}

@media (max-width: 768px) {
    .copyright {
        font-size: 13px;
    }
}

body{
    /*background-image: url('../images/shoppingsonic-bg-symbol-dark.png'); 
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;*/
}

