-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
80 lines (77 loc) · 1.18 KB
/
default.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
body{
font-family: 'Julius Sans One', sans-serif;
text-align: center;
}
.bg{
height: 100vh;
width: auto;
background-image: url(images/bgimage.jpg);
background-size: cover;
}
.dark{
background-color: black;
opacity: 0.2;
height:inherit;
}
.topbar{
padding-top: 30px;
font-size: 24px;
color: white;
}
.headerTitle{
padding-top: 15%;
color: white;
}
.headerTitle span{
font-size: 12vh;
}
.aboutus{
padding-top: 40px;
color: dimgrey;
}
.aboutus span{
font-weight: bold;
font-size: 24px;
color:black;
}
.aboutus p{
color: sienna;
font-weight: bold;
}
.imagebody{
width: 100%;
padding-top: 40px;
padding-bottom: 40px;
}
.whatwedo{
margin-top: 40px;
font-size: 32px;
margin-bottom: 70px;
}
.whatwedo span{
font-size: 16px;
}
.subproject{
font-size: 12px;
padding-bottom: 20px;
}
.subproject span{
font-size: 20px;
font-weight: bold;
}
.freebies{
padding-top: 40px;
padding-bottom: 40px;
}
.freebies span{
font-size: 20px;
font-weight: bold;
}
.map{
width: 100vw;
}
.bottomheader{
background-color: #212428;
height: 50px;
color: white;
}