This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
242 lines (242 loc) · 5.4 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
body {
background-color: #2f292b;
font-family:'Varela Round', sans-serif;
color: white;
font-size: 14px;
line-height: 20px;
}
h1 {
margin: 10px 0px 16px;
font-family:'Changa One', Impact, sans-serif;
font-size: 68px;
line-height: 54px;
font-weight: 500;
letter-spacing: 1px;
text-shadow: rgba(0, 0, 0, 0.72) 0px 1px 0px, rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
h2 {
margin: 10px 0px;
font-size: 32px;
line-height: 36px;
font-weight: 700;
text-shadow: none;
}
h3 {
margin: 5px 0px;
font-size: 22px;
line-height: 30px;
font-weight: 400;
text-shadow: none;
}
h4 {
margin: 10px 0px;
font-size: 18px;
line-height: 24px;
font-weight: 700;
}
h5 {
margin: 10px 0px;
font-size: 14px;
line-height: 20px;
font-weight: 700;
}
h6 {
margin: 10px 0px;
font-size: 12px;
line-height: 18px;
font-weight: 700;
}
p {
margin-bottom: 5px;
font-size: 22px;
line-height: 23px;
letter-spacing: 0px;
text-shadow: none;
}
.button {
display: block;
width: 32%;
height: 54px;
padding: 4px 29px;
float: left;
border-radius: 4px;
background-color: #c96c47;
box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px 0px, rgba(0, 0, 0, 0.10) 0px 0px 0px 1px, rgba(255, 255, 255, 0.07) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px -44px 38px -25px inset;
-webkit-transition: background-color 300ms ease;
transition: background-color 300ms ease;
color: white;
font-size: 16px;
font-weight: 300;
text-align: center;
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.18) 0px 1px 0px;
}
.button:hover {
background-color: #e66f40;
}
.button:active {
background-color: rgba(230, 111, 64, 0.63);
box-shadow: rgba(255, 255, 255, 0.21) 0px 1px 0px 0px, rgba(0, 0, 0, 0.11) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 6px 1px inset, rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px 44px 38px -25px inset;
}
.subtitle {
font-size: 25px;
line-height: 34px;
text-shadow: rgba(0, 0, 0, 0.23) 1px 1px 2px, rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.field {
width: 65%;
height: 54px;
margin-right: 3%;
float: left;
border: 0px solid black;
border-radius: 4px;
background-color: rgba(47, 41, 43, 0.65);
box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.13) 0px 2px 9px -1px inset, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0.12) 0px 1px 0px 0px;
-webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
transition: background-color 300ms ease, box-shadow 300ms ease;
color: white;
font-size: 16px;
}
.field:hover {
background-color: rgba(47, 41, 43, 0.76);
}
.field:focus {
box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.09) 0px 2px 9px -1px inset, #c96c47 0px 0px 0px 2px, #c96c47 0px 0px 12px 1px;
}
.sign-up-form {
margin-top: 47px;
}
.social-widget {
width: 100px;
float: left;
opacity: 0.41;
-webkit-transition: opacity 300ms ease;
transition: opacity 300ms ease;
}
.social-widget:hover {
opacity: 1;
}
.success-message {
padding: 29px;
border-radius: 4px;
background-color: #c96c47;
box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.09) 0px 1px 0px 0px inset;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: white;
text-shadow: rgba(0, 0, 0, 0.56) 0px 1px 0px;
}
.error-message {
padding-bottom: 5px;
border-radius: 2px;
background-color: #5c3245;
}
.header-section {
height: 100%;
padding-top: 193px;
padding-bottom: 237px;
background-image: url('../images/blur-street.jpg');
background-size: cover;
color: white;
text-align: center;
}
.footer-section {
padding-top: 38px;
padding-bottom: 34px;
background-color: #2f292b;
box-shadow: rgba(255, 255, 255, 0.07) 0px -1px 0px 0px, rgba(0, 0, 0, 0.23) 0px 1px 1px 0px inset;
color: #7e7c87;
}
.copyright {
color: rgba(255, 255, 255, 0.29);
}
.container {
padding-right: 129px;
padding-left: 129px;
}
.share-button {
display: inline-block;
width: 58px;
margin-right: 14px;
margin-left: 14px;
}
.share-button.facebook {
width: 49px;
}
.share-button.google {
width: 54px;
}
.success-text {
margin-bottom: 10px;
text-shadow: none;
}
.referal-text {
margin-top: 16px;
margin-bottom: 13px;
color: rgba(255, 255, 255, 0.61);
font-size: 15px;
text-transform: uppercase;
text-shadow: none;
}
.social-btn {
margin-right: 7px;
margin-left: 7px;
opacity: 0.31;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.social-btn:hover {
opacity: 1;
}
.align-right {
text-align: right;
}
.slider-nav {
height: 40px;
font-size: 9px;
}
@media (max-width: 991px) {
.container {
padding-right: 79px;
padding-left: 79px;
}
}
@media (max-width: 767px) {
.sign-up-form {
margin-bottom: 0px;
}
.header-section {
padding-top: 55px;
padding-bottom: 75px;
}
.footer-section {
padding-top: 26px;
padding-bottom: 26px;
}
.container {
padding-right: 11px;
padding-left: 11px;
}
}
@media (max-width: 479px) {
.button {
width: 100%;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.field {
width: 100%;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.social-widget {
width: 96px;
}
.copyright {
margin-bottom: 7px;
text-align: center;
}
.align-right {
text-align: center;
}
}