@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://i.imgur.com/YtPFuGE.jpg') fixed;
background-size: 100% auto;
}
.box {
background: rgba(41,138,228,0.8);
color: white;
}
.ovari{
background: rgba(41,138,228,0.8);
color: #FFFFFF;
text-shadow: 0 0 0 #fff;
}
#h1 {
background: rgba(41,138,228,0.8);
color: #FFFFFF;
}
#rightbox {
background: rgba(41,138,228,0.8);
}
.white {
background: rgba(41,138,228,0.8);
}
.grid_3 {
float: right;
}
a, a:visited {
color: #FFFFFF;
}
a:hover {
color: #ffa500
} @media (max-width: 767px) {
.navbar-offcanvas {
  left: -250px;}
}