-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
252 lines (204 loc) · 4.38 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
margin: 0px;
padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,a,span,button,li {
font-family: "Open Sans", sans-serif;
margin: 0px;
padding: 0px;
}
.global_header {
position: fixed;
top: 0;
/* height: 130px; */
width: 100%;
z-index: 1000;
}
.top_section_container {
display: flex;
height: 90px;
width: 1170px;
flex-direction: row;
margin: 0px 174.6px;
padding: 10px 15px;
}
.top_section_container img {
margin: 0px 2px 0px 0px;
}
.top_section_container img:hover {
color: gray;
}
.top_section_container .header_tagline {
display: flex;
flex-direction: row;
height: 80px;
width: 241px;
font-size: 18px;
padding: 10px 0px 0px 5px;
}
.top_section_container .header_tagline span {
color: #1f2b5b;
font-size:35px;
font-weight: 600;
font-family:garamond;
}
.top_section_container .header_tagline span:hover
{
color:gray;
}
.global_header_nav_container {
display: flex;
flex-direction: row;
height: 60px;
width: 675px;
font-size: 20px;
margin: 18px 0px 0px 125px;
/* border: 2px solid black; */
padding-left: 180px;
box-sizing: border-box;
align-items: center;
justify-content: center;
}
.global_header_nav_container a{
color: black;
text-decoration: none;
}
.global_header_nav_container a:hover{
text-decoration:underline;
}
.global_header_nav_container button .donate_icon{
height: 30px;
width: 150px;
display: flex;
flex-direction: row;
/* box-shadow: 0 0 2px gray; */
margin-left: 28px;
/* align-items: center; */
justify-content: center;
font-size: 20px;
}
.global_header_nav_container .image{
margin-right: 5px;
}
.global_header_nav_container button {
height: 45px;
width: 220px;
font-size: 18px;
margin: 10px;
box-shadow: 0 0 6px gray;
background-color: #fff;
border: none;
}
.box {
max-width: 250px;
width: 100%;
}
.box .search_box {
position: relative;
height: 45px;
max-width: 250px;
margin: auto;
box-shadow: 0 0 6px gray;
}
.search_box input {
position: absolute;
height: 100%;
width: 100%;
border-radius: 10px;
background: #fff;
outline: none;
border: none;
padding-left: 20px;
font-size: 17.5px;
cursor: pointer;
font-size: 20px;
}
.search_box .icon {
position: absolute;
right: -2px;
top: 0;
width: 50px;
background: #1e2d6a;
height: 100%;
border-radius: 0.25px 4px 0;
line-height: 50px;
color: #fff;
font-size: 20px;
padding-left: 13px;
box-sizing: border-box;
}
.toolbar {
height: 40px;
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
align-items: center;
font-size: 20px;
background-color:#1f2b5b;
font-weight: 500;
}
.toolbar ul {
display: flex;
list-style: none;
margin-left:265px;
gap: 9rem;
}
.toolbar a {
position: relative;
color: white;
font-size: 18px;
letter-spacing: 0.5px;
text-decoration: none;
padding: 0 10px;
}
.toolbar a::after
{
content:"";
position: absolute;
background-color: #fff;
height: 3px;
width: 0;
left: 0;
bottom: -10px;
transition: 0.3s;
}
.toolbar a:hover
{
color: #fff;
}
.toolbar a:hover:after
{
width: 100%;
}
.home {
text-decoration: underline;
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(images/view-hands-holding-red-heart-represent-affection\ \(1\).jpg);
background-size: cover;
background-position: center;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: cener;
/* text-align: center; */
color: var(--white-color);
gap: 1rem;
text-decoration: none;
}
.home h1{
text-transform: uppercase;
font-size: 3.5rem;
color: #fff;
padding-left: 20px;
z-index: 1000;
}
.home #one
{
padding-left: 40px;
}
.home #two
{
padding-left: 35px;
}