-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
55 lines (52 loc) · 1.32 KB
/
styles.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
@charset "UTF-8";
/*!
* Start Bootstrap - Landing Page v6.0.3 (https://startbootstrap.com/theme/landing-page)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
*/
body {
font-family: HelsinkiGrotesk, Arial, sans-serif;
}
header.masthead {
position: relative;
background-color: #343a40;
background: url("https://images.unsplash.com/photo-1545302207-884aa31e4265?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=80") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead:before {
content: "";
position: absolute;
background-color: #1c375e;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.5;
}
header.masthead h1, header.masthead .h1 {
font-size: 2rem;
}
@media (min-width: 768px) {
header.masthead {
padding-top: 4rem;
padding-bottom: 4rem;
}
header.masthead h1, header.masthead .h1 {
font-size: 3rem;
}
}
.features-icons {
padding-top: 7rem;
padding-bottom: 7rem;
}
.features-icons .features-icons-item {
max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
font-size: 4.5rem;
}