@media (min-width: 1025px) {.dropdown-menu, .modal-content, .panel, .list-group-item {  background-color: rgba(250, 250, 250, 0.9); } }html, body {background: #FF8AE0;background-size: 100% auto; background-attachment: fixed;}.nav-pills>li>a {color: #ff8ae0 }body a {color: #995386 } .nav-pills>li {background: rgba(185,174,182,0.9) } body .navbar-inverse .navbar-nav>li>a:hover, body .nav-pills .active a:hover, body .btn-info:hover, body a.list-group-item.active:hover {background-color: #66375a } body .smallertop {background-color: #cc6eb3 } body .navbar-orange { background-color: #FF8AE0 } body .btn-info, body a.list-group-item.active, body .nav-pills .active a { background-color: #FF8AE0 } body .panel, body .btn-info, body .btn-info:hover, body a.list-group-item.active, body .navbar-orange { border-color: #cc6eb3; } .dropdown-menu a { color: #333; } .panel-default>.panel-heading { background-color: #ffa1e6; } .blogTitle, a.list-group-item.active, body .navbar-orange .navbar-nav>li>a, .navbar-inverse .col-sm-12:not(.smallertop) .navbar-nav>li>a, .panel-default>.panel-heading, body .nav-pills .active a, .btn-info { color:#000000; } body a.navbar-brand .rezregular { color:#000000 !important; } 
        
        *{ font-family:architects dauqhter ; }              
 body dd { margin-left: 0.5em; color: pink; } 
 dt { font-weight: 700; color: mediumorchid; } 
 .nav-pills>li+li, .nav-pills li:nth-child(1) { 
 margin-left: 0px; 
 margin-right: 1px; 
 background-color: deeppink; 
 } 
 .nav-pills>li>a { 
 color: white; 
 font-weight: initial; 
 padding: 10px 10px; 
 } 
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { 
 color: white; 
 background-color: deeppink; 
 } 
 .well, .panel-default>.panel-heading, .panel-default>.panel-footer { 
 background-color: deeppink; 
 color: white; 
 border-color: deeppink; 
 } 
 .btn-info { 
 background-color: deeppink; 
 border-color: deeppink; 
 } 
 .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item { 
 border-width: 1px 0; 
 background-color: deeppink; 
 color: white; 
 } 
 .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child { 
 ...
... border-top: 0;  background-color: deeppink; }
#left .panel:nth-child(6){ 
 display:none; 
 }
#left .panel:nth-child(3){ 
 color:pink; 
 }
background-color:pink; * @media (max-width: 767px) {
.navbar-offcanvas {
  left: -250px;}
}