-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
82 lines (66 loc) · 1.4 KB
/
main.css
File metadata and controls
82 lines (66 loc) · 1.4 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
80
81
82
.navbar .navbar-brand {
font-family: 'hot_pursuitregular';
font-size: 24px;
text-transform: uppercase;
letter-spacing: 1px;
}
.navbar .nav-link {
color: black;
font-family: 'Prompt', sans-serif;
font-size: 14px;
letter-spacing: 1px;
font-weight: 700;
text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
color: #0d6efd;
}
.masthead {
background-size: cover;
min-height: 100vh;
position: relative;
color: white;
}
.color-overlay {
position: absolute;
background-color: rgba(0, 0, 0, 0.1);
height: 100%;
width: 100%;
}
.singleCol {
max-width: 750px;
margin: 0 auto;
}
@media (max-width: 768px) {
.masthead {
min-height: 50vh;
}
h1 {
font-size: calc(1.525rem + 3.3vw);
}
}
.multicolortext {
background-image: linear-gradient(to left, violet, fuchsia, lawngreen, aqua, yellow, orange, red);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
}
h1 {
font-family: 'hot_pursuitregular';
font-size: 72px;
}
h2 {
font-size: 48px;
color: black;
font-family: 'Prompt', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
font-size: 20px;
color: black;
}
.commisions {
background-color: black;
}