-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
224 lines (152 loc) · 3.27 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
@font-face
{
font-family: "proxima-nova";
src: url('styles/fonts/ProximaNova-Regular.otf'),
url('styles/fonts/ProximaNova-Light.otf'); /* IE9 */
}
body, p, h1, h2, h3, a {
font-family: "proxima-nova", "helvetica-neue", helvetica, arial, 'sans serif';
}
/* Video START */
/* Video START */
.header-unit h1 {
color: #fff;
font-size: 42px;
font-weight: 200;
text-align: center;
padding-top: 200px;
}
.header-unit h2 {
color: #fff;
font-size: 36px;
font-weight: 200;
text-align: center;
padding-top: 150px;
}
.header-unit h3 {
color: #fff;
margin-right: 40px;
font-size: 18px;
padding: 8px;
border-style: solid;
border-width: 1px;
border-color: #fff;
font-weight: 200;
padding-color: (255, 255, 255, 0.3);
}
.header-unit {
height: 560px;
border-right:none;
border-left: none;
position: relative;
}
#video-container {
top:0%;
left:0%;
height:100%;
width:100%;
overflow: hidden;
position: absolute;
}
video {
position:absolute;
z-index:-1000;
}
video.fillWidth {
width: 100%;
height: auto;
}
.vpat {
background-color: #20BBE9;
position: absolute;
opacity: 0.8;
left: 0px; top: 0px;
width: 100%;
height: 100%;
z-index: -900;
}
.banner {
background-color: #20BBE9;
top:0%;
left:0%;
height:100%;
width:100%;
overflow: hidden;
position: absolute;
z-index: -900;
}
/* Video END */
/* Video END */
#intro {
padding: 110px 0px 10px 0px;
color: #787f8c;
}
#intro p {font-size: 24px;}
#process {
background-color: #fff;
padding: 60px 0px 60px 0px;
color: #787f8c;
text-align: center;
}
#process h2 {color: #5c5c5c; font-size: 21px;}
#process p {font-size: 18px; text-align: left;}
#process img {height: 100px; width: 100px;}
#team {
text-align: center;
background-color: #fff;
padding: 90px 0px 40px 0px;
color: #787f8c;
}
#team h2 {color: #5c5c5c;}
#team p {font-size: 18px;}
#team .img-circle {height: 220px; width:220px;}
img.bnw {
filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
filter: gray; /* IE5+ */
-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}
img.bnw:hover {
filter: none;
-webkit-filter: grayscale(0);
}
#portfolio {
padding: 80px 0px;
background: url('images/papertexture.jpg');
background-position: 50% 20%;
background-size: cover;
text-align: center;
}
#portfolio h1 {color: #5c5c5c; text-align: left; padding-bottom: 60px;}
#portfolio h2 {color: #787f8c;}
#portfolio img {text-align: center;}
.portfimg {max-width: 350px; height: 196px; text-align: center; margin: 0px auto;}
.portfimg1 {width: 200px; text-align: center;}
.portfimgx {padding-top: 10px; text-align: center;}
#contact {
padding: 200px 0px;
background-color: #20BBE9;
color: #fff;
font-weight: 100;
text-align: center;
}
#contact h1 {
font-size: 50px;
}
#contact h2 {
font-weight: 200;
}
#contact a {
font-size: 24px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
border-color: #fff;
}
.btn-default {
color: #fff;
background-color: transparent;
border-color: #fff;
font-size: 28px;
margin-top: 20px;
}