/*.app {
  background: linear-gradient(rgba(42, 46, 55, 0.8), rgba(15, 15, 20, 0.8)),
    url("../images/wall.png") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
}*/

/*
.app {
  background: url("../images/wall.png") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: 0% 0% !important;
  background-size: 100% 100% !important;
} 
*/

.app {
	background-color: #7FA1C3 !important;

}
