Project

General

Profile

1
/*!
2
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
3
 * Code licensed under the Apache License v2.0.
4
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
5
 */
6

    
7
body {
8
    overflow-x: hidden;
9
}
10

    
11
p {
12
    font-size: 20px;
13
}
14

    
15
p.small {
16
    font-size: 16px;
17
}
18

    
19
a,
20
a:hover,
21
a:focus,
22
a:active,
23
a.active {
24
    outline: 0;
25
    color: #18bc9c;
26
}
27

    
28
h1,
29
h2,
30
h3,
31
h4,
32
h5,
33
h6 {
34
    text-transform: uppercase;
35
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
36
    font-weight: 700;
37
}
38

    
39
hr.star-light,
40
hr.star-primary {
41
    margin: 25px auto 30px;
42
    padding: 0;
43
    max-width: 250px;
44
    border: 0;
45
    border-top: solid 5px;
46
    text-align: center;
47
}
48

    
49
hr.star-light:after,
50
hr.star-primary:after {
51
    content: "\f005";
52
    display: inline-block;
53
    position: relative;
54
    top: -.8em;
55
    padding: 0 .25em;
56
    font-family: FontAwesome;
57
    font-size: 2em;
58
}
59

    
60
hr.star-light {
61
    border-color: #fff;
62
}
63

    
64
hr.star-light:after {
65
    color: #fff;
66
    background-color: #18bc9c;
67
}
68

    
69
hr.star-primary {
70
    border-color: #2c3e50;
71
}
72

    
73
hr.star-primary:after {
74
    color: #2c3e50;
75
    background-color: #fff;
76
}
77

    
78
.img-centered {
79
    margin: 0 auto;
80
}
81

    
82
header {
83
    text-align: center;
84
    color: #fff;
85
    background: #ffffff;
86
}
87

    
88
header .container {
89
    padding-top: 100px;
90
    padding-bottom: 50px;
91
}
92

    
93
header img {
94
    display: block;
95
    margin: 0 auto 20px;
96
}
97

    
98
header .intro-text .name {
99
    display: block;
100
    text-transform: uppercase;
101
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
102
    font-size: 2em;
103
    font-weight: 700;
104
}
105

    
106
header .intro-text .skills {
107
    font-size: 1.25em;
108
    font-weight: 300;
109
}
110

    
111

    
112

    
113
@media(min-width:768px) {
114
    header .container {
115
        padding-top: 200px;
116
        padding-bottom: 100px;
117
    }
118

    
119
    header .intro-text .name {
120
        font-size: 4.75em;
121
    }
122

    
123
    header .intro-text .skills {
124
        font-size: 1.75em;
125
    }
126
}
127

    
128
@media(min-width:768px) {
129
    .navbar-fixed-top {
130
        padding: 25px 0;
131
        -webkit-transition: padding .3s;
132
        -moz-transition: padding .3s;
133
        transition: padding .3s;
134
    }
135

    
136
    .navbar-fixed-top .navbar-brand {
137
        font-size: 2em;
138
        -webkit-transition: all .3s;
139
        -moz-transition: all .3s;
140
        transition: all .3s;
141
    }
142

    
143
    .navbar-fixed-top.navbar-shrink {
144
        padding: 10px 0;
145
    }
146

    
147
    .navbar-fixed-top.navbar-shrink .navbar-brand {
148
        font-size: 1.5em;
149
    }
150
}
151

    
152
.navbar {
153
    text-transform: uppercase;
154
    font-family: Lato;
155
    font-weight: 700;
156
}
157

    
158
.navbar a:focus {
159
    outline: 0;
160
}
161

    
162
.navbar .navbar-nav {
163
    letter-spacing: 1px;
164
}
165

    
166
.navbar .navbar-nav li a:focus {
167
    outline: 0;
168
}
169

    
170
.navbar-default,
171
.navbar-inverse {
172
    border: 0;
173
    background-color: #FFFFFF ;
174
}
175

    
176
section {
177
    padding: 100px 0;
178
}
179

    
180
section h2 {
181
    margin: 0;
182
    font-size: 3em;
183
}
184

    
185
section.success {
186
    color: #fff;
187
    background: #18bc9c;
188
}
189

    
190
section.success a,
191
section.success a:hover,
192
section.success a:focus,
193
section.success a:active,
194
section.success a.active {
195
    outline: 0;
196
    color: #2c3e50;
197
}
198

    
199
@media(max-width:767px) {
200
    section {
201
        padding: 75px 0;
202
    }
203

    
204
    section.first {
205
        padding-top: 75px;
206
    }
207
}
208

    
209
#portfolio .portfolio-item {
210
    right: 0;
