-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
94 lines (67 loc) · 1.31 KB
/
contact.css
File metadata and controls
94 lines (67 loc) · 1.31 KB
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
#contact-header{
font-family: 'Oswald', sans-serif;
color:white;
font-weight:100;
}
body{
background:
url("./bg/contact-bg.svg");
background-attachment: fixed;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
font-family: 'Segoe UI Regular' !important;
}
.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.navbar{
background-color:transparent;
}
input{
border-radius:35px;
text-decoration: capitalize;
}
.contact{
background-color:transparent;
}
.contact-section{
background-color:transparent;
}
.contact-info{
background-color:"white";
}
.contact-info i{
font-size: 30px;
width: 30px;
height: 35px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}
.contact-info i.fa-envelope, .contact-info i.fa-phone, .contact-info i.fa-marker{
font-size: 25px;
line-height: 38px;
}
.contact-info p{
display: inline-block;
color: #ffffff;
vertical-align: middle;
margin:0;
}
.contact-info p a{
color: #5383d3;
text-decoration: none;
}