|
1 |
| -/* GLOBAL DEFINATIONS STARTS */ |
2 |
| - |
3 |
| -* { |
4 |
| - padding: 0; |
5 |
| - margin: 0; |
6 |
| - box-sizing: border-box; |
7 |
| - -webkit-box-sizing: border-box; |
8 |
| - -moz-box-sizing: border-box; |
9 |
| - transition: opacity 0.7s ease-in-out; |
10 |
| - font-family: "Montserrat", sans-serif |
11 |
| -} |
12 |
| - |
13 | 1 | body {
|
14 |
| - overflow-x: hidden; |
15 |
| - padding-top: 50px; |
16 |
| -} |
17 |
| - |
18 |
| -a { |
19 |
| - cursor: pointer; |
20 |
| - color: #0275d8; |
21 |
| - text-decoration: none; |
22 |
| -} |
23 |
| - |
24 |
| -.line-gap-10px { |
25 |
| - height: 10px; |
26 |
| -} |
27 |
| - |
28 |
| - |
29 |
| -/* NAVBAR CSS STARTS */ |
30 |
| - |
31 |
| -.navbar { |
32 |
| - margin-bottom: 0; |
33 |
| -} |
34 |
| - |
35 |
| -.navbar-inverse .navbar-brand { |
36 |
| - color: #eee; |
37 |
| -} |
38 |
| - |
39 |
| -.navbar-inverse { |
40 |
| - background-color: #24292e; |
41 |
| -} |
42 |
| - |
43 |
| -.navbar-inverse { |
44 |
| - border-color: #24292e; |
45 |
| -} |
46 |
| - |
47 |
| - |
48 |
| -/* SECTION ONE STARTS */ |
49 |
| - |
50 |
| -.main-section { |
51 |
| - min-height: 70vh; |
52 |
| - height: auto; |
53 |
| - padding-top: 40px; |
54 |
| - background: white; |
55 |
| - background-color: white; |
56 |
| - position: relative; |
57 |
| - clear: both; |
58 |
| -} |
59 |
| - |
60 |
| -.logo-image { |
61 |
| - width: 200px; |
62 |
| - display: block; |
63 |
| - margin-left: auto; |
64 |
| - margin-right: auto |
65 |
| -} |
66 |
| - |
67 |
| -.jumbotron { |
68 |
| - background-color: white; |
69 |
| - word-wrap: break-word; |
70 |
| - display: block; |
71 |
| -} |
72 |
| - |
73 |
| -.jumbotron h1 { |
74 |
| - font-size: 60px; |
75 |
| - color: #0275d8; |
76 |
| -} |
77 |
| - |
78 |
| -.jumbotron h4 { |
79 |
| - color: #999; |
80 |
| - font-size: 18px; |
81 |
| - padding-top: 20px; |
82 |
| -} |
83 |
| - |
84 |
| - |
85 |
| -/* SECTION TWO START */ |
86 |
| - |
87 |
| -.section-two { |
88 |
| - height: auto; |
89 |
| - padding: 70px 0; |
90 |
| - background-color: #eee; |
91 |
| - word-wrap: break-word; |
92 |
| - display: block; |
| 2 | + padding: 20px 0; |
93 | 3 | }
|
94 | 4 |
|
95 |
| -.section-two h3 { |
96 |
| - font-size: 30px; |
97 |
| - color: #444444; |
| 5 | +#logo { |
| 6 | + width: 180px; |
| 7 | + height: 180px; |
98 | 8 | }
|
99 | 9 |
|
100 |
| -.bi { |
101 |
| - text-align: center; |
102 |
| - font-style: italic; |
103 |
| - padding: 10px 0; |
104 |
| - font-size: 15px; |
| 10 | +.navbar ul { |
| 11 | + margin-top: 5px; |
105 | 12 | }
|
106 | 13 |
|
107 |
| -.section-two .intro { |
108 |
| - color: #666666; |
109 |
| - font-size: 18px; |
110 |
| - line-height: 35px; |
111 |
| - text-align: justify; |
| 14 | +.navbar .navbar-brand { |
| 15 | + color: #ED1B49; |
| 16 | + font-size: 175%; |
| 17 | + font-weight: 100; |
112 | 18 | }
|
113 | 19 |
|
114 |
| - |
115 |
| -/* SECTION THREE START */ |
116 |
| - |
117 |
| -.section-three { |
118 |
| - height: auto; |
119 |
| - min-height: 500px; |
120 |
| - padding: 40px 0; |
121 |
| -} |
122 |
| - |
123 |
| -.left-session-info { |
124 |
| - padding: 30px 50px; |
125 |
| -} |
126 |
| - |
127 |
| -.sRegister { |
128 |
| - color: white; |
129 |
| - font-size: 15px; |
130 |
| - background-color: #0275d8; |
131 |
| - border-color: #0275d8; |
132 |
| -} |
133 |
| - |
134 |
| -.sRegister a { |
135 |
| - color: white; |
136 |
| - text-decoration: none; |
137 |
| -} |
138 |
| - |
139 |
| -.left-social-section { |
140 |
| - padding: 0 50px; |
141 |
| -} |
142 |
| - |
143 |
| - |
144 |
| -/* FOOTER CSS STARTS */ |
145 |
| - |
146 | 20 | footer {
|
147 |
| - height: auto; |
148 |
| - min-height: 120px; |
149 |
| - padding-top: 10px; |
150 |
| - background-color: #24292e; |
151 |
| -} |
152 |
| - |
153 |
| -footer .container { |
154 |
| - width: 70%; |
155 |
| - position: sticky; |
156 |
| - display: block; |
157 |
| -} |
158 |
| - |
159 |
| -.rectangle { |
160 |
| - height: 30px; |
161 |
| - line-height: 30px; |
162 |
| - margin-top: 15px; |
| 21 | + height:70px; |
| 22 | + background-color: #e7e7e7; |
| 23 | + text-align: center; |
| 24 | + border-radius: 7px; |
| 25 | + border-style: solid !important; |
| 26 | + border:1px; |
| 27 | + border-color: #bdbdbd; |
| 28 | + padding-top: 15px; |
| 29 | + padding-left: 5px; |
163 | 30 | }
|
164 | 31 |
|
165 |
| -.backToTop { |
166 |
| - float: right; |
167 |
| - color: #999; |
| 32 | +footer .col-sm-6 a{ |
| 33 | + color: #777; |
| 34 | + padding: 10px; |
168 | 35 | }
|
169 | 36 |
|
170 |
| -.backToTop a { |
171 |
| - text-decoration: none; |
| 37 | +.navbar .navbar-brand:hover { |
| 38 | + color: rgb(255, 100, 100); |
172 | 39 | }
|
173 | 40 |
|
174 |
| -.copyright { |
175 |
| - color: #fff; |
176 |
| - line-height: 30px; |
177 |
| - min-height: 30px; |
178 |
| - padding: 7px 0; |
179 |
| -} |
| 41 | +#organizers { |
| 42 | + margin: 40px 0 40px; |
| 43 | + background: #f4f4f4; |
| 44 | + padding: 40px 20px 20px; |
| 45 | + border-radius: 12px; |
180 | 46 |
|
181 |
| -.social { |
182 |
| - color: #fff; |
183 |
| - line-height: 30px; |
184 |
| - min-height: 30px; |
185 |
| - padding: 7px 0; |
186 | 47 | }
|
187 | 48 |
|
188 |
| -.social .left-align { |
189 |
| - text-align: left; |
| 49 | +#organizers h2 { |
| 50 | + font-weight: 100; |
190 | 51 | }
|
191 | 52 |
|
192 |
| -.social .right-align { |
193 |
| - text-align: right; |
| 53 | +#organizers .title h2 { |
| 54 | + font-size: 250%; |
| 55 | + top: 85px; |
| 56 | + color: #26A9E0; |
194 | 57 | }
|
195 | 58 |
|
196 |
| -.social ul { |
197 |
| - list-style: none; |
198 |
| -} |
199 |
| - |
200 |
| -.social ul li { |
201 |
| - width: 40px; |
202 |
| - height: 30px; |
203 |
| - color: #eee; |
204 |
| - font-size: 22px; |
205 |
| - display: inline-block; |
206 |
| -} |
207 |
| - |
208 |
| -.social a { |
209 |
| - color: #fff; |
210 |
| -} |
211 |
| - |
212 |
| - |
213 |
| -/*Media queries*/ |
214 |
| - |
215 |
| -@media (max-width: 320px) { |
216 |
| - .jumbotron h1 { |
217 |
| - font-size: 30px; |
218 |
| - } |
219 |
| -} |
220 |
| - |
221 |
| -@media (min-width: 321px) and (max-width: 480px) { |
222 |
| - .jumbotron h1 { |
223 |
| - font-size: 38px; |
224 |
| - } |
225 |
| -} |
226 |
| - |
227 |
| -@media (max-width: 768px) { |
228 |
| - .main-section { |
229 |
| - min-height: 50vh; |
230 |
| - height: auto; |
231 |
| - clear: both; |
232 |
| - } |
| 59 | +.jumbotron { |
| 60 | + background-color:#ffffff; |
| 61 | + background-size:80px 50px; |
233 | 62 | }
|
234 |
| - |
235 |
| -@media (min-width: 769px) and (max-width: 1024px) { |
236 |
| - .main-section { |
237 |
| - min-height: 50vh; |
238 |
| - height: auto; |
239 |
| - clear: both; |
240 |
| - } |
| 63 | +.jumbotron h1 { |
| 64 | + color: #26A9E0; |
241 | 65 | }
|
0 commit comments