-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
116 lines (98 loc) · 1.64 KB
/
footer.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
i {
font-size : 12px;
padding-right: 10px;
color: #aece61;
}
/* Footer */
.footer {
position: relative;
background-color: #092746;
color: #7d7975;
padding: 95px 0 50px;
font-size:16px;
}
.footer p {
line-height:26px;
color : #fff;
}
.footer h5 {
font-size: 22px;
font-weight: 700;
color: #aece61 ;
position: relative;
padding-bottom: 16px;
}
.footer h5:after {
content: '';
display: block;
margin: 5px 0 0;
width: 40%;
height: 1px;
background-color: #1e1d22 ;
}
.footer ul {
list-style: none;
line-height:35px;
margin: 0px;
color:#fff;
}
.footer a {
color:# ;
}
.footer a:hover {
color: #aece61 ;
}
/* Footer Logo */
.foot-logo {
margin: 0px 0px 18px 0px;
padding: 0;
}
/*footer bottom */
.footer-bottom {
padding-top: 10px;
padding-bottom: 25px;
border-top: 1px solid #2f2f33 ;
background: #1e1d22 ;
}
.copyright-text p {
color: #7d7975;
margin-top: 18px;
margin-bottom: 0;
font-size:15px;
}
.copyright-text a {
color: #7d7975;
margin: 0px 10px 0px 10px;
}
.copyright-text a:hover {
color: #aece61 ;
}
/* Social Icons */
.social-icons{
margin: 0;
padding: 0;
font-size : 10px;
}
.social {
margin:7px 7px 7px 0px;
color:#fff;
}
#social-fb:hover {
color: #3B5998;
transition:all .25s;
}
#social-tw:hover {
color: #4099FF;
transition:all .25s;
}
#social-gp:hover {
color: #d34836;
transition:all .25s;
}
#social-em:hover {
color: #f39c12;
transition:all .25s;
}
.footer-four > img {
width:80%;
}