Commit 760ee773e0ca9faeb90f2acc9649c81d772d4be3

css is changed for navigation bar,footer,and the container and side bar is added
  
7070 transition: 0.5s;
7171 }
7272
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
10373.navigation-style {
10474 position: relative;
10575 margin-top: -35px;
106 height: 35px;
76 height: auto;
10777 background: none repeat scroll 0% 0% rgb(1, 55, 40);
10878z-index:1000;
10979opacity:0.7;
11080
111padding-left:80px;
81padding-left:20%;
11282width:auto;
11383 }
11484
10001000 height: 35px;
10011001 background: none repeat scroll 0% 0% rgb(1, 55, 40);
10021002 padding-top:2px;
1003margin-top:4%;
1003margin-top:0%;
10041004 }
10051005
10061006.footer-style li {
12021202
12031203#content-container
12041204{
1205background-image:url()
1205background-image:url(/static/uploads/stonechariot1.jpg);
1206width:100%;
1207height:687px;
1208background-size:100%
12061209 }
12071210
12081211.well
12091212{
1210margin-left:8%;
1213margin-left:20%;
1214background:rgba(0, 0, 0, 0.6);
1215color:white;
1216margin-top:5%;
1217border-radius:7%;
12111218 }