-
Notifications
You must be signed in to change notification settings - Fork 0
/
onethingcss.css
116 lines (101 loc) · 1.61 KB
/
onethingcss.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
105
106
107
108
109
110
111
112
113
114
115
116
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
transition: all 0.4s;
}
/* Change navbar styling on scroll */
.navbar.active {
background: #fff;
}
/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
.navbar {
background: #fff;
}
}
.textdecoration{
text-decoration:none !important;
}
.orangetext{
color:#e53617;
}
.orangebg{
background:#e53617;
}
.mobilelogotext{
font-size:30px;
}
.desktoplogotext{
margin-left: 100px;
padding-top:60px;
}
.desktoplogotext span{
font-size:35px;
}
.banner-heading{
font-size:7vh;
}
@media only screen and (max-width: 600px) {
.banner-heading{
font-size:4vh;
}
}
.bottomborder-hr{
border-bottom:3.5px solid #e53617;
}
.banner-text{
font-size:22px;
}
.below-banner-text{
font-size:22px;
}
.below-banner-heading{
font-size:7vh;
}
@media only screen and (max-width: 600px) {
.below-banner-heading{
font-size:4vh;
}
}
.below-banner-heading-2{
font-size:5vh;
}
@media only screen and (max-width: 600px) {
.below-banner-heading-2{
font-size:4vh;
}
}
.section3-heading{
font-size:7vh;
}
@media only screen and (max-width: 600px) {
.section3-heading{
font-size:4vh;
}
}
.award-text{
font-size:3.5vh;
font-weight:500;
}
.footer{
height:100vh;
}
.footer-logo{
font-size:35px;
}
.footer-text{
font-size:8vh;
}
.footer-line-text{
color:#fc9784;
}
@media only screen and (max-width: 600px) {
.footer-text{
font-size:3vh;
}
}