-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
151 lines (133 loc) · 2.42 KB
/
index.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
143
144
145
146
147
148
149
150
151
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
html,
body {
height: 100%;
font-size: 1rem;
font-family: "Montserrat", sans-serif;
background: #f1f1f1;
}
.container-fluid {
margin-top: 50px;
}
* {
box-sizing: border-box
}
#filters label {
background-color:#f1f1f1;
color: rgb(43, 41, 41);
border: none;
padding:5px;
margin: 0px;
text-align: left;
}
#sidebar {
padding:15px;
margin-top:20px;
width: 100%;
}
@media (max-width: 800px){
.row {
margin-left: 5%;
height: 90%;
width: 90%;
margin-top:50px;
}
#mobile-sidebar{
margin-left:25px;
}
.filters-mobilebtn{
padding:10px;
margin-left:20px;
}
#filters-mobile label {
background-color:#f1f1f1;
color: rgb(77, 73, 73);
border: none;
padding:5px;
margin: 0px;
text-align: left;
}
}
.gradient {
background:#5C8395;
background: linear-gradient(
135deg,
#5C8395 0%,
#5C8395 100%
);
}
h1 {
font-family: 'Lobster', cursive;
color: #5C8395;
padding: 0 15px 5px;
}
h3 {
font-family: 'Abril Fatface', cursive;
}
h6 {
color:black;
text-align: center;
background-color: #f1f1f1;
}
.back-to-top {
position: fixed;
bottom: 25px;
right: 25px;
display: none;
background-color:#5C8395;
z-index:1;
}
.page-header {
/* margin-top: 4rem; */
font-size: 1.25rem;
color: #fff;
}
.feature {
color: #f1f1f1;
}
.feature ul {
padding-left: 2rem;
list-style-type: none;
}
.feature ul li {
padding-left: 2rem;
background-image: url(../img/check.svg);
background-repeat: no-repeat;
line-height: 1.5rem;
margin-bottom: 1rem;
}
.icon {
color: #f1f1f1;
height: 5rem;
width: 5rem;
font-size: 1.75rem;
border-radius: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.gallery {
background-color: #f1f1f1;
}
.gallery img {
border-radius: 5%;
}
.services {
color: #f1f1f1;
}
footer {
color: #f1f1f1;
font-size: 1rem;
margin: 0;
padding: 1rem;
}
a {
color: #f1f1f1;
text-decoration: none;
}
.carousel-caption{
background-color: black;
opacity: 70%;
}