html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/WallPaperSample9.jpg');
}


/*Responsive Design*/
@media (max-width: 992px) {
    /*Whenever the browser window is <=992px*/
    .cresponsive {
        display: none;
    }
}

   