211
    margin: 0 0 15px;
212
}
213

    
214
#portfolio .portfolio-item .portfolio-link {
215
    display: block;
216
    position: relative;
217
    margin: 0 auto;
218
    max-width: 400px;
219
}
220

    
221
#portfolio .portfolio-item .portfolio-link .caption {
222
    position: absolute;
223
    width: 100%;
224
    height: 100%;
225
    opacity: 0;
226
    background: rgba(24,188,156,.9);
227
    -webkit-transition: all ease .5s;
228
    -moz-transition: all ease .5s;
229
    transition: all ease .5s;
230
}
231

    
232
#portfolio .portfolio-item .portfolio-link .caption:hover {
233
    opacity: 1;
234
}
235

    
236
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
237
    position: absolute;
238
    top: 50%;
239
    width: 100%;
240
    height: 20px;
241
    margin-top: -12px;
242
    text-align: center;
243
    font-size: 20px;
244
    color: #fff;
245
}
246

    
247
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
248
    margin-top: -12px;
249
}
250

    
251
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
252
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
253
    margin: 0;
254
}
255

    
256
#portfolio * {
257
    z-index: 2;
258
}
259

    
260
@media(min-width:767px) {
261
    #portfolio .portfolio-item {
262
        margin: 0 0 30px;
263
    }
