@media (min-width: 1025px) {.dropdown-menu, .modal-content, .panel, .list-group-item {  background-color: rgba(250, 250, 250, 0.9); } }html, body {background-attachment: inherit;} 
        
        body {
background: url(http://stylonica.com/wp-content/uploads/2014/03/HD-Colorful-Spring-Wallpaper-1.jpg)fixed;
background-size: 100% auto; //
}
.box {
background: Beige; /* taustavari */
color: Black; /* tekstin vari */
}
#h1 {
background: LightSkyBlue; /* taustavari */
color: Black; /* tekstin vari */
}
 @media (max-width: 767px) {
.navbar-offcanvas {
  left: -250px;}
}