-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.css
More file actions
79 lines (73 loc) · 1.29 KB
/
Copy pathabout.css
File metadata and controls
79 lines (73 loc) · 1.29 KB
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
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
body
{
font-family: "Roboto Condensed",sans-serif;
color: #00030a;
font-size: 20pxpx;
line-height: 1.6em;
background: url(../images/bg.jpg);
background-size: cover;
}
.overlay
{
position: relative;
}
.overlay::before
{
background: #000;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
}
h1,h2,h3,h4,h5,h6
{
font-family: "Roboto Condensed",sans-serif;
font-weight: 700;
margin: 0;
color: #000000
}
.about-bg
{
background: rgba(0,0,0,0) url("/images/abt.jpg");
}
.parallax
{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 0;
background-size: cover;
}
page-head {
padding: 200px 100px 150px; }
.page-head .section-title h3 {
font-size: 55px;
margin-bottom: 20px;
color: #fff; }
.breadcrumb {
background-color: rgba(0, 0, 0, 0);
justify-content: center; }
.breadcrumb li {
color: white;
display: inline-block;
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
margin: 0 5px; }
.breadcrumb li a {
color: #fc328a; }
.pad90
{
padding: 90px 0;
}
.mb20 {
margin-bottom: 20px; }
.tiles{
display: block;
height: 250px;
margin-left: 60px;
width: 250px;
}