264
}
265

    
266
.btn-outline {
267
    margin-top: 15px;
268
    border: solid 2px #fff;
269
    font-size: 20px;
270
    color: #fff;
271
    background: 0 0;
272
    transition: all .3s ease-in-out;
273
}
274

    
275
.btn-outline:hover,
276
.btn-outline:focus,
277
.btn-outline:active,
278
.btn-outline.active {
279
    border: solid 2px #fff;
280
    color: #18bc9c;
281
    background: #fff;
282
}
283

    
284
.floating-label-form-group {
285
    position: relative;
286
    margin-bottom: 0;
287
    padding-bottom: .5em;
288
    border-bottom: 1px solid #eee;
289
}
290

    
291
.floating-label-form-group input,
292
.floating-label-form-group textarea {
293
    z-index: 1;
294
    position: relative;
295
    padding-right: 0;
296
    padding-left: 0;
297
    border: 0;
298
    border-radius: 0;
299
    font-size: 1.5em;
300
    background: 0 0;
301
    box-shadow: none!important;
302
    resize: none;
303
}
304

    
305
.floating-label-form-group label {
306
    display: block;
307
    z-index: 0;
308
    position: relative;
309
    top: 2em;
310
    margin: 0;
311
    font-size: .85em;
312
    line-height: 1.764705882em;
313
    vertical-align: middle;
314
    vertical-align: baseline;
315
    opacity: 0;
316
    -webkit-transition: top .3s ease,opacity .3s ease;
317
    -moz-transition: top .3s ease,opacity .3s ease;
318
    -ms-transition: top .3s ease,opacity .3s ease;
319
    transition: top .3s ease,opacity .3s ease;
320
}
321

    
322
.floating-label-form-group::not(:first-child) {
323
    padding-left: 14px;
324
    border-left: 1px solid #eee;
325
}
326

    
327
.floating-label-form-group-with-value label {
328
    top: 0;
329
    opacity: 1;
330
}
331

    
332
.floating-label-form-group-with-focus label {
333
    color: #18bc9c;
334
}
335

    
336
form .row:first-child .floating-label-form-group {
337
    border-top: 1px solid #eee;
338
}
339

    
340
footer {
341
    color: black;
342
}
343

    
344
footer h3 {
345
    margin-bottom: 30px;
346
}
347

    
348
footer .footer-above {
349
    padding-top: 50px;
350
    background-color: #2c3e50;
351
}
352

    
353
footer .footer-col {
354
    margin-bottom: 50px;
355
}
356

    
357
footer .footer-below {
358
    padding: 25px 0;
359
    background-color: white;
360
}
361

    
362
.btn-social {
363
    display: inline-block;
364
    width: 50px;
365
    height: 50px;
366
    border: 2px solid #fff;
367
    border-radius: 100%;
368
    text-align: center;
369
    font-size: 20px;
370
    line-height: 45px;
371
}
372

    
373
.btn:focus,
374
.btn:active,
375
.btn.active {
376
    outline: 0;
377
}
378

    
379
.scroll-top {
380
    z-index: 1049;
381
    position: fixed;
382
    right: 2%;
383
    bottom: 2%;
384
    width: 50px;
385
    height: 50px;
386
}
387

    
388
.scroll-top .btn {
389
    width: 50px;
390
    height: 50px;
391
    border-radius: 100%;
392
    font-size: 20px;
393
    line-height: 28px;
394
}
395

    
396
.scroll-top .btn:focus {
397
    outline: 0;
398
}
399

    
400
.portfolio-modal .modal-content {
401
    padding: 100px 0;
402
    min-height: 100%;
403
    border: 0;
404
    border-radius: 0;
405
    text-align: center;
406
    background-clip: border-box;
407
    -webkit-box-shadow: none;
408
    box-shadow: none;
409
}
410

    
411
.portfolio-modal .modal-content h2 {
412
    margin: 0;
413
    font-size: 3em;
414
}
415

    
416
.portfolio-modal .modal-content img {
417
    margin-bottom: 30px;
418
}
419

    
420
.portfolio-modal .modal-content .item-details {
421
    margin: 30px 0;
422
}
423

    
424
.portfolio-modal .close-modal {
425
    position: absolute;
426
    top: 25px;
427
    right: 25px;
428
    width: 75px;
429
    height: 75px;
430
    background-color: transparent;
431
    cursor: pointer;
432
}
433

    
434
.portfolio-modal .close-modal:hover {
435
    opacity: .3;
436
}
437

    
438
.portfolio-modal .close-modal .lr {
439
    z-index: 1051;
440
    width: 1px;
441
    height: 75px;
442
    margin-left: 35px;
443
    background-color: #2c3e50;
444
    -webkit-transform: rotate(45deg);
445
    -ms-transform: rotate(45deg);
446
    transform: rotate(45deg);
447
}
448

    
449
.portfolio-modal .close-modal .lr .rl {
450
    z-index: 1052;
451
    width: 1px;
452
    height: 75px;
453
    background-color: #2c3e50;
454
    -webkit-transform: rotate(90deg);
455
    -ms-transform: rotate(90deg);
456
    transform: rotate(90deg);
457
}
458

    
459
.portfolio-modal .modal-backdrop {
460
    display: none;
461
    opacity: 0;
462
}
463

    
464
.panel-primary {
465
   border-color: #9ba4ad;
466
}
467

    
468
.panel-primary>.panel-heading {
469
    background-color:#FFFFFF ;
470
    border-color: #9ba4ad ;
471

    
472
}
473

    
474
.pagination>li>a, .pagination>li>span {
475

    
476
    background-color: #FFBE4F;
477
}
478

    
479
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
480
   background-color:#F88609 ;
481
}
482

    
483
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
484
    background-color:#FFBE4F ;
485
}
486

    
487
.pagination>li>a:hover{
488
    background-color:#F88609;
489
}
490

    
491
.btn-primary, .btn-primary:hover {
492
    background-color:#29b6f6 ;
493
    border-color: #29b6f6 ;
494
}
495
.badge {
496
     background-color:#9ba4ad;
497
}
498

    
499
a, a:hover {
500
   color:#29b6f6 ;
501
}
502
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
503

    
504
        color: #3498db;
505
}
506

    
507
.body{
508
    background-color: #95a5a6;
509
}
510

    
511
.navbar-default .navbar-nav>li>a {
512
    color: #ff8003;
513
}
514

    
515

    
516
footer .footer-above {
517
    background-color: white;
518
}
519

    
520
footer .footer-below {
521
    background-color:white ;
522

    
523
}
524

    
525
auth {
526
    color: #F88609;
527
}
528

    
529
.col-centered{
530
    float: none;
531
    margin: 0 auto;
532
}
(3-3/4)