-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathscroll-down.css
More file actions
56 lines (56 loc) · 1.23 KB
/
scroll-down.css
File metadata and controls
56 lines (56 loc) · 1.23 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
.separator-type, .title-type, .intro-type, .content-type .intro-type p {
position: relative;
}
.intro-type .container {
padding: 107px 0px 102px 0px !important;
}
.company-heading h1 {
margin-bottom: 60px;
padding-bottom: 50px;
line-height: 80px;
color: #fff;
font-weight: 700 !important;
text-align: center;
}
.jumbo {
margin-top: 50px;
}
.seo-header, .product-header, .intro-type .container h1.white, .company-heading h1 {
font-weight: 100 !important;
text-transform: capitalize;
font-size: 55px;
margin-bottom: 20px;
}
.parallax {
background-attachment: inherit !important;
}
.parallax {
background-attachment: inherit !important;
}
.parallax {
background-attachment: inherit !important;
background-repeat: repeat;
background-size: cover;
position: absolute;
top: 0px;
bottom: 0px;
width: 100%;
z-index: -10;
}
.ct-btn-scroll {
width: 49px;
height: 49px;
position: absolute;
bottom: 30px;
left: 0;
right: 0;
margin: auto;
padding-top: 500px;
z-index: 9;
border-radius: 50%;
-webkit-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
}
img, figure {
max-width: 100%;
}