@@ -42,6 +42,7 @@ blue: #2E93CD
42
42
}
43
43
44
44
.nav ul {
45
+ float : right;
45
46
list-style-type : none;
46
47
margin : 0 ;
47
48
padding : 0 ;
@@ -59,21 +60,21 @@ blue: #2E93CD
59
60
60
61
a {color : # 0F79D0 !important }
61
62
63
+ .nav li a : hover {
64
+ color : # 000000 !important ;
65
+ transition : 0.3s ;
66
+ }
62
67
.nav li a {
63
68
padding : 10px ;
64
69
display : block;
65
- color : black !important ;
70
+ color : # 777777 !important ;
66
71
text-align : center;
67
72
text-decoration : none;
68
73
font-weight : bold !important ;
69
- font-size : 11 px !important ;
74
+ font-size : 14 px !important ;
70
75
font-family : 'Lato' , sans-serif !important ;
71
76
}
72
77
73
- .nav li a : hover {
74
- color : # 2E93CD ;
75
- }
76
-
77
78
h1 , h2 , h3 , h4 , h5 , h6
78
79
{
79
80
margin : 10px 0 !important ;
@@ -95,13 +96,50 @@ h1, h2, h3, h4, h5, h6
95
96
96
97
.inner {max-width : 850px }
97
98
98
- # nav_head_inner {max-width : 1050px !important ;}
99
+ # nav_head_inner {max-width : unset !important ;}
100
+
101
+ # header_wrap {
102
+ padding : 100px 0px !important ;
103
+ }
104
+
105
+ @media (min-width : 600px ) {
99
106
100
107
# header_wrap .inner {
101
- padding : 80px 20px !important ;
102
- background-color : # FFFFFFCC ;
108
+ width : 500px ;
103
109
}
104
110
111
+ }
112
+
113
+ @media (max-width : 600px ) {
114
+
115
+ # header_wrap .inner {
116
+ width : 100% ;
117
+ }
118
+
119
+ }
120
+
121
+ # header_wrap .inner {
122
+ height : 400px ;
123
+ padding : 0px 0px !important ;
124
+ background-color : # FFFFFFDD ;
125
+ }
126
+
127
+ # header_wrap .inner .lesstall {
128
+ height : 300px ;
129
+ }
130
+ # header_wrap h1
131
+ {
132
+ margin : 0px !important ;
133
+ padding-top : 100px !important ;
134
+ line-height : 100px ;
135
+ }
136
+
137
+ # header_wrap h2 {
138
+ margin-top : 20px !important ;
139
+ background : none
140
+ }
141
+
142
+
105
143
# footer_wrap {background-color : # FFFFFF }
106
144
107
145
body {
@@ -160,6 +198,7 @@ a.colorlink {
160
198
161
199
a .colorlink : hover {
162
200
background-color : # 0F79D0
201
+ transition: 0.3s ;
163
202
}
164
203
165
204
img .image-center-smaller {
@@ -289,3 +328,21 @@ mjx-container
289
328
img {
290
329
border : none!important
291
330
}
331
+
332
+ a .iconlink {
333
+ display : inline-block;text-align : center;padding : 50px ;
334
+ font-family : 'Lato' , sans-serif;
335
+ }
336
+
337
+ a .iconlink ,
338
+ a .iconlink : link ,
339
+ a .iconlink : active ,
340
+ a .iconlink : visited
341
+ {
342
+ color : black !important
343
+ }
344
+
345
+ a .iconlink : hover {
346
+ color : # 0F79D0 !important ;
347
+ transition : 0.3s ;
348
+ }
0 commit comments