-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
104 lines (84 loc) · 1.37 KB
/
index.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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.section-body {
color: blanchedalmond;
height: 100vh;
}
.section-body-2 {
color: blanchedalmond;
height: 150vh;
}
.section-body-3 {
color: blanchedalmond;
}
.section-top-bottom{
padding-top: 40px;
padding-bottom: 40px;
}
.title-top-bottom{
padding-top: 20px;
padding-bottom: 20px;
}
.accordion-row{
width: 85vw;
background-color: #171616;
}
.contactus{
width: 85vw;
}
@media (min-width: 576px) {
.heading {
font-size: 100px;
}
.heading-2 {
font-size: 75px;
}
}
.sub-heading {
font-size: x-large;
}
.sub-heading-2 {
font-size: 20px;
}
.sub-heading-3 {
font-size: 30px;
}
.section-2 {
background-color: #171616;
}
.section-3 {
background-color: #2a2e32;
}
.accordion-header-section {
background-color: #171616;
color: #ffffff;
}
.card-section {
background-color: #242424;
color: #ffffff;
}
.social-icons {
margin: 0px 3px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.accordion-section {
width: auto;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.accordion-section {
width: auto;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.accordion-section {
width: auto;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.accordion-section {
width: auto;
}
}