Commit b6ab3c9c33ef84eb7ecf77e1231b5ea92162424a

nav bar and footer  color changed and #container-content background size changed
  
7474 position: relative;
7575 margin-top: -35px;
7676 height: auto;
77 background: none repeat scroll 0% 0% rgb(1, 55, 40);
77 background: none repeat scroll 0% 0% rgb(1, 2, 2);
7878z-index:1000;
7979opacity:0.7;
8080
171171 background:rgba(0, 0, 0, 0.6);
172172 color:white;
173173border-radius:3%;
174font-family:'Open Sans', sans-serif;
175font-weight:bold;
174176 }
175177 .dp
176178 {
253253 }
254254
255255a:link {
256color:black;
256color:rgb(168, 218, 224);
257257 }
258258
259259a:hover
277277ul.dropdown-menu {
278278 margin:0;
279279 font-size:smaller;
280 background-color:rgb(1, 55, 40) ;
280 background-color:rgb(1, 2, 2) ;
281281 }
282282.dropdown-menu li a {
283 padding: 3px 20px;
284 width:100%;
283 padding: 0px 15px;
284 width:100%;
285285 }
286286li.maintab:hover {
287287 background-color:#3F3B42;
478478 font-size: 18px;
479479 margin-top: 15px;
480480 height: 41px;
481 background: none repeat scroll 0% 0% rgb(1, 55, 40);
481 background: none repeat scroll 0% 0% rgb(1, 2, 2);
482482 margin:0px 0px 0px 20px;
483483 padding:0px 10px;
484484 }
492492 margin-top: 3px;
493493 }
494494#collapse-sitemap .panel-body {
495 background-color:rgb(1, 55, 40);
495 background-color:rgb(1, 2, 2);
496496 padding-bottom:5px;
497opacity:0.9;
497498
498499 }
499500#small-footer {
10041004 font-size: 16px;
10051005 color:#fff;
10061006 height: 35px;
1007 background: none repeat scroll 0% 0% rgb(1, 55, 40);
1007 background: none repeat scroll 0% 0% rgb(1, 2, 2);
10081008 padding-top:2px;
1009margin-top:0%;
1010 }
1009margin-top:-0.7%;
1010opacity:0.9;
1011 }
10111012
10121013.footer-style li {
10131014 width:auto;
11471147 }
11481148
11491149#lightbox .close {
1150 opacity: 1;
1150 opacity: 0.6;
11511151 color: rgb(255, 255, 255);
11521152 background-color: rgb(25, 25, 25);
1153 padding: 5px 8px;
1153 padding: 1px 5px;
11541154 border-radius: 30px;
11551155 border: 2px solid rgb(255, 255, 255);
11561156 position: absolute;
1157 top: -15px;
1158 right: -55px;
1157 top: 34px;
1158 right: -65px;
11591159
11601160 z-index:1032;
11611161 }
12111211{
12121212background-image:url(/static/uploads/stonechariot1.jpg);
12131213width:100%;
1214height:687px;
1215background-size:100%
1214background-size:100% 130%;
12161215 }
12171216
12181217.well
12191218{
12201219margin-left:5%;
1221background:rgba(0, 0, 0, 0.6);
1220background:rgba(0, 0, 0, 0.4);
12221221color:white;
12231222margin-top:5%;
1224border-radius:7%;
1223border-radius:1%;
12251224 }