-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
142 lines (123 loc) · 2 KB
/
main.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", sans-serif;
}
body,
html {
height: 100%;
color: #777;
line-height: 1.8;
}
/*Navbar Styles*/
.w3-navbar {
color: #fff;
}
.w3-navbar.w3-animate-top {
color: #444;
}
.w3-navbar li a:hover {
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
}
/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
opacity: 0.7;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image:url(back.jpeg);
min-height: 100%;
}
/* Second image (Portfolio) */
.bgimg-2 {
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgLW1eBgTIBw_xsVGRt_rF8FLb5YGBlNodvmyv9p8bxQVzDOFm");
min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
background-image: url("http://unsplash.com/photos/TV2gg2kZD1o/download");
min-height: 400px;
}
.w3-wide {
letter-spacing: 10px;
}
.w3-hover-opacity {
cursor: pointer;
}
#googleMap {
width: 100%;
height: 400px;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
/* Turn off parallax scrolling for tablets and mobiles */
@media only screen and (max-width: 1024px) {
.bgimg-1,
.bgimg-2,
.bgimg-3 {
background-attachment: scroll;
}
}
/* About Section */
#about {
font-size: 1.4em;
}
/* Heart Icon */
.heart-icon {
color: #f77;
}
/* Clearfix Hack */
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.cf:after {
clear: both;
}
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
*zoom: 1;
}
/* Social Media Icons */
.w3-half > a {
text-decoration: none;
}
i.fa {
padding-top: 0.2em;
padding-left: 0.5em;
padding-right: 0.5em;
/* taransition: color 1s; */
}
.fa-fire:hover {
color: #4a4;
}
.fa-facebook:hover {
color: #04a;
}
.fa-codepen:hover {
color: #4af;
}
#profile {
vertical-align: middle;
}
#map{
padding: -50pc;
}
#address{
padding-left: 100px;
}