-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
132 lines (119 loc) · 2.09 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
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
.nav-item a:hover {
color: blue !important;
cursor: pointer;
}
.row{
justify-content: center;
}
.col-md-3{
padding-bottom: 15px;
}
hr.style1 {
height: 10px;
border: 0;
box-shadow: 0 5px 10px -10px #8c8b8b inset;
}
div.row{
margin-right: 0px;
margin-left: 0px;
}
.cardhi {
width: 100%;
height: 30vh;
object-fit: cover;
}
/*=-footer-=*/
footer {
background-attachment: fixed;
background-size: cover;
background-position: bottom;
}
footer p {
color: #ccc;
}
footer a {
color: #ccc;
}
.social-pet li {
display: inline-block;
margin-right: 10px;
}
.social-pet li a {
height: 35px;
width: 35px;
border-radius: 50%;
text-align: center;
display: block;
line-height: 35px;
background-color: #3a5a95;
color: #fff;
}
.social-pet li:nth-child(2) a {
background-color: #57aced;
}
.social-pet li:nth-child(3) a {
background-color: #dd4f43;
}
.social-pet li:nth-child(4) a {
background-color: #6b27b2;
}
.social-pet li a:hover {
background-color: #0141a2;
}
footer .input-group-addon {
background-color: #0141a2;
padding: 10px;
}
.f-address li {
display: inline-block;
}
.f-address li i {
color: #2995de;
font-size: 18px;
}
.f-address li a {
color: #ccc;
}
/*=-Copyright-=*/
.copyright {
background-color: #111;
padding: 12px 0;
font-size:14px;
}
.top-marg{
margin-top: 10px
}
.contact-form {
padding: 50px;
margin: 30px 0;
}
.contact-form h1 {
text-transform: uppercase;
margin: 0 0 15px;
}
.contact-form .form-control, .contact-form .btn {
min-height: 38px;
border-radius: 2px;
}
.contact-form .btn-primary {
min-width: 150px;
background: #299be4;
border: none;
}
.contact-form .btn-primary:hover {
background: #1c8cd7;
}
.contact-form label {
opacity: 0.9;
}
.contact-form textarea {
resize: vertical;
}
.hint-text {
font-size: 15px;
padding-bottom: 15px;
opacity: 0.8;
}
.bs-example {
margin: 20px;
}