-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (60 loc) · 1.04 KB
/
style.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
/* footer of every page */
.footer{
width: 100%;
text-align: center;
padding: 30px 0;
}
.footer h4 {
margin-bottom: 25px;
margin-top: 20px;
font-weight: 600;
}
.icons .fa{
color: #f44336;
margin: 0 13px;
cursor: pointer;
padding: 18px 0;
}
.fa-heart-o{
color: #f44336;
}
/* about us page google maps */
.location{
width: 80%;
margin:auto;
padding: 80px 0;
}
.location iframe{
width: 100%;
}
/* about us page */
.about-col h1{
font-size: 36px;
font-weight: 600;
}
.about-col p{
color:#777;
font-size: 14px;
font-weight: 300;
line-height: 22px;
padding: 15px 0 25px;
}
#chai{
font-family: 'Castoro', serif;
font-family: 'Josefin Sans', sans-serif;
}
.aboutus{
font-family: 'Castoro', serif;
font-family: 'Josefin Sans', sans-serif;
color: #E99497;
}
.machine{
color: #FFF5FD;
background-color: transparent;
text-decoration: none;
}
.machine:hover {
color: rgb(41, 40, 40);
background-color: transparent;
text-decoration: none;
}