html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #000000;
    background-image: url(../images/customcolor_logo_customcolor_background.png);
    background-position: center;
    background-repeat: no-repeat;
    
}

@media only screen and (max-width: 600px) {
    body {
        background-size: 50%;
    }
}

@media only screen and (min-width:600px)  and (max-width: 1000px) {
    body {
        background-size: 75%;
    }